Changeset 299822
- Timestamp:
- 11/22/2025 11:56:41 AM (42 hours ago)
- Location:
- zita/1.6.10
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from zita/1.6.9)
-
inc/header-function.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zita/1.6.10/inc/header-function.php
r299703 r299822 33 33 if ((is_single() || is_page()) || ((class_exists( 'WooCommerce' ))&&(is_woocommerce() || is_checkout() || is_cart() || is_account_page())) 34 34 ){ 35 $postid = (is_shop()) ? get_option('woocommerce_shop_page_id') : get_the_ID(); 35 $postid = ''; 36 if ( function_exists( 'is_shop' ) ) { 37 $postid = (is_shop()) ? get_option('woocommerce_shop_page_id') : get_the_ID(); 38 } else { 39 // Handle the case where WooCommerce is not available 40 $postid = get_the_ID(); // Or some fallback logic 41 } 36 42 $zita_transparent_header_dyn = get_post_meta($postid, 'zita_transparent_header_dyn', true ); 37 43 $zita_disable_main_header_dyn = get_post_meta($postid, 'zita_disable_main_header_dyn', true ); -
zita/1.6.10/readme.txt
r299703 r299822 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.6. 96 Stable tag: 1.6.10 7 7 License: GPLv3 or later 8 8 License URL: https://www.gnu.org/licenses/gpl-3.0.en.html … … 70 70 == Changelog == 71 71 72 = 1.6.10 = 73 * Update: is_shop exits condition added. 74 72 75 = 1.6.9 = 73 76 * Update: Theme updated. 77 * Update: is_shop exits condition added. 74 78 75 79 = 1.6.8 = -
zita/1.6.10/style.css
r299703 r299822 4 4 Author: themehunk 5 5 Description: Zita is a super fast and highly customizable elementor theme. Best Suitable for creating any type of website such a shoppin, corporate, store, agency, blog, portfolio, restaurant, wedding, construction, hospital, school, interior, car workshop, life coach, wine shop, barber shop, furniture shop, yoga, resume, charity, digital marketing etc. Zita includes 8 unique header layout and 8 footer widget layout which makes it extremely powerful. Zita works with any of your favourite page builder like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, Brizy etc. Some more amazing feature are Woocommerce ready, RTL Ready, Full Responsive, Edit settings in tablet & mobile, Top header, Bottom header, Top footer, Bottom Footer, Transparent Header. Looking for perfect base theme? Looking for perfect multipurpose theme? No need to Look further! Just go with Zita demos:https://zitademo.wpzita.com/popular-business/. Zita is built with best SEO practice and best friend of Woocommerce and Elementor. 6 Version: 1.6. 96 Version: 1.6.10 7 7 Requires at least: 5.0 8 8 Tested up to: 6.8
Note: See TracChangeset
for help on using the changeset viewer.