PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
elementor_templates
<?php /** * Templates Name: Elementor * Widget: Product Recently Viewed */ extract( $settings ); if( isset($limit) && !((bool) $limit) ) return; $this->add_render_attribute( 'wrapper', [ 'data-wrapper' => wp_json_encode( [ 'layout' => $position_displayed ] ), ] ); if( $position_displayed === 'header' ) { $this->add_render_attribute( 'wrapper', [ 'data-column' => $header_column ] ); } $this->settings_layout(); $this->add_render_attribute('wrapper', 'class', $this->get_name_template() .'-'. $position_displayed); ?> <div <?php echo trim($this->get_render_attribute_string('wrapper')); ?>> <?php $this->render_element_heading(); ?> <?php $this->render_content_header(); ?> <?php $this->render_content_main(); ?> </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]