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

Mark Theunissen’s picture

There 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!

rankinstudio’s picture

well, 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.

Mark Theunissen’s picture

I 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.

rankinstudio’s picture

Its 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?

Mark Theunissen’s picture

Well, 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!

rankinstudio’s picture

Well, 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..

Mark Theunissen’s picture

Yep that would have a similar effect!

Mark Theunissen’s picture

Status: Active » Fixed

Fixed 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.

rankinstudio’s picture

It 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?

Mark Theunissen’s picture

I can't reproduce - can you give more information, like browser, etc, maybe a screenshot?

rankinstudio’s picture

http://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..

Mark Theunissen’s picture

Status: Fixed » Closed (fixed)

The 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.

rankinstudio’s picture

I probably could have figured that out. thanks for the post :)

I use firefox. Cant stand IE

rankinstudio’s picture

mark, 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

Mark Theunissen’s picture

No 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

rankinstudio’s picture

That did it...thanks!