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, 455, true); Change 455 t ...

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 shortcodes when it’s em ...

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 last step is add some custo ...