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; }
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 ...
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 Inste ...
Please add this to custom css (appearance->theme options->custom code->custom css) .jaw-tabs.jaw-search-content .elements_iso{width: 107%!important}
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. ...
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 ...
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 () { ...