PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
elementor_templates
<?php /** * Templates Name: Elementor * Widget: Products Tabs */ extract( $settings ); $this->settings_layout(); $_id = besa_tbay_random_key(); ?> <div <?php echo trim($this->get_render_attribute_string('wrapper')); ?>> <?php $this->render_element_heading(); ?> <ul class="tabs-list nav nav-tabs"> <?php $__count = 0;?> <?php foreach ($list_product_tabs as $key) { $active = ($__count==0)? 'active':''; $product_tabs = $key['product_tabs']; $title = $this->get_title_product_type($product_tabs); if(!empty($key['product_tabs_title']) ) { $title = $key['product_tabs_title']; } $this->render_product_tabs($product_tabs,$_id,$title,$active); $__count++; } ?> </ul> <div class="tbay-addon-content tab-content woocommerce"> <?php $__count = 0;?> <?php foreach ($list_product_tabs as $key) { $tab_active = ($__count==0)? 'active':''; $product_tabs = $key['product_tabs']; $this->render_content_tab($product_tabs,$tab_active,$_id); $__count++; } ?> </div> </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]