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?
If you want that bar to go away unconditionally, the easiest way is to hide the viewlet that displays it:
navigate to http://(yourplonesite)/##manage-viewlets, which shows you parts you can enable and disable separately.
Find the the bar, usually called plone.global_sections in ViewletManager plone.portaltop, and click "hide".
Check this document:
http://www.contentmanagementsoftware.info/plone-book/navigation/index_html
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!
Related
I just purchased and installed UberMenu plugin version v3.2.1.1, followed the setup exactly the way they described, and I'm able to see the Ubermenu instance in my front page, as it should be.
However, I can't access the customization area of the menu, and therefore I can't tweak it my own way.
When I go to Appearance -> Menus and click on the Uber button on any menu item, all I get is an empty options popup, just like the image below. None of the tabs present any content, it's just like the plugin scripts weren't being loaded.
However I see that blue popup in the lower right end of the screen saying it was being loaded correctly, and it's gone properly when it ends the job.
What can I do to enable/load correctly the configuration options for this plugin?
Thanks!
There are generally 2 possibilities that can make this happen:
A PHP error occurs (for example, a memory limit exception), preventing the page from loading the content critical to the menu item settings panel. You can check if that's the case by viewing your Menus Panel page source and seeing if you have a closing HTML tag.
or
The theme alters the admin menu structure via a custom Walker, resulting in the plugin not being able to find the appropriate data within the admin menu items to generate the settings panel. This is not very common, but can happen with themes that offer their own custom menu item settings within the Appearance > Menus Panel, as they alter the standard item markup to suit their needs.
If you need assistance, just Submit a Support Ticket over at sevenspark.com and we'll help you get it sorted out :)
Have a great weekend!
I relly need help. I made a wordpress website, but i dont know how to disable top page from drom down menu.
I want to turn off page "Apartmani" because it is a empty page, so can you tell me how to disable that page and when you want to click on it nothing happens.
Here s the picture http://www.dodaj.rs/f/t/13H/495kOjY8/pitanje.png so i want to unable "Apartmans".
Thanks
The easiest way for you do do this is not to add this "Apartmani" as a Page in your menu, but as a simple link (as you can add custom links in your menu), with "#" as target. As is you will have a menu item that will handle its sub-pages, but this item will not lead to anything at all as long as the targeted link is #...
We are using Plone 4.1.3 and because of a bug in the Contents page of a folder, and we want to make a folder not to appear as a tab at the top of the Plone portal. Also, we want to do this without disabling Automatically generate tabs in Site Setup's Navigation settings. We found this documentation here: http://plone.org/documentation/kb/changing-tabs, and tried to follow the instructions but in our ZMI's portal_actions tool page, we do not see the items (that are supposedly the tabs?) as mentioned in the documentation. Instead we see these under Name Type in portal_actions:document_actions, site_actions, folder_buttons, object, object_buttons, portal_tabs, user. And in portal_tabs, there is only one name type: index_html (Home) where Home is our root folder.
Can somebody advise us on how to manage the tabs at the top of the Plone page - i.e. how to hide some tabs (i.e. make some items not appear as tabs)?
Thank you very much in anticipation.
cmgui
Found the answer. In the Edit page of the folder, click on the item and then click on Edit of the item. In the Edit page of the item, click Settings and select Exclude from navigation.
I have created a new user and I have given the rights to edit and display some specific content type, and the user has no other rights. Also I have created for him an shortcut list with some specific nodes of that type, which he has access to see and to edit.
But the strange thing is when the user (I have checked doesn't matter which user, even the administrator user) edit and save that node, then the shortcut to that node disappear from the menu bar. I have check the shortcut list attributed to that user and there is no shortcut there.
Do you experience the same thing?
UPDATE: Found a similar issue for the menu problem I'm experiencing indicating that this is a bug: http://drupal.org/node/761648#comment-4345692
I have the same trouble. It becomes very tiresome recreating my menus every time I edit content. I don't know how to fix it, but it seems the problem stems from the 'Provide a menu link' option in the Menu Settings tab while editing content. If I don't manually change it every time I edit content, it'll automatically choose to add a menu link to the main menu, deleting it from any other menu it was in. If I uncheck it, it will still delete the old menu item anyway.
I hope someone has answers!
I had the same problem with 'basic pages'.
Changed content type (structure > content types) 'basic page' and checked all the checkboxes for 'available menus'.
If you edit the content now and set the 'provide menu link' to the correct menu it remembers it correctly and the menu items don't disappear anymore.
Hope this helps.
Nephews
Try simplifying the URLs.
One thing I've found is that if Drupal doesn't like (for whatever validation reason) your URL, it will not show it until you edit it to be acceptable.
For example, I tried adding this repeatedly without success
node/2/edit%3Fdestination%3Dadmin/content
It showed up fine when I changed it to:
node/2/edit
Perhaps something in the node URL changes when they edit it.
It's not a real bug, but a bit strange ;)
You have to edit your content type to accept all referred menus. So, the actual menu entry won't be deleted and placed in main menu.
Have fun =)
This might be a really simple thing but i was unable to find an answer to it. The issue is this:
I'm using Drupal 7, updated from Drupal 6. I have main menu to which i've assigned some pages. Whenever i edit one of those pages Drupal, for some reason, removes it from the menu links. Anyone ever had the same problem or would anyone have any ideas as to why it behaves this way?
Ok, let's try to rule some things out. You said that you assigned this menu to some pages. If you are viewing the page in view mode, then click edit, then save, you will be taken back to the view of that node. If you are viewing all of your content in the admin, then click edit by the node, then click save, you will be taken back to the list of content in the admin. Take a look where you assigned this menu to, AND/OR where you did not assign it to. Make sure you are not looking at a page where the menu was not assigned to.
You only needed to enable it from the settings - 'Provide a menu link'.