Closed (fixed)
Project:
Dreamy
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jul 2008 at 19:49 UTC
Updated:
14 Nov 2009 at 20:33 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| dreamy-lightboxjs issues.JPG | 111.16 KB | requenym |
Comments
Comment #1
stella commentedDo 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
Comment #2
requenym commentedNo nice menu's module installed--thanks for the tip though
Comment #3
stella commentedOk 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. By adding it again in node.tpl.php, the javascript is called twice resulting in page rendering issues like the one mentioned.
Re-assigning to the Dreamy theme project.
Cheers,
Stella
Comment #4
jswaby commentedfixed. thanks
Comment #5
jswaby commentedComment #6
YIY commentedon high screen resolutions the right column with all blocks falls down.