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-change-view.php
<?php /** * Change view Layout * Archive Products page */ if (!defined('ABSPATH')) : exit; // Exit if accessed directly endif; $type_view = !isset($nasa_opt['products_type_view']) ? 'grid' : ($nasa_opt['products_type_view'] == 'list' ? 'list' : 'grid'); $products_per_row = isset($nasa_opt['products_per_row']) && in_array($nasa_opt['products_per_row'], array(2, 3, 4, 5, 6)) ? $nasa_opt['products_per_row'] : 4; $type_show = $type_view == 'grid' ? ($type_view . '-' . $products_per_row) : 'list'; $setup = $type_show; if (isset($_GET['view-layout']) && in_array($_GET['view-layout'], array('grid-2', 'grid-3', 'grid-4', 'grid-5', 'grid-6', 'list'))) { $type_show = $_GET['view-layout']; } $classic = in_array($nasa_sidebar, array('left-classic', 'right-classic', 'top-push-cat')); echo $classic ? '<input type="hidden" name="nasa-data-sidebar" value="' . esc_attr($nasa_sidebar) . '" />' : ''; $col_2 = isset($nasa_opt['option_2_cols']) && $nasa_opt['option_2_cols'] ? true : false; $col_6 = isset($nasa_opt['option_6_cols']) && $nasa_opt['option_6_cols'] ? true : false; $class_wrap = 'filter-tabs nasa-change-view'; $number_view = $col_2 || $col_6 ? true : false; $class_wrap .= $number_view ? ' nasa-show-number' : ''; $list_view = isset($nasa_opt['products_layout_style']) && $nasa_opt['products_layout_style'] == 'masonry-isotope' ? false : true; ?> <div class="<?php echo $class_wrap; ?>"> <?php if ($number_view) : ?> <span class="nasa-label-change-view margin-right-10 rtl-margin-right-0 rtl-margin-left-10 nasa-bold-700"> <?php echo esc_html__('See', 'elessi-theme'); ?> </span> <?php endif; ?> <?php if (isset($nasa_opt['option_6_cols']) && $nasa_opt['option_6_cols']) : ?> <a href="javascript:void(0);" class="nasa-change-layout productGrid grid-6<?php echo ($type_show == 'grid-6') ? ' active' : ''; ?><?php echo ($setup == 'grid-6') ? ' df' : ''; ?>" data-value="grid-6" data-columns="6" rel="nofollow"> <span class="nasa-text-number hidden-tag"> <?php echo esc_html__('6', 'elessi-theme'); ?> </span> </a> <?php endif; ?> <a href="javascript:void(0);" class="nasa-change-layout productGrid grid-5<?php echo ($type_show == 'grid-5') ? ' active' : ''; ?><?php echo ($setup == 'grid-5') ? ' df' : ''; ?>" data-columns="5" rel="nofollow"> <?php if ($number_view) : ?> <span class="nasa-text-number hidden-tag"> <?php echo esc_html__('5', 'elessi-theme'); ?> </span> <?php endif; ?> <i class="icon-nasa-5column"></i> </a> <a href="javascript:void(0);" class="nasa-change-layout productGrid grid-4<?php echo ($type_show == 'grid-4') ? ' active' : ''; ?><?php echo ($setup == 'grid-4') ? ' df' : ''; ?>" data-columns="4" rel="nofollow"> <?php if ($number_view) : ?> <span class="nasa-text-number hidden-tag"> <?php echo esc_html__('4', 'elessi-theme'); ?> </span> <?php endif; ?> <i class="icon-nasa-4column"></i> </a> <a href="javascript:void(0);" class="nasa-change-layout productGrid grid-3<?php echo ($type_show == 'grid-3') ? ' active' : ''; ?><?php echo ($setup == 'grid-3') ? ' df' : ''; ?>" data-columns="3" rel="nofollow"> <?php if ($number_view) : ?> <span class="nasa-text-number hidden-tag"> <?php echo esc_html__('3', 'elessi-theme'); ?> </span> <?php endif; ?> <i class="icon-nasa-3column"></i> </a> <?php if (isset($nasa_opt['option_2_cols']) && $nasa_opt['option_2_cols']) : ?> <a href="javascript:void(0);" class="nasa-change-layout productGrid grid-2<?php echo ($type_show == 'grid-2') ? ' active' : ''; ?><?php echo ($setup == 'grid-2') ? ' df' : ''; ?>" data-columns="2" rel="nofollow"> <?php if ($number_view) : ?> <span class="nasa-text-number hidden-tag"> <?php echo esc_html__('2', 'elessi-theme'); ?> </span> <?php endif; ?> <i class="icon-nasa-2column"></i> </a> <?php endif; ?> <?php if ($list_view) : ?> <a href="javascript:void(0);" class="nasa-change-layout productList list<?php echo ($type_show == 'list') ? ' active' : ''; ?><?php echo ($setup == 'list') ? ' df' : ''; ?>" data-columns="1" rel="nofollow"> <?php if ($number_view) : ?> <span class="nasa-text-number hidden-tag"> <?php echo esc_html__('List', 'elessi-theme'); ?> </span> <?php endif; ?> <i class="icon-nasa-list"></i> </a> <?php endif; ?> </div>
Upload File
Create Folder