• Hi,

    I use the free platform theme by pagelines (latest). It’s really a great theme and I would recommend it. I enabled the content widget which allows one to place widgets inside a page/post. Once I enabled it, the sub-menu options disappeared from my pages including the home page.

    No Sub-menu: https://projectcloud.info/

    Sub-menu: https://projectcloud.info/journals/journals/

    Once this happened, I removed the content widget but the problem persisted. So I deleted the entire theme and loaded it again. The problem persisted.

    Any help would be appreciated.

Viewing 1 replies (of 1 total)
  • I don’t have this theme, but I can immediately see the reason why.

    .main_nav ul ul {
      display: none;
    }

    The menu is there, but that bit of CSS is hiding it. You can’t just remove the command, either, otherwise your submenus will hang over your content. So there are some complications.

    I could be wrong, but think it’s a classic “feature, not a bug” situation. When you click on one of those, you get a whole bunch of nice summaries, possibly of stuff in that Category(?). Which is fairly decent for navigation, IMO. And then the dropdowns do work if you want to use them. So maybe the menu is sort of a shotgun wedding of Pages and Categories the way you have it set up. That’s what I can see with a quick glance.

    See what they say. If they have their own forum, I’m guessing that’s where you’d get more help on that.

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Missing sub-menu only on pages’ is closed to new replies.