Forum Replies Created
-
AuthorPosts
-
August 23, 2022 at 8:19 am 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=janstudioHi,
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
Now you can upload image.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSorry 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=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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=janstudioHi 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=janstudioHi,
- Please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Infinite Scroll > On.
- 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 -
AuthorPosts