开发者

Intermittent Problems with Galleria

My Galleria is temperamental, sometimes it works, sometimes it doesnt. I was going to put galleria into my website and I had it up and running but for some strange reason it is very temperamental and it only works if you quickly go the gallery on tab 2 before the page finishes loading! Ive tried this on Safari and Firefox and get same story (My site doesnt seem to run on IE, the layout is all wrong).

My website is "http://www.milltownyourlocalchurch.com/", in case you need to look at the html which might help solve this problem. If u load the page and quickly go to tab 2 before the page loads (which is were the gallery is, at the bottom), then it will show ok. BUT, if u let the page completely finish loading then go to the gallery it will not have displayed. This leads me to bel开发者_StackOverflowieve there is something in the page load that knocks of the galleria.

Has anyone else had this problem or know how to fix it??

Galleria is declared in the "head" tag

<script src="js/galleria.js"></script>
<script>Galleria.loadTheme('classic/galleria.classic.js');</script>

And code is added in the body section too

<script>$('.galleria').galleria();</script>


I'm getting two JS errors on that page. I'd try to fix those first and then see whether the gallery works. FYI: $('#features').cycle() causes the first problem, since you don't seem to include the necessary plugin.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜