I have just installed as instruction and as normal in my Drupal 6.15 and javascript on. However, there is no hover menu displaying at blocks or nodes at all in any pages after enabled. Is it a problem? Thanks!
I have just installed as instruction and as normal in my Drupal 6.15 and javascript on. However, there is no hover menu displaying at blocks or nodes at all in any pages after enabled. Is it a problem? Thanks!
Comments
Comment #1
conortm commentedHello ycwjjjj,
Could you provide a little more info? What theme are you using? What browser are you using? What, if any, javascript errors are you getting? Have you tested (on a development site) the latest 6.x dev version?
Thanks for reporting this, and please let me know answers to the above.
-Conor
Comment #2
tallsimon commentedI have tried with latest dev and summertime theme, no links showing. also have popups API installed.
Comment #3
tallsimon commentedAah in my case it was CSS aggregation.... cleared the cache and they appeared!
Comment #4
MaffooClock commentedAs stated on the front page:
So, in your theme's node.tpl.php, the opening container should be something like the following:
Note the
id="node-<?php print $node->nid; ?>".