Search – 2 cols products showing instead of 3
Please add this to custom css (appearance->theme options->custom code->custom css) .jaw-tabs.jaw-search-content .elements_iso{width: 107%!important}
Please add this to custom css (appearance->theme options->custom code->custom css) .jaw-tabs.jaw-search-content .elements_iso{width: 107%!important}
If you encounter with this type of warning message: Warning: getimagesize() [function.getimagesize]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in ../goodstore/templates/header/header-small-center.php on line 23 Warning: getimagesize(../wp-c ...
When you add paralax video and revolutin slider, you can encounter with a weird paralax height in lower resolutions. You can fix it by this step. Find line 2428 in ../goodstore/js/app/app.js and add there this code. jQuery(‘.rev_slider’).bind(‘revolution. ...
GoodStore is fully compatible with Easy Pricing Tables Lite by Fatcat Apps plugin.
Open functions.php in ../goodstore/ and add this code function RedirectWPRegister(){ $request = basename($_SERVER[‘REQUEST_URI’]); if ($request == ‘wp-login.php?action=register’): wp_redirect(site_url(‘/my-account’)); // pa ...
Hello, if you encounter with ficons missing and you see this error message in console – Font from origin ‘http://www.herb-life.club’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header i ...
You will have to contact your hosting company to increase your memory limit or try edit it in wp-config You can follow this link for more information https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Open X_carousel.php files in ../goodstore/templates/simple-shortcodes/ On line 73 you should see tag. Please insert there this code on line 74 (between <script></script> ) jQuery(document).ready(function () { jQuery(‘.carousel’).each(function () { ...
Please go to ../goodstore/css/ and open file template.min.css and find size 455px and change it to your maximal height, e.g. 800px. Then you will have to change this size in ../goodstore/functions.php on line 322. You should see add_image_size(‘slider-size’, 488, ...
If you are using a WooCommerce Categories widget and counters in it shows old data, like here: Please go to WooCommerce -> System Status -> Tools and click at “Clear tansients” and “Recount terms” Now it should be OK.