I have latest dev version from september and only a small box (20x20px appears when hovering over menu, which has set to display minipanel.

Minipanels are fine becasue I tried them to show as block and they are perfectly displayed on my website. so it have to be problem with menu minipanel.

the animation of the "empty box" is working I can cahnge background color, but nothing shows inside.

What is the problem with nothing showing up?

Thanks in advance.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lekvarnik’s picture

patch solved it ;)

TJM’s picture

Lekvarnik.... It would be very helpful if you would give a link to the "patch solved it ;)" Thanks... TJM

lekvarnik’s picture

I found it somewhere in issues forum for Menu Minipanels. However, I cannot find it now. So, I have attached the patch here.

For applying this patch use e.g. Netbeans or command line in shell.

joecanti’s picture

Hi,

Do you know what this patch was addressing? I'm getting the same issue, but am on Drupal 7?

Thanks, Joe

lekvarnik’s picture

ledom’s picture

Same here whith 6.x-1.2

Patch solved the issue.

vinoth.3v’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

same here. menu working only on menu page. empty panel for other pages.

pvasili’s picture

Priority: Normal » Major

Module is completely non-working.
This (1.x dev and rc3 to ) Menu Minipanels working only on menu page :(

kerasai’s picture

I've run into this on 2 separate D7 projects. Putting the menu into a Nice Menus (http://drupal.org/project/nice_menus) block made the mini panel content appear. I haven't had a chance to delve into the details on why this happens but that is my short term workaround.

willvincent’s picture

Status: Active » Needs review
FileSize
1.46 KB

After a bit of poking around, it seems that the issue here is that despite being declared as static, the $panels variable is not maintaining it's value throughout the duration of the page load.

I've updated the code a bit to use the drupal_static() function, and cache_get()/cache_set() to ensure this variable stays populated throughout the duration of the page load.

BeaPower’s picture

the patch still didn't work for me, went to previous version...

DamienMcKenna’s picture

Status: Needs review » Postponed (maintainer needs more info)

Please test out the patches I added to #1199790: Support all menus, enable the menus you wish to use (e.g. admin/build/menu-customize/primary-links/edit) and see if it now works.

DamienMcKenna’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

This should be a-ok.