How to Add Icon in Menu Items
First of all, you need to go, e.g. here http://demo.jawtemplates.com/goodstore/goodstore03/shortcodes/icon/ copy the text below the picture and simply add that text to your menu item appearance->menus
First of all, you need to go, e.g. here http://demo.jawtemplates.com/goodstore/goodstore03/shortcodes/icon/ copy the text below the picture and simply add that text to your menu item appearance->menus
You can set its opacity by default in appearance->theme options->styling options->woocommerce->Product Categories Info Opacity If you want to make it more customizable, please add this to custom css appearance->theme options->custom code->custom css .woo ...
Please go to ../themes/goodstore/ and open file content-product.php Simply change number of variable $type to e.g. this $type = 11; The values are 0, 1, 2, 10, 11, 20 represtent product box styles
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 go to Appearance->Theme Options->Login
If you encounter with this issue, simply assign a product to your category or subcategory. This is a matter of woocommerce functionality and it has nothing to do with our theme 😉 Thank you.
Please open file searchform.php in ..\themes\goodstore\ and you will see placeholder=”” Simply add whatever you want there, e.g. placeholder=”Find me”
First of all, this issue is NOT theme related! If you encounter with this type of spam within your links YOUR_DOMAIN.COM/index.php?get-your-social-buttons.info?ref=123456 in your google analytics summary stuff, please follow these links https://moz.com/blog/stop-ghost-spam-i ...
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