X7ROOT File Manager
Current Path:
/home/notabjze/starbudzca.com/wp-content/themes/elessi-theme/includes
home
/
notabjze
/
starbudzca.com
/
wp-content
/
themes
/
elessi-theme
/
includes
/
ðŸ“
..
📄
nasa-after-add-to-cart.php
(9.57 KB)
📄
nasa-blog-grid.php
(5.1 KB)
📄
nasa-blog-list.php
(5.34 KB)
📄
nasa-blog-masonry-isotope.php
(5.6 KB)
📄
nasa-blog-promotion.php
(2.35 KB)
📄
nasa-blog-standard.php
(4.38 KB)
📄
nasa-change-view.php
(4.71 KB)
📄
nasa-checkout-coupon-modern.php
(979 B)
📄
nasa-checkout-default.php
(2.94 KB)
📄
nasa-checkout-modern-billing-detail.php
(1.62 KB)
📄
nasa-checkout-modern.php
(7.3 KB)
📄
nasa-combo-products-in-detail.php
(1.11 KB)
📄
nasa-combo-products-quickview.php
(2.08 KB)
📄
nasa-combo-products.php
(2.26 KB)
📄
nasa-content-product-gift.php
(3.15 KB)
📄
nasa-gdpr-notice.php
(1.11 KB)
📄
nasa-get-content-products.php
(822 B)
📄
nasa-global-wishlist.php
(3.89 KB)
📄
nasa-login-register-form.php
(8.88 KB)
📄
nasa-loop-product-thumbnail.php
(3.28 KB)
📄
nasa-mini-cart-add-coupon.php
(3.65 KB)
📄
nasa-mini-cart-coupons.php
(604 B)
📄
nasa-mini-cart-fees.php
(505 B)
📄
nasa-mini-cart-note.php
(884 B)
📄
nasa-mini-cart-shipping.php
(1.86 KB)
📄
nasa-mini-cart-taxs.php
(1.56 KB)
📄
nasa-mini-cart-total.php
(311 B)
📄
nasa-mini-compare.php
(5.23 KB)
📄
nasa-mobile-account.php
(169 B)
📄
nasa-mobile-bottom-bar.php
(4.25 KB)
📄
nasa-product-buttons.php
(441 B)
📄
nasa-promo-popup.php
(1.65 KB)
📄
nasa-review-images.php
(992 B)
📄
nasa-sidebar-shop-side.php
(1.76 KB)
📄
nasa-sidebar-shop-top.php
(2.02 KB)
📄
nasa-sidebar-wishlist.php
(672 B)
📄
nasa-sidebar-wishlist_content.php
(14.14 KB)
📄
nasa-sidebar-wishlist_html.php
(5.62 KB)
📄
nasa-single-product-classic.php
(2.66 KB)
📄
nasa-single-product-full.php
(3.05 KB)
📄
nasa-single-product-lightbox-gallery.php
(801 B)
📄
nasa-single-product-lightbox.php
(2.63 KB)
📄
nasa-single-product-modern-1.php
(2.2 KB)
📄
nasa-single-product-modern-2.php
(2.64 KB)
📄
nasa-single-product-modern-3.php
(2.63 KB)
📄
nasa-single-product-new-2.php
(2.1 KB)
📄
nasa-single-product-new.php
(2.88 KB)
📄
nasa-single-product-tabs_accordion_layout.php
(1.26 KB)
📄
nasa-single-product-tabs_accordion_small_layout.php
(1.22 KB)
📄
nasa-single-product-tabs_scroll_layout.php
(2.29 KB)
📄
nasa-single-product-tabs_tab_layout.php
(2.5 KB)
📄
nasa-single-product-tabs_ver-1_layout.php
(1.99 KB)
📄
nasa-single-product-tabs_ver-2_layout.php
(888 B)
📄
nasa-tmpl-captcha-field-register.php
(805 B)
📄
nasa-variation-main-images.php
(2.53 KB)
📄
nasa-variation-thumb-images.php
(1.91 KB)
📄
nasa-view-compare.php
(5.8 KB)
Editing: nasa-global-wishlist.php
<?php /** * Global wishlist button template */ if (!NASA_WISHLIST_NEW_VER) : $label_option = get_option('yith_wcwl_add_to_wishlist_text'); $localize_label = function_exists('icl_translate') ? icl_translate('Plugins', 'plugin_yit_wishlist_button', $label_option) : $label_option; $label = apply_filters('yith_wcwl_button_label', $localize_label); $icon = get_option('yith_wcwl_add_to_wishlist_icon') != 'none' ? '<i class="fa ' . get_option('yith_wcwl_add_to_wishlist_icon') . '"></i>' : ''; $link_classes = get_option('yith_wcwl_use_button') == 'yes' ? 'add_to_wishlist single_add_to_wishlist button alt' : 'add_to_wishlist'; $product_added_text = get_option('yith_wcwl_product_added_text'); $already_in_wishslist_text = get_option('yith_wcwl_already_in_wishlist_text'); $browse_wishlist_text = get_option('yith_wcwl_browse_wishlist_text'); ?> <script type="text/template" id="tmpl-nasa-global-wishlist"> <div class="yith-wcwl-add-to-wishlist add-to-wishlist-%%product_id%%"> <div class="yith-wcwl-add-button"> <a href="<?php echo esc_url(add_query_arg('add_to_wishlist', '%%product_id%%')); ?>" rel="nofollow" data-product-id="%%product_id%%" data-product-type="%%product_type%%" class="<?php echo $link_classes; ?>"> <?php echo $icon; ?> <?php echo $label; ?> </a> <img src="<?php echo esc_url(YITH_WCWL_URL . 'assets/images/wpspin_light.gif'); ?>" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" /> </div> <div class="yith-wcwl-wishlistaddedbrowse"> <span class="feedback"> <?php echo $product_added_text; ?> </span> <a href="#" rel="nofollow"> <?php echo apply_filters('yith-wcwl-browse-wishlist-label', $browse_wishlist_text); ?> </a> </div> <div class="yith-wcwl-wishlistexistsbrowse"> <span class="feedback"><?php echo $already_in_wishslist_text; ?></span> <a href="#" rel="nofollow"> <?php echo apply_filters('yith-wcwl-browse-wishlist-label', $browse_wishlist_text); ?> </a> </div> <div style="clear:both"></div> <div class="yith-wcwl-wishlistaddresponse"></div> </div> </script> <?php else : /** * Version 3.0 or higher */ $label_option = get_option('yith_wcwl_add_to_wishlist_text'); $icon_option = get_option('yith_wcwl_add_to_wishlist_icon'); // button label $label = apply_filters('yith_wcwl_button_label', $label_option); // button icon $icon = apply_filters('yith_wcwl_button_icon', $icon_option != 'none' ? $icon_option : ''); $use_custom_button = get_option('yith_wcwl_add_to_wishlist_style'); $link_classes = apply_filters('yith_wcwl_add_to_wishlist_button_classes', in_array($use_custom_button, array('button_custom', 'button_default')) ? 'add_to_wishlist single_add_to_wishlist button alt' : 'add_to_wishlist single_add_to_wishlist'); ?> <script type="text/template" id="tmpl-nasa-global-wishlist"> <div class="yith-wcwl-add-button"> <a href="<?php echo esc_url(add_query_arg('add_to_wishlist', '%%product_id%%')); ?>" rel="nofollow" data-product-id="%%product_id%%" data-product-type="%%product_type%%" data-original-product-id="%%original_product_id%%" class="<?php echo $link_classes; ?>" data-title="<?php echo esc_attr(apply_filters('yith_wcwl_add_to_wishlist_title', $label)); ?>"> <?php echo $icon; ?> <span><?php echo $label ?></span> </a> </div> </script> <?php endif; echo '<div id="yith-wcwl-popup-message" style="display: none;"><div id="yith-wcwl-message"></div></div>';
Upload File
Create Folder