I made a new menu, with links. the Zoundation support module gave me two extra block navbar and topbar options. But i only can get the normal menu(new) block to render. All other extra navbar and topbar blocks work fine when you assign them. Just a new added menu is not showing when put the right topbar block into the topbar left for example.I tried uninstall module, checked the code everything is ok. the new menu block is just not rendering in the right assigned region.
Menu's are already a pain in Drupal. So please could somebody help check it out.
Another problem was the Jquery update module which is required for the zoundation support module, gives problems with Views if you want to rewrite the result.(Views Rewrite Results UI Broken using JQuery 1.7) There is a patch for Ctools here is the link:
patch for ctools
Here is the link for the discussion: #1494860: Views Rewrite Results UI Broken using JQuery 1.7
I found it necessary to share it here, because of the urge to work with zoundation support module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupal-zoundation-user-created-menu-blocks.png | 1.84 KB | rowbotony |
Comments
Comment #1
rowbotony commentedHello, I'm not the maintainer, but I have built several sites with Zoundation. I have not encountered this issue, but I wanted to test this for you. First - thank you for the tip about the ctools patch! I was very frustrated with that problem and happy to have stumbled upon the solution you mentioned while browsing the Zoundation issue queue, thanks!
Regarding the missing menu report - I cannot reproduce this issue. I created a fresh sandbox with Zoundation, Zoundation Support, and jquery_update v1.7. I used Devel to generate some random menus and I was able to place all of those menus in all three regions of; Topbar Left, Topbar Right, and Navigation - and they all worked with no issues. I even mixed them around and tried all of them in all of the regions, and every menu worked in every region.
The only circumstance in which I was not able to get the Foundation menus to behave as Foundation menus is when I placed them in other, non-navigation regions.
For Example:
- Placing "Testing Menu (navbar)" works fine in the regions; Topbar Left, Topbar Right, and Navigation, but it shows up only as a simple
<ul>list when placed in the Sidebar First region for example.I would say that this issue would be "closed (works as designed)" because this seems to be the expected behavior - if a Menu Block is placed in a non-navigation designated region it will just show up as a regular
<ul><li>unstyled bullet list.Marking as "postponed (maintainer needs more info)" for a few weeks, then recommend closing if we can't reproduce the issue, unless I am misunderstanding the issue.
--Tony
Comment #2
rowbotony commentedThis is also related if you are referring to the fact that vertical menus do not render, they've not been implemented yet - #1872366: Add code for Vertical menus in sidebars
Comment #2.0
rowbotony commentedChanged the link to ctools issue to be clickable