WP Super Cache plugin – How to exclude Shop Pages
Go to Settings -> WP super chache -> Advanced -> Accepted Filenames & Rejected URIs . Aadd here your urls (it depends on your permalink settings). And save this settings.
Go to Settings -> WP super chache -> Advanced -> Accepted Filenames & Rejected URIs . Aadd here your urls (it depends on your permalink settings). And save this settings.
Dear customers, If you made some translation of GoodStore theme, we would be very happy when you’ll send it to us at jaw(a)jawtemplates.com You translation will be added into theme (with your name) and will help to another customers. List of translations, that has bee ...
1) Please go to ..\goodstore\templates\header\top_bar\ and open file woo_cart.php at line 5 and change the line from _e(‘Shopping cart’, ‘jawtemplates’); to _e(‘YOUR_TEXT’, ‘jawtemplates’);
This is caused by mansory (isotope) effect. This effect try fill the bank space from top (like pinterest). Now it’s not possible to have products in lines. See pic below. Without mansory (isotope) effect it would look like this: This will be fixed in future version. Th ...
List of all imagesizes added by GoodStore theme: lazyload: 151x(default aspect ratio)px post-size: 151x 96px post-size-middle: 375x241px post-size-big: 875x563px team-size: 274x220px woo-size: 274x293px woo-size-category: 275(default aspect ratio)px woo-size-square: 128x128 ...
This is caused by mansory (isotope) effect. This effect try fill the bank space from top (like pinterest). Now it’s not possible to have products in lines. But it is in plan in future updates. version. Many thanks for your feedback. Here is example: Without mansory (is ...
For showing “New” badge also in single product detail, you should add into function.php this add_action( ‘woocommerce_before_single_product_summary’, array( ‘WC_nb’, ‘woocommerce_show_product_loop_new_badge’ ), 30 ); I recommen ...
GoodStore template is hiding sliders on mobile devices, because we think that there are all text unreadable and also it help to battery life. If you want to show it, please add into Theme Options -> Custom Code -> Custom CSS this:
Why use a Child Theme? [1] Here are a few reasons: If you modify an existing theme and it is updated, your changes will be lost. With a child theme, you can update the parent theme (which might be important for security or functionality) and still keep your changes. It can ...