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
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
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
Seth
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.
I suspect however that it's probably a javascript problem.
If it's a live website I could have a look if you want.
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.
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.
your code is like this for each thumbnail
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