Make WordPress Themes

Changeset 232694


Ignore:
Timestamp:
06/24/2024 04:29:19 PM (17 months ago)
Author:
themedropbox
Message:

New version of eMart Shop - 1.2.0

Location:
emart-shop/1.2.0
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • emart-shop/1.2.0/inc/class/class-header.php

    r227914 r232694  
    178178           
    179179        }
    180         if ( display_header_text() == true ){
     180        if ( display_header_text() == true && get_option('fresh_site') != true ){
    181181           
    182182            $html .= '<h3><a href="'.esc_url( home_url( '/' ) ).'" rel="home" class="site-title">';
  • emart-shop/1.2.0/inc/starter-content.php

    r227914 r232694  
    481481        'theme_mods' => array(
    482482            'custom_logo' => '{{logo}}',
    483             'header_textcolor' => 'blank',
    484483            'dialogue_text'  => esc_html__('Your Trusted 24 Hours Service Provider!','emart-shop'),
    485484            '__fb_pro_link'  =>'https://www.facebook.com/',
  • emart-shop/1.2.0/readme.txt

    r227914 r232694  
    112112== Upgrade Notice  ==
    113113
     114= 1.2.0 =
     115* WooCommerce add to cart out of date issue
     116
    114117= 1.1.9 =
    115118* Add Starter Content
  • emart-shop/1.2.0/style.css

    r227914 r232694  
    88Tested up to: 5.8.1
    99Requires PHP: 7.0
    10 Version: 1.1.9
     10Version: 1.2.0
    1111License: GPLv3 or later
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • emart-shop/1.2.0/woocommerce/loop/add-to-cart.php

    r171836 r232694  
    1313 * @see         https://docs.woocommerce.com/document/template-structure/
    1414 * @package     WooCommerce\Templates
    15  * @version     3.3.0
     15 * @version     9.3.0
    1616 */
    1717
Note: See TracChangeset for help on using the changeset viewer.