![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/confenda.com/wp-content/themes/beevent/ |
<?php /** * Template name: App Download Page * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package WordPress */ get_header(); while ( have_posts() ) : the_post(); beevent_page_title(); global $beevent_options; $security_key = $beevent_options['security_key']; $enable = $beevent_options['enable_app']; $ios_enable = $beevent_options['enable_app_ios']; ?> <div class="inner_pages"> <div class="container"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="content_pages"> <h1 class="download_title"><strong class="app_title"><?php esc_html_e('APP', 'beevent'); ?></strong> <?php esc_html_e('Download Instruction', 'beevent'); ?></h1> <?php if( ( !empty($enable) || ! empty( $ios_enable ) ) && demo($id)!==NULL && demo($id)!=="null" && demo($id)!==""){ ?> <p class="instruction"><?php esc_html_e('Please Follow Below instruction to run ', 'beevent'); ?><strong><?php esc_html_e('APP', 'beevent'); ?></strong> <?php esc_html_e('in your phone.', 'beevent'); ?></p> <ul class="download_instruction"> <li class="download-app-li"> <p><?php esc_html_e('Please click on below button to download the', 'beevent'); ?> <strong><?php esc_html_e('APP:', 'beevent'); ?></strong></p> <p class="app-images-link"> <?php if ( !empty($enable) ) { ?> <a href="<?php echo site_url(); ?>/wp-content/themes/beevent/android/app-debug.apk" download><img src="<?php echo site_url(); ?>/wp-content/themes/beevent/assets/images/android.png" class="img-responsive"></a> <?php } if ( !empty($ios_enable) ) { ?> <a href="https://apps.apple.com/us/app/beevent/id1591165728"> <img src="<?php echo site_url(); ?>/wp-content/themes/beevent/assets/images/ios-img.png" class="img-responsive"> </a> <?php } ?> </p> </li> <li><p><?php esc_html_e('Please enter the', 'beevent'); ?> <strong><?php esc_html_e('Protected key', 'beevent'); ?></strong> <?php esc_html_e('in your ', 'beevent'); ?> <strong><?php esc_html_e('Mobile Screen ', 'beevent'); ?></strong>: <span class="key"><?php echo esc_html($security_key); ?></span></p></li> <li><p><?php esc_html_e('Now your ', 'beevent'); ?> <strong><?php esc_html_e('APP', 'beevent'); ?></strong> <?php esc_html_e('is ready for use. ', 'beevent'); ?> <strong><?php esc_html_e('Have Fun!', 'beevent'); ?></strong></p></li> </ul> <?php } else { ?> <p class="download_msg"><strong><?php esc_html_e('Sorry!', 'beevent'); ?> </strong><?php esc_html_e('You cannot download', 'beevent'); ?> <strong><?php esc_html_e('APP', 'beevent'); ?></strong> <?php esc_html_e('right now Because', 'beevent'); ?> <strong><?php esc_html_e('APP', 'beevent'); ?></strong> <?php esc_html_e('is not setup by admin yet, You can only download when', 'beevent'); ?> <strong><?php esc_html_e('APP', 'beevent'); ?></strong> <?php esc_html_e('is completely setup by admin.', 'beevent'); ?></p> <?php } ?> </div> </article> </div> </div> <?php endwhile; wp_reset_query(); get_footer();