PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
elementor_templates
<?php /** * Templates Name: Elementor * Widget: Site Logo */ if( $settings['logo_select'] === 'global_logo' ){ $custom_logo = $this->get_value(); $settings['image']['url'] = $custom_logo['url']; $settings['image']['id'] = ''; }else{ $settings['image']['url'] = $settings['image_logo']['url']; $settings['image']['id'] = $settings['image_logo']['id']; } if ( empty( $settings['image']['url'] ) ) { return; } $has_caption = ! empty( $settings['caption'] ); $this->add_render_attribute( 'content', 'class', 'header-logo' ); if ( ! empty( $settings['shape'] ) ) { $this->add_render_attribute( 'wrapper', 'class', 'elementor-image-shape-' . $settings['shape'] ); } $link = $this->get_link_url( $settings ); if ( $link ) { $this->add_render_attribute( 'link', [ 'href' => $link['url'], ] ); } ?> <div <?php echo trim($this->get_render_attribute_string( 'wrapper' )); ?>> <div <?php echo trim($this->get_render_attribute_string( 'content' )); ?>> <?php if ( $link ) : ?> <a <?php echo trim($this->get_render_attribute_string( 'link' )); ?>> <?php echo Elementor\Group_Control_Image_Size::get_attachment_image_html( $settings ); ?> </a> <?php else: ?> <?php echo Elementor\Group_Control_Image_Size::get_attachment_image_html( $settings ); ?> <?php endif; ?> </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]