How to Enable Catalog Mode with Pricing
Please add this to custom css (appearance->theme options->custom code->custom css) #content .product.catalog_mode_on .entry-summary .price-container { display: block; }
Please add this to custom css (appearance->theme options->custom code->custom css) #content .product.catalog_mode_on .entry-summary .price-container { display: block; }
Please open file searchform.php in ..\themes\goodstore\ and you will see placeholder=”” Simply add whatever you want there, e.g. placeholder=”Find me”
If you are encounter with weird layout of my account page, please go to ../themes/goodstore/framework/lib/ and open file class_builder.php and add this code on line 91 if(is_account_page()) { $size = 12; }
We want to change or set language to, e.g. Czech. Please go to ../goodstore/languages/cs_CZ/ and copy these .po/.mo files to ../goodstore/languages/ Also please follow this link – http://support.jawtemplates.com/goodstore/web/?p=706
Please add this to custom css (appearance->theme options->custom code->custom css) span[class^=”gema75″] { z-index: 999!important; }
If you want to set the same product box height, simply use this custom css. Version 1 Please add this to custom css (appearance->theme options->custom code->custom css) /* custom boxes for products */ .woocommerce .product-style-1 .product-box-info,.woocommerce .pro ...