PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
elementor_templates
<?php /** * Templates Name: Elementor * Widget: Account */ $this->add_render_attribute('tbay-login', 'class', 'tbay-login'); $this->add_render_attribute('sub-menu', 'class', 'account-menu sub-menu'); $this->add_render_attribute('wrapper', 'class', ['header-icon']); $settings = $this->get_settings_for_display(); extract($settings); ?> <div <?php echo trim($this->get_render_attribute_string('wrapper')); ?>> <div <?php echo trim($this->get_render_attribute_string('tbay-login')); ?>> <?php if(is_user_logged_in()) { if($show_sub_account === 'yes') { ?> <a href="javascript:;" class="account-button"> <?php $this->render_item_account(); ?> </a> <div <?php echo trim($this->get_render_attribute_string('sub-menu')); ?>> <?php $this->render_sub_menu(); ?> </div> <?php } else { ?> <?php $url = get_permalink(wc_get_page_id('myaccount')); ?> <a href="<?php echo esc_url($url) ?>" class="account-button"> <?php $this->render_item_account(); ?> </a> <?php } } elseif(!is_user_logged_in()) { if($show_popup_login === 'yes') { $url = '#custom-login-wrapper'; $target = " data-toggle=modal data-target=#custom-login-wrapper"; ?> <a <?php echo trim($target)?> href="<?php echo esc_url($url) ?>"> <?php $this->render_item_account(); ?> </a> <?php } else { ?> <?php $url = get_permalink(wc_get_page_id('myaccount')); ?> <a href="<?php echo esc_url($url) ?>" class="account-button"> <?php $this->render_item_account(); ?> </a> <?php } } ?> </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]