Reputation: 1
On plone 4.3.3 under ubuntu 14.04, whether I hide or delete the Navigation portlet, it remains visible as a horizontal bar of links just above the breadcrumbs. This happens even when I hide or delete the Navigation portlet of both the Home folder and of its default view. How can I diagnose the problem?
Upvotes: 0
Views: 142
Reputation: 7727
If you want that bar to go away unconditionally, the easiest way is to hide the viewlet that displays it:
http://(yourplonesite)/@@manage-viewlets
, which shows you parts you can enable and disable separately. plone.global_sections
in ViewletManager plone.portaltop
, and click "hide".Upvotes: 4
Reputation: 1324
Check this document:
It is a for Plone 2.5, but if I understood your question correctly the answer is there.
I think you want to hide what in the document is called "navigation tabs" (rectangle with red border number 1). In this case go to "Site setup" and uncheck "Authomatically generate tabs".
Hope I got your question right, ciao!
Upvotes: 0