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
Merge pull request #137 from jjc16105/master
added Navigation Options back to the menu
  • Loading branch information
jmr06005 committed Apr 15, 2016
2 parents d79d2ff + 708a282 commit 8a22990
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 8a22990

Please sign in to comment.