Forum Replies Created

Viewing 10 posts - 951 through 960 (of 15,006 total)
  • Author
    Posts
  • in reply to: Deprecated Error Showing in Checkout Page #41904

    Hi Wellmed.

    Please try update all plugins and theme.

    If issue still there, please add below code to the file wp-config.php

    define( 'WP_DEBUG', false );
    define( 'AUTOSAVE_INTERVAL', 300 );
    define( 'WP_POST_REVISIONS', false );
    Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', false );
    Disable display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', false );

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    Hi,

    The browser can’t so it. I recommend you optimize your video before upload to Youtube.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Demo image is not showing #41897

    Hi Reo,

    1. You can reinstall duplicator package and set your owner account.

    2. What you part you want customize?

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    Can you send me admin account to check?

    Thanks

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: all table line color change #41887

    Hi,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    table, th, td {
    	border-color: #ddd;
    }

    And change #ddd with your color.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: background color change for my account and catalog menu #41886

    Hi,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .shop-top-sidebar {
    	background: #f6f6f8;
    }
    .woocommerce-MyAccount-navigation {
    	background: #f6f6f8;
    }
    .woocommerce-MyAccount-content {
    	background: #f6f6f8;
    }

    And change #f6f6f8 with your color.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    Hi,

    Please add below code for mobile

    @media only screen and (max-width: 736px) {
    You code here
    
    }

    I recommend move the store notice to the left. It better

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: imges overlapp in product listing on the tablet and phone #41879

    Hi,

    The issue because your image so big and you enable “Flip Thumbnail”

    I turn off “Flip Thumbnail” in Claue > Theme Option > WooCommerce > Product Listing Settings and reduce image size in Appearance > Customize > WooCommerce > Product Image and change from 470 to 270.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: How can I create a shop page based on In Stock status? #41874

    As i told you before, you can create a custom page with product shortcode but it can’t show filter and column switcher.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: How can I create a shop page based on In Stock status? #41872

    As you told you before the filter and column switcher not work on custom page. This define by WooCommerce not by theme :(.

    Hope you understand.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 posts - 951 through 960 (of 15,006 total)