admin
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̵ ...
How to Add a Custom Field in Woocommerce Checkout Page
Please follow this url – http://gerhardpotgieter.com/2014/02/25/woocommerce-2-1-add-confirm-password-field-at-checkout/
Demo Import Error – Something Happend – please contact support at…
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 a ...
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. ...