• Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact
Log In

  • Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact

HomeCodeHow to add more Widget areas to menu.
menu-widget6

How to add more Widget areas to menu.

  • admin
  • Posted in CodeTutorials
0
SHARES
SHARESHARESHARESHARE
SHARESHARE

You’ll have to change code of a JaW Menu plugin.

Please open plugins\jaw-menu-gdaynews\menu\JawMenu.class.php between lines 17 – 22

$_widgets_area = array(
            'widget-menu-area-1' => 'Widget menu area 1',
            'widget-menu-area-2' => 'Widget menu area 2',
            'widget-menu-area-3' => 'Widget menu area 3',
            'widget-menu-area-4' => 'Widget menu area 4',
);

change to:

$_widgets_area = array(
            'widget-menu-area-1' => 'Widget menu area 1',
            'widget-menu-area-2' => 'Widget menu area 2',
            'widget-menu-area-3' => 'Widget menu area 3',
            'widget-menu-area-4' => 'Widget menu area 4',
            'widget-menu-area-5' => 'Widget menu area 5',
            'widget-menu-area-6' => 'Widget menu area 6',
);

And that’s all.
menu-widget6

Related Posts

install-t6
0 comments
Tutorials

How to set Custom Stock Ticker

install8
0 comments
Tutorials

How to set Custom Stock Widget

mynews
0 comments
Tutorials

MyNews Feature

Post Offset in Categories

wphooks

Actions jaw_before_usermanagement and jaw_after_us...

Related Posts

install-t6
0 comments
Tutorials

How to set Custom Stock Ticker

install8
0 comments
Tutorials

How to set Custom Stock Widget

mynews
0 comments
Tutorials

MyNews Feature

categorylabelsrelatedpostshide
0 comments
Tutorials

How to Hide Category Labels in Images in Related Posts Only?

Tags

  • area
  • gdn
  • menu
  • meun
  • more
  • widget
  • Was this Helpful ?
  • yes   no
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity