jaw@jawtemplates.com

Could help

How to add Menu into Top bar

First you have to register menu position. Open /goodstore/function.php file and lines 335 – 339 register_nav_menus(array( ‘primary_navigation’ => __(‘Primary Navigation’, ‘jawtemplates’), ‘footer_navigation’ =&g ...

How to add more Widget areas to menu.

You’ll have to change code of a JaW Menu plugin. Please open /jaw-menu/menu/JawMenu.class.php and lines 99 – 104 $widgets_area = array( ‘widget-menu-area-1’ => ‘Widget menu area 1’, ‘widget-menu-area-2’ => ‘Widget me ...

Demo Import Error – Something Happend – please c ...

This usually happens when you have set low memory limit size on your server. Please contact your hosting company to increase your memory limit and max execution time. Or if you work on local, you should go to php.ini and change that (memory__limit,max_execution_time) value and restart apache. Recomm ...

Wishlist still show some number

If you encounter with this problem, e.g. wishlist(2) and when you click on it, you will see blank content, resp. you will see no products, it means that the products are not exist in wordpress. You will have to go to your database and remove that products manually.   You can delete it by this SQL ...