jaw@jawtemplates.com

Could help

Cannot Import Essential Grid Demo Files

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

How to Change JAW Slider Height

Please go to ../goodstore/css/ and open file template.min.css and find size 455px and change it to your maximal height, e.g. 800px. Then you will have to change this size in ../goodstore/functions.php on line 322. You should see add_image_size(‘slider-size’, 488, ...

WooCommerce categories counter is stuck

If you are using a WooCommerce Categories widget and counters in it shows old data, like here: Please go to WooCommerce -> System Status -> Tools and click at “Clear tansients” and “Recount terms” Now it should be OK.

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