PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
functions
/
vc_templates
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php $output = $onclick = $custom_links = $images = $el_class = $custom_links_target = ''; $onclick = 'link_image'; $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); extract( $atts ); $gal_images = ''; $el_start = ''; $el_end = ''; $pretty_rand = $onclick == 'link_image' ? rand() : ''; $img_size ='grid_news'; wp_enqueue_script('owlcarousel'); if ( $onclick == 'link_image' ) { wp_enqueue_script('modulobox'); wp_enqueue_style('modulobox'); } $el_class = $this->getExtraClass( $el_class ); if ( $images == '' ) $images = '-1,-2,-3'; if ( $onclick == 'custom_link' ) { $custom_links = explode( ',', $custom_links ); } $images = explode( ',', $images ); $i = - 1; $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'wpb_images_carousel wpb_content_element' . $el_class . ' vc_clearfix', $this->settings['base'], $atts ); ?> <?php if( !is_paged()) : ?> <div class="<?php echo apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, $css_class, $this->settings['base'], $atts ) ?>"> <div class="media_owl_carousel carousel-style-2 clearfix modulo-lightbox"> <div class="re_carousel" data-showrow="4" data-auto=""> <?php foreach ( $images as $attach_id ): ?> <?php $i ++; if ( $attach_id > 0 ) { $post_thumbnail = wpb_getImageBySize( array( 'attach_id' => $attach_id, 'thumb_size' => $img_size ) ); } else { $post_thumbnail = array(); $post_thumbnail['thumbnail'] = '<img src="' . vc_asset_url( 'vc/no_image.png' ) . '" />'; $post_thumbnail['p_img_large'][0] = vc_asset_url( 'vc/no_image.png' ); } $thumbnail = $post_thumbnail['thumbnail']; ?> <div class="photo-item"> <?php if ( $onclick == 'link_image' ): ?> <?php $p_img_large = $post_thumbnail['p_img_large']; ?> <?php echo ''.$thumbnail ?> <div class="gp-overlay"><a href="<?php echo ''.$p_img_large[0] ?>" data-thumb="<?php echo ''.$p_img_large[0] ?>" <?php echo ' data-rel="prettygal' . $pretty_rand . '"' ?>></a> </div> <?php elseif ( $onclick == 'custom_link' && isset( $custom_links[$i] ) && $custom_links[$i] != '' ): ?> <?php echo ''.$thumbnail ?> <div class="gp-overlay"><a href="<?php echo ''.$custom_links[$i] ?>"<?php echo ( ! empty( $custom_links_target ) ? ' target="' . $custom_links_target . '"' : '' ) ?>></a></div> <?php else: ?> <?php echo ''.$thumbnail ?> <?php endif; ?> </div> <?php endforeach; ?> </div> </div> </div><?php echo ''.$this->endBlockComment( '.wpb_images_carousel' ) ?> <?php endif ; ?>
[+]
..
[-] vc_tta_global.php
[edit]
[-] vc_column_text.php
[edit]
[-] gal_carousel.php
[edit]
[-] vc_row.php
[edit]
[-] vc_tabs.php
[edit]
[-] vc_widget_sidebar.php
[edit]
[-] mdtf_shortcode.php
[edit]
[-] basic_templates.php
[edit]
[-] vc_accordion.php
[edit]
[-] vc_accordion_tab.php
[edit]
[-] vc_gallery.php
[edit]