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.

Add pagination to WooCommerce shortcodes

1 – We recommend you do these changes by child theme. Please first follow this tutorial. 2 – Please install these two plugins: Prime Strategy Page Navi WP-PageNavi 3 – Add into function.php this code: /** * This code shows pagination for WooCommerce shor ...

How to create two column submenu

Please set your main menu item by this image: Now create two new menus and add there your sub-items (half to first menu, half to second menu). Go to Widgets and add “Custom Menu” widget to “Widget menu area 1” sidebar. Now select your new menus The la ...

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’), ‘foo ...

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̵ ...

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 c ...

Page Speed

Here you can find answers due to page speed testing: Gzip compression: You have to enable it on server side: http://gtmetrix.com/enable-gzip-compression.html Leverage browser caching: You have to also configure it on server side: http://gtmetrix.com/leverage-browser-caching. ...