Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Empty/never loading image gallery


Go to End


11 Posts   3751 Views

Avatar
extasey

Community Member, 14 Posts

11 March 2011 at 9:35pm

1.</div>
2.
3.<p>Copyright &copy; 2007-2008 | Powered by <a href="http://www.silverstripe.org" title="This site runs on the SilverStripe 4.CMS">SilverStripe Open Source CMS</a></p>
5.
6. </div>
7. </div>
8.<script type="text/javascript" src="http://love2cake.net/index.php/sapphire/thirdparty/jquery/jquery.js?m=1299480167"></script></body>
9.</html>

What about the tag before </html>?
(end of line 8)

Avatar
UncleCheese

Forum Moderator, 4102 Posts

12 March 2011 at 7:32am

There's something wrong with your template, because there should be many more scripts in there. You should at least see one for the lightbox you selected and another for imagegallery_init.js. Usually when scripts aren't getting injected it means SSViewer can't find the closing body tag, but there might be something else going on. The issue is clearly that the javascript is not being loaded.

Avatar
extasey

Community Member, 14 Posts

13 March 2011 at 4:28pm

Okay, does this happen quite often with the black candy theme? It was doing this before I started to edit the theme and thats all my custom theme is really... a few changed colours and images.

Go to Top