Lightbox Broken on "Dreamy" Theme
requenym - July 11, 2008 - 19:49
| Project: | Dreamy |
| Version: | 5.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | YIY |
| Status: | closed |
Jump to:
Description
Look at the attached screenshot to see how a number of things display incorrectly...
Loading image never goes away, close, next, previous, and expand always appear...
Any suggestions?
Submitted to Dreamy and told to seek help here.
http://drupal.org/node/279498
| Attachment | Size |
|---|---|
| dreamy-lightboxjs issues.JPG | 111.16 KB |

#1
Do you have the "nice menus" module enabled? If so, disable it and it should fix your problem. It adds javascript to the page incorrectly which causes a lot of javascript functions to be run twice.
Cheers,
Stella
#2
No nice menu's module installed--thanks for the tip though
#3
Ok I installed the Dreamy theme and it's a bug with the theme. On line 13 of node.tpl.php, there is
drupal_add_js('misc/drupal.js');. This is invalid, no theme should be doing this (or the other drupal_add_js() lines). The javascript is already added to the page on line 11 of page.tpl.php with<?php print $scripts ?>Re-assigning to the Dreamy theme project.
Cheers,
Stella
#4
fixed. thanks
#5
#6
on high screen resolutions the right column with all blocks falls down.