Forum Replies Created

Viewing 10 posts - 431 through 440 (of 14,994 total)
  • Author
    Posts
  • in reply to: Can’t import demo sample date – getting http error 500 #43325

    Hi ChanteElemental,

    Thank you for choose our theme.

    It now you don’t need add code to theme functions.php please revert the file to original and follow this topic to enable debug https://wordpress.org/support/article/debugging-in-wordpress/

    And try import sample data again.

    Kind regards

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

    in reply to: Sample Data is not working #43321

    Hi,

    The issue could be caused by an incorrectly configured auto increment value for the _posts table of your WordPress.

    I help you fixed this by  login cpanel -> Database -> PHPMyAdmin.

    Select “wp_posts” table > Structure > Edit ID and check in A_I to enable AUTO_INCREMENT

    https://tppr.me/i0sjN

    Now you can upload image.

    Kind regards

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

    in reply to: Sample Data is not working #43317
    This reply has been marked as private.

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

    in reply to: Sample Data is not working #43315
    This reply has been marked as private.

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

    in reply to: Sample Data is not working #43313
    This reply has been marked as private.

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

    in reply to: Sample Data is not working #43311

    Sorry i forgot send you video link https://www.youtube.com/watch?v=oc73jtvHWYQ

     

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

    in reply to: Sample Data is not working #43309
    This reply has been marked as private.

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

    in reply to: Microdata Error #43307

    Hi,

    Please follow this https://www.cloudways.com/blog/install-facebook-pixel-woocommerce/

    Btw, your support expired . Please renew your support at https://themeforest.net/downloads

    Thank and regards

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

    in reply to: Microdata Error #43305

    Hi Sjlabar,

    Our website not install Facebook plugin for WooCommerce, you can use this plugin for your site https://woocommerce.com/document/facebook-for-woocommerce/#section-6

    Kind regrds

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

    in reply to: “Load more” functionality in categories #43303

    Hi,

    1. Please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Infinite Scroll > On.
    2. Please install plugin https://wordpress.org/plugins/header-footer-code-manager/ and add below code to new snippet, but the code only work when pagination as number, it not work with loadmore function.

    <script type=”text/javascript”>
    jQuery(function() {
    jQuery(window).unload(function() {
    var scrollPosition = jQuery(“div#element”).scrollTop();
    localStorage.setItem(“scrollPosition”, scrollPosition);
    });
    if(localStorage.scrollPosition) {
    jQuery(“div#element”).scrollTop(localStorage.getItem(“scrollPosition”));
    }
    });
    </script>

     

    Btw, your support expired. Please renew your support at https://themeforest.net/downloads

    Thank and regards!

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

Viewing 10 posts - 431 through 440 (of 14,994 total)