mene miniPanels seems like exactly what I need, and it looks pretty nice, but whenever I associate a minipanel with a menu item, and hover over the menu item, I see the minipanel twice. The site even has <div class="menu-minipanels menu-minipanel-1525" style="display: block;">
In the markup twice.
If yo uwant to see the site check out 67.20.112.212/drinkstorm.com
Thanks,
-Josh
Comments
Comment #1
nathan573 commentedI'm having this happen too and it seems like it's related to, at least in my case, the use of an AJAX-enabled View. I suspect that once I perform an AJAX related action (like paging or a dynamic exposed filter) the minipanel code is being run/created again and this manifests itself by making the menu appear twice.
This would lead me to believe that the menu minipanel code needs to be suppressed somehow when AJAX is being used, but my attempts to hack menu_minipanels.module to this end did not work. I tried going in and suppressing various functions when the invoking path starts with "/views/ajax/" but had no success in stopping the double menu behavior.
This is on Drupal 6 with Menu Minipanels 6.x-1.2, but I suspect the behavior is closely related to the original issue. JoshOrndorff, do you have some AJAX going on that could be triggering this double menu behavior?
Comment #2
nathan573 commentedDid some more research and found this patch that fixed my issue:
http://drupal.org/files/issues/menu_minipanels-n1025450-4-d6.patch
Comment #3
chris-cmfi commentedIs there a D7 patch that anyone knows of?
Comment #4
damienmckennaThis is most likely a duplicate of #1233578: Duplicate content, lets continue there.