jQuery Galleria not display anything but dots

Permalink
Hi there.

I purchased this and am trying to use it to little success so far.

A note - I have Concrete5 installed in a folder under the root - so Concrete5 is not installed on the root of my site.

the attached image is all I see. However, the code is all there.

Very Strange.

Could it be to do with the sub directory installation of Concrete5? And if so, is there a setting I need to change for add-ons?

Thanks.

Seth

2 Attachments

sethhickel
 
mnakalay replied on at Permalink Reply
mnakalay
Well all your thumbnails are set to not show using style="display:none"

your code is like this for each thumbnail
<li>
<a rel="/thework/files/cache/2e0ee3e1f54d57708af599628ad1315c.jpg"   href="/thework/files/cache/0b3755da49ae0f6b083cf3cd51ad1186.jpg">                        
<img src='/thework/files/cache/e52059b56a5809683e64d29245b4b0bb.jpg' width='150' height='150' title='sh_thumbnail.jpg' alt='sh_thumbnail.jpg' rel='sh_thumbnail.jpg' style="display:none"/>
</a>
</li>


As you can see, the picture is not going to show because of display:none, so the link is just empty and you see the dots because of <li> that defines a list item.

Get rid of the display:none and everything will look normal
sethhickel replied on at Permalink Reply
sethhickel
Thank you for your help. Do you know where i make that change? I've only been using the provided interface for the jQuery Galleria add-on.

Seth
mnakalay replied on at Permalink Reply
mnakalay
Sorry I don't have that add-on so I don't really know.

I suspect however that it's probably a javascript problem.

If it's a live website I could have a look if you want.
sethhickel replied on at Permalink Best Answer Reply
sethhickel
So - interestingly enough the solution was to allow for the slide show.

When I chose to allow a slide show the gallery displayed. When slide show was turned off the gallery did not display.

I would think that this would not be required.

Thanks for all the help.