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

added Navigation Options back to the menu #137

Merged
merged 1 commit into from Apr 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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