jaw@jawtemplates.com

J&W Templates is webdesigner team. We develop wordpress and joomla templates in premium quality. See our profile at Themeforest.net. This is the place where you can find plenty of templates and other extensions to buy.

Issues during activating child theme

If you encounter with a typical issue when you activated child theme and you lost menu and your widgets on frontend, you will have to set primary menu again (http://support.jawtemplates.com/goodstore/web/?p=703) and for widgets simply use this plugin – https://srd.word ...

How to Update Translation

Download poedit editor. Then open file .po via poedit editor and simply update the translation by yourown. After you finish translating, save it (it created 2 files, .po and .mo. Both copy to ../goodstore/languages/ http://support.jawtemplates.com/support/translation_update. ...

Error After Activating GoodStore Theme

If you encountered with this error message after goodstore theme activating. Parse error: syntax error, unexpected T_FUNCTION in ../wp-content/themes/goodstore/framework/lib/class_elements.php on line 1123 Means that your php is obsolete. Please try to contact your hosting c ...

How to add big searchbar into header

Put into Theme Options -> Custom Code -> Custom CSS this code: .header-widget-area .widget:last-child {margin-top: 8px;width: 100%;} .header-widget-area .widget_search #searchform {width: 100%;} And result will looks like this:

How to Make Top Bar Shopping Cart Scrollable

please add this to custom css (appearance->theme options->custom code->custom css) /* JAW – scrollable top bar cart */ .top-bar-woo-cart ul.cart_list.product_list_widget {     max-height: 400px;     overflow-y: scroll; }