PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
image-gallery
/
templates
<div <?php qode_framework_class_attribute( $holder_classes ); ?> <?php qode_framework_inline_attr( $slider_attr, 'data-options' ); ?>> <div class="qodef-m-content-wrapper"> <div class="qodef-m-content"> <?php webon_core_template_part( 'shortcodes/image-gallery', 'templates/parts/tagline', '', $params ); ?> <?php webon_core_template_part( 'shortcodes/image-gallery', 'templates/parts/title', '', $params ); ?> </div> <div class="qodef-m-navigation"> <?php webon_core_template_part( 'content', 'templates/swiper-nav', '', $params ); ?> </div> </div> <div class="swiper-wrapper"> <?php // Include items if ( ! empty( $images ) ) { foreach ( $images as $image ) { webon_core_template_part( 'shortcodes/image-gallery', 'templates/parts/image', '', array_merge( $params, $image ) ); } } ?> </div> <?php webon_core_template_part( 'content', 'templates/swiper-pag', '', $params ); ?> </div>
[+]
..
[+]
parts
[-] image-gallery.php
[edit]
[-] image-gallery-slider.php
[edit]