Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
added Navigation Options back to the menu
  • Loading branch information
jjc16105 committed Apr 14, 2016
1 parent d79d2ff commit 708a282
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inc/customizer-nav.php
Expand Up @@ -16,6 +16,12 @@ $maxMegaMenuActive = is_plugin_active('megamenu/megamenu.php');

// If it's not active, display some options (activating the plugin overrides everything).
if (!$maxMegaMenuActive){

$wp_customize->add_section( 'nav' , array(
'title' => 'Navigation Options',
'priority' => 30,
) );

$wp_customize->add_control('navoption1', array(
'type' => 'select',
'label' => 'Navigation Style',
Expand Down

0 comments on commit 708a282

Please sign in to comment.