Title: Selective dropdown display
Last modified: August 31, 2016

---

# Selective dropdown display

 *  Resolved [patrickhealy](https://wordpress.org/support/users/patrickhealy/)
 * (@patrickhealy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/selective-dropdown-display/)
 * I’m using a genesis child theme called altitude and it’s really great. It has
   parallax functionality on the home page and I am trying to funnel users into 
   different sections of the site depending on their interest and when they leave
   the home page, I want to allow them to then be able to drill down deeper with
   dropdown items in the menu without having to go back to the home page. Is this
   possible to do? Basically I want to suppress dropdowns on the home page only.
 * [https://wordpress.org/plugins/custom-menu-wizard/](https://wordpress.org/plugins/custom-menu-wizard/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [wizzud](https://wordpress.org/support/users/wizzud/)
 * (@wizzud)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/selective-dropdown-display/#post-7148667)
 * Umm … I suspect not.
 * CMW doesn’t know about pages or post, just menu items. That’s all it works with.
   As such, there is no condition for being on a certain page; the condition it 
   _can_ work to is for a menu item being identified as the “current item”, which
   not the same thing.
 * Also, although you don’t make it clear, I get the impression that you _might_
   be talking about the main navigation menu – which is usually produced by your
   theme. If that’s the case, then it is unlikely to be either a widget or a shortcode,
   so considering CMW as a replacement may not be practical? On the other hand, 
   if you’re talking about a secondary menu – say, in a sidebar – then CMW could
   be used, but I still don’t think it would be able to do what you want.
 * If your menu doesn’t have visible indications of the existence of a sub-menu,
   then you might be able to achieve what you’re after with some CSS? On the home
   page, the BODY tag often has a class of ‘home’, so you could display:none on 
   sub-menu ULs within body.home?

Viewing 1 replies (of 1 total)

The topic ‘Selective dropdown display’ is closed to new replies.

 * ![](https://ps.w.org/custom-menu-wizard/assets/icon-256x256.png?rev=1381901)
 * [Custom Menu Wizard Widget](https://wordpress.org/plugins/custom-menu-wizard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-menu-wizard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-menu-wizard/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-menu-wizard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-menu-wizard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-menu-wizard/reviews/)

## Tags

 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 1 reply
 * 2 participants
 * Last reply from: [wizzud](https://wordpress.org/support/users/wizzud/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/selective-dropdown-display/#post-7148667)
 * Status: resolved