Menu Composer – Hide

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeMenu Composer – Hide

This topic has been marked as not a support question.

Using the menu composer – is it possible to hide / disable the menu items from showing – without having to delete them and create them again?

April 10, 2015 at 11:31 am #39911

Hi,

You can hide the menu with some CSS, but the entire menu code will be available in page source. If this suits you, just add these styles from the Pavilion CP > Theme Settings > Custom > Custom Stylesheet text field:

#main_navigation {
  display: none;
}

BR,
ThemeBurn team

April 17, 2015 at 7:02 pm #40134

Hi if we want to setup new menu top level category with sub-categories for instance as a mega menu – it would be useful to be able to set these up in the menu builder in readiness for launch with the ability to have the top level category disabled… so not showing in the main menu until the section/productscategories are ready to launch.

Is there a way to do this?

Any info appreciated.

April 24, 2015 at 9:38 pm #40302

Hi,

Sorry, but it seems that the last time we’ve understand you totally wrong.

For the moment, it is only possible to use the default OpenCart “Disabled” option, but unfortunately you cannot access the disabled content.

Maybe we could add in the future the feature to show/hide different parts of the content to different users/user groups.

BR,
ThemeBurn team

April 28, 2015 at 5:44 pm #40398
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.