Im not sure exactly what is causing this to happen. It seem that if I change any of the ligthbox settings away from the defaults it will not load the galleria. It just loads a list of images. When I clear my cache memory, and refresh, it will load it once. When I close it and reopen it..it will load a list of images again and the only way to stop it from doing this is to restore the default settings in lightbox. Hmmm. I've been playing around and cant figure what is causing this. I have thus far...
uninstalled lightbox2
uninstalled galleria
reinstalled both....still does it in firefox and IE.
http://rankinstudio.com/new/astrophoto Example page of the problem....
If you clear your cache, it might load right, but close it and try to reopen it....anyone else see this?
Comments
Comment #1
Mark Theunissen commentedThere are quite a few bugs in the Lightbox integration. I will set aside some time next week to try fix it. Just been really busy lately with the holiday season!
Comment #2
rankinstudio commentedwell, it seems to be messin up on every browser....if i right click on the lightbox and choose to reload the frame...it reloads the galleria right...weird.
Comment #3
Mark Theunissen commentedI think it's a timing issue. Try it in Safari ... I find that it works consistently well, whereas the others not so much. The key is the speed of the Javascript engine.
Comment #4
rankinstudio commentedIts defiantly a timing issue. It doesn't have that problem on Safari. Is there a way to give the JavaScript in galleria priority somehow over lightbox so it loads right?
Comment #5
Mark Theunissen commentedWell, that's exactly the issue. I got around it by putting a 1 second delay on the Galleria code, but it's not ideal. We need a way to trigger the Galleria once the lightbox has finished loading.
Let me know if you have any ideas!
Comment #6
rankinstudio commentedWell, it seems to be working now...what I did was change the animation settings in the lighbox/advanced settings to under .4 seconds...I have mine at .2 it seems to be loading the galleria now...
http://rankinstudio.com/new/photointro
click on "the best of"
dunno if this did it or not..
Comment #7
Mark Theunissen commentedYep that would have a similar effect!
Comment #8
Mark Theunissen commentedFixed in Beta-2.
We now use HTML instead of an iFrame and some *proper* Drupal.behaviors and it's working WAY better than in was. Stable in all browsers in my testing.
Comment #9
rankinstudio commentedIt seems there is some issue with the captions/description tag showing up, It shows up black on mine and disappears fast. Is there also a way to hide the overflow from the lightbox to get rid of the scroll bars?
Comment #10
Mark Theunissen commentedI can't reproduce - can you give more information, like browser, etc, maybe a screenshot?
Comment #11
rankinstudio commentedhttp://rankinstudio.com/testgalleria
There is a test galleria opening in a lightbox. The title is there, just is black. Click and highlight to the right of the back next and you will see it show up.
Im confused..
Comment #12
Mark Theunissen commentedThe issue you are describing is a simple CSS issue... the problem is not that the Galleria caption is black, but rather that your background is black!
The standard lightbox is white. If you want the text to be white, just make CSS rule for it:
.galleria_container .caption {
color: white;
}
If you don't already, I suggest using Firebug to debug CSS styles.
Comment #13
rankinstudio commentedI probably could have figured that out. thanks for the post :)
I use firefox. Cant stand IE
Comment #14
rankinstudio commentedmark, sorry to bother again.
One more thing I just noticed was on these galleries
http://www.rankinstudio.com/photointro
The thumbs all show up not "greyed out" until you mouse over them all....
Any idea what is causing that?
Thanks
David
Comment #15
Mark Theunissen commentedNo problem, bother away! ;)
This is an actual bug and I've opened a new issue for it. Simple fix. The problem only occurs when adding two lightbox links to the same page, which is why I hadn't picked it up. Thanks! It's fixed in -dev.
http://drupal.org/node/362501
Comment #16
rankinstudio commentedThat did it...thanks!