Make WordPress Themes

Changeset 299822


Ignore:
Timestamp:
11/22/2025 11:56:41 AM (42 hours ago)
Author:
themedropbox
Message:

New version of Zita - 1.6.10

Location:
zita/1.6.10
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • zita/1.6.10/inc/header-function.php

    r299703 r299822  
    3333if ((is_single() || is_page()) || ((class_exists( 'WooCommerce' ))&&(is_woocommerce() || is_checkout() || is_cart() || is_account_page()))
    3434 ){
    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    }
    3642              $zita_transparent_header_dyn = get_post_meta($postid, 'zita_transparent_header_dyn', true );
    3743              $zita_disable_main_header_dyn = get_post_meta($postid, 'zita_disable_main_header_dyn', true );
  • zita/1.6.10/readme.txt

    r299703 r299822  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.6.9
     6Stable tag: 1.6.10
    77License: GPLv3 or later
    88License URL: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    7070== Changelog ==
    7171
     72= 1.6.10 =
     73* Update: is_shop exits condition added.
     74
    7275= 1.6.9 =
    7376* Update: Theme updated.
     77* Update: is_shop exits condition added.
    7478
    7579= 1.6.8 =
  • zita/1.6.10/style.css

    r299703 r299822  
    44Author: themehunk
    55Description: 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.9
     6Version: 1.6.10
    77Requires at least: 5.0
    88Tested up to: 6.8
Note: See TracChangeset for help on using the changeset viewer.