I’m trying to use slimbox
I have a Photo Gallery page with only the following code:
[!MaxiGallery? &display=`childgalleries`!]
I have a Gallery1 page with the following code:
[!MaxiGallery? &display=`embedded` &embedtype=`slimbox` &pics_per_row=`3` &disable_js_libs=`1`!]
When I view the page, I see the 4 thumbnails of the 4 pics, and when I click on a thumbnail it opens in the existing page.
No slimbox.
In my head, I see:
<link rel="stylesheet" href="/assets/snippets/maxigallery/css/default.css" type="text/css" media="screen" />
<script src="
http://www.mywebsite.com/assets/js/jquery-1.3.2.min.js" type="text/javascript"></script>
but nothing about slimbox, or mootools, etc. Is it supposed to add that automatically, or should I include it in my template manually?
Should I be using tpl pages for the gallery pages?
What steps am I missing here??
thanks