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 ...
Go to ../themes/goodstore/ and open file loop-products.php. Add this code on line 6 $cat = array(); if (is_product_category()) { $cat = get_term_by(‘slug’, get_query_var(‘term’), ‘product_cat’); }else if(is_product_tag()) { $cat = get_term ...
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 ...
Please in theme options->custom code->custom css add this code .row-fullwidth .fullwidth-block.header-small-content { background: none repeat scroll 0 0 #ffffff; background: none repeat scroll 0 0 #ffffff; background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgb ...
Please go to Appearance->Theme Options->Custom Code->Custom CSS and add this custom code: #header .small-menu ul.top-nav li.jaw-menu-item-depth-0>a { font-size: 30px; } You can change the value of the font-size by your own.