I am using the newest Views Galleriffic. I have gone through all your documentation and all the issues in the queue and still cannot find out why I am seeing the load icon spin and spin and spin instead of seeing the main image. I am using Views Galleriffic 7.x-1.1, Libraries 7.x-1.0, EVA 7.x-1.1, Views 7.x-3.3. I have configured the view as instructed.

The small images are looking fine and the player links are working. Everything is working except for that main image. It just cannot find the image or something and so is giving me the loading icon forever. When I use other options for "Format" and "Show" other than Galleriffic, I see both the main image perfectly fine.

Please help! By the way, you have amazing documentation and the module looks fantastic. I cannot wait for this main image to show. Thank you!

Comments

tglynn’s picture

I also think I encountered this issue for Views Galleriffic 7.x-1.0.

acouch’s picture

Status: Active » Postponed (maintainer needs more info)

Thanks for reporting this. I'd like to help but it is hard to troubleshoot. The fact that you can see the images fine with other formats suggests there is a javascript error of some kind. Do you see any errors in the console log? Do you have any other modules using javascript that might be causing issues? If you are able to share a URL I can also take a look.

cy08’s picture

Hi there,
I had the same problem this morning and it appears to be for me an error in dhtml_menu.js:

$(".menu li").css("margin-left") is undefined.

Solution here: http://drupal.org/node/1093772

Just replace this code:

$(".menu li").css("margin-left")

by this one:

($('.menu li').css('margin-left') || '0')

Hope it will work for you too.

tglynn’s picture

acouch: I'm using OpenPublic mostly, and I do believe there is JavaScript coming from a couple places. I've looked around though the log in the admin interface but didn't see anything. Where do I find the log you mention? I have searched around but couldn't find it.

cy08: I tried you're solution and don't think it worked, possibly because it's a D6 fix, according to the issue you referenced.

acouch’s picture

What happens if you switch the theme and / or remove modules that have javascript? Try removing them one at a time and see if that has an effect.

tglynn’s picture

Thanks for help guys. I went with EVA and views to create the gallery because of time constraints. Am not sure if it was a js conflict or not, since I have been able to catch js conflicts before and couldn't find one in this case. Anyway, galleria still looks like a great module and thanks for the responses.

acouch’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing since issue seems to be resolved.