PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
video-button
/
templates
/
parts
<?php if ( ! empty( $video_link ) ) { ?> <a itemprop="url" class="qodef-m-play qodef-magnific-popup qodef-popup-item" <?php echo qode_framework_get_inline_style( $play_button_styles ); ?> href="<?php echo esc_url( $video_link ); ?>" data-type="iframe"> <div class="qodef-m-play-inner" <?php qode_framework_inline_style($border_styles);?>> <?php if ($layout == 'standard') { ?> <span class="qodef-m-play-background" <?php qode_framework_inline_style($circle_styles);?>></span> <?php } ?> <?php echo qode_framework_icons()->render_icon( 'ion-ios-play', 'ionicons' ); ?> <?php if ( $layout == 'with-text' ) { ?> <svg class="qodef-svg-circle"><circle cx="50%" cy="50%" r="45%"></circle></svg> <?php webon_core_template_part( 'shortcodes/video-button', 'templates/parts/text', '', $params ); ?> <?php } ?> </div> </a> <?php } ?>
[+]
..
[-] button.php
[edit]
[-] text.php
[edit]
[-] image.php
[edit]