PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
elementor_templates
<?php /** * Templates Name: Elementor * Widget: Post Grid */ extract($settings); if( empty($username) ) { echo esc_html__('Please enter username', 'besa'); return; } if( empty($limit) ) { echo esc_html__('Please enter number of photos', 'besa'); return; } $_id = besa_tbay_random_key(); $this->settings_layout(); $this->add_render_attribute('item', 'class', 'item'); $media_array = tbay_elementor_scrape_instagram( $username ); ?> <div <?php echo trim($this->get_render_attribute_string('wrapper')); ?>> <?php $this->render_element_heading(); ?> <?php $time = (!empty($show_time)) ? 'true' : 'false'; $like = (!empty($show_like)) ? 'true' : 'false'; $comment = (!empty($show_comment)) ? 'true' : 'false'; $this->add_render_attribute( 'row', [ 'id' => 'instagram-feed'. $_id, 'class' => [ 'instagram-feed' ], 'data-number' => $limit, 'data-username' => $username, 'data-image_size' => $photo_size, 'data-id' => '#instagram-feed'. $_id, 'data-time_ago' => $time, 'data-like' => $like, 'data-comment' => $comment ] ); if($settings['layout_type'] === 'carousel') { $this->add_render_attribute('row', 'class', 'slick-instagram' ); } ?> <div <?php echo trim($this->get_render_attribute_string('row')) ?>></div> <?php $this->render_button(); ?> </div>
[+]
..
[-] products.php
[edit]
[-] woocommerce-tags.php
[edit]
[-] product-category.php
[edit]
[-] product-flash-sales.php
[edit]
[-] custom-image-list-categories.php
[edit]
[-] instagram.php
[edit]
[-] newsletter.php
[edit]
[-] features.php
[edit]
[-] brands.php
[edit]
[-] search-form.php
[edit]
[-] button.php
[edit]
[-] testimonials.php
[edit]
[-] custom-language.php
[edit]
[-] nav-menu.php
[edit]
[-] our-team.php
[edit]
[-] list-menu.php
[edit]
[-] list-categories-product.php
[edit]
[-] banner-close.php
[edit]
[-] product-tabs.php
[edit]
[-] site-logo.php
[edit]
[-] custom-image-list-tags.php
[edit]
[-] product-recently-viewed.php
[edit]
[-] product-count-down.php
[edit]
[-] .elementor_templates.php
[edit]
[-] heading.php
[edit]
[-] currency.php
[edit]
[-] posts-grid.php
[edit]
[-] product-categories-tabs.php
[edit]
[-] wishlist.php
[edit]
[-] compare.php
[edit]
[-] product-list-tags.php
[edit]
[-] banner.php
[edit]
[-] mini-cart.php
[edit]
[-] account.php
[edit]