Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web23/html/wp-content/themes/onepress/section-parts/ |
Current File : //var/www/web23/html/wp-content/themes/onepress/section-parts/section-videolightbox.php |
<?php $id = get_theme_mod( 'onepress_videolightbox_id', 'videolightbox' ); $disable = get_theme_mod( 'onepress_videolightbox_disable' ) == 1 ? true : false; $heading = get_theme_mod( 'onepress_videolightbox_title' ); $video = get_theme_mod( 'onepress_videolightbox_url' ); if ( onepress_is_selective_refresh() ) { $disable = false; } if ( ! $disable ) { if ( (!$disable && ($video || $heading)) || onepress_is_selective_refresh()) { ?> <section id="<?php if ($id != '') echo esc_attr($id); ?>" <?php do_action('onepress_section_atts', 'videolightbox'); ?> class="<?php echo esc_attr(apply_filters('onepress_section_class', 'section-videolightbox section-padding section-padding-larger section-inverse onepage-section', 'videolightbox')); ?>"> <?php } ?> <?php do_action('onepress_section_before_inner', 'videolightbox'); ?> <div class="<?php echo esc_attr(apply_filters('onepress_section_container_class', 'container', 'videolightbox')); ?>"> <?php if ($video) { ?> <div class="videolightbox__icon videolightbox-popup"> <a href="<?php echo esc_attr($video); ?>" data-scr="<?php echo esc_attr($video); ?>" class="popup-video"> <span class="video_icon"><i class="fa fa-play"></i></span> </a> </div> <?php } ?> <?php if ($heading) { ?> <h2 class="videolightbox__heading"><?php echo do_shortcode(wp_kses_post($heading)); ?></h2> <?php } ?> </div> <?php do_action('onepress_section_after_inner', 'videolightbox'); ?> <?php if ( ( !$disable && ($video || $heading)) || onepress_is_selective_refresh()) { ?> </section> <?php } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare