jaw@jawtemplates.com

Tag: menu

Issues during activating child theme

If you encounter with a typical issue when you activated child theme and you lost menu and your widgets on frontend, you will have to set primary menu again (http://support.jawtemplates.com/goodstore/web/?p=703) and for widgets simply use this plugin – https://srd.word ...

Brazil Portuguese translation for JaW Menu plugin

This translation is made by José Viegas (06.05.2016) Translated: 100% To install, just move the files to wp-content/languages/plugins. Download pt_BR This translation is made by Ramon Vieira  (29.03.2016) Translated: 100% To install, just move the files to wp-content/languag ...

How to Create a Widget Menu

Please go to appearance->menus and choose widget area. Then go to appearance->widgets->widget menu area X and just add your elements there 🙂 If you want to add more weidget area, please follow this link – http://support.jawtemplates.com/goodstore/web/?p=846

How to Add Icon in Menu Items

First of all, you need to go, e.g. here http://demo.jawtemplates.com/goodstore/goodstore03/shortcodes/icon/ copy the text below the picture and simply add that text to your menu item appearance->menus

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 icon into menu

In “Big” header style you can use the “icon class” option, but this is not working with other styles of header. If you want to use it with classical menu, please add <i class=”icon-home2″></i> before (or instead of) Navigation ...