How to Change Layout of My Account Page
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; }
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; }
First of all, please check out our How to install theme tutorial. Please make sure, that you’ve installed and activated all required plugins. Appearance -> Install Plugins. These plugins needs to be activated before install demo: JaW Menu JaW CustomPosts JaW Widgets JaW Shortcodes Revo ...
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 .product-style-2 .product-box ...
If you are not able to see a preview of your imported preset of essential grid, please go to ../plugins/essential-grid/admin/assets/js/ and open file admin.js You should see this code between lines 971 and 973 }catch(e){ // 971 row continue; //invalid json } // 973 row Instead of that code, please i ...