Hi,
I am having this issue too and i can’t figure out what is going wrong. I have the set up of thumbs and big image on the same page (thumbs floated right) on MAMP and all works ok apart from i can’t seem to add titles and descriptions..when i do they just disappear after saving.
I also have two managers on the same page too...my snippet call on the page to display the gallery is:
[!MaxiGallery? &pictureTpl=`mgPictureFade` &display=`pictureview` &pics_per_row=`3` &max_pic_size=`700x700` &max_thumb_size=`43` &js=`assets/templates/new/js-setupFade.js` &manage_target=`50`!]
[!MaxiGallery? &galleryOuterTpl=`mgGalleryOuterFade` &galleryPictureTpl=`mgGalleryPictureFade` !]
and my gallery manager call:
[!MaxiGallery? &pictureTpl=`mgPicture01` &display=`pictureview'
&js=`assets/templates/new/js-setup01.js` &galleryOuterTpl=`mgGalleryOuter01`
&galleryPictureTpl=`mgGalleryPicture01` &is_target=`1`!]
Any help on the above much appreciated.
Another issue (which might be for a separate post actually) is that in Safari and Chrome (MAC...haven’t checked PC browsers) when i click on a thumbnail image the bigger image appears where it should but with subsequent thumbnail clicks the previous images remain on the page so i end up with all the big images appearing on top of one another down the page. Now i think this is a css issue actually but can’t fathom it.
I can specify a height on the #picturecontainer but i don’t want a pre-defined height as all the big images will be different. overflow:hidden in conjuction with a height doesn’t work either as i can still see the big images appearing below the chosen one if it’s smaller than the specified height.
my css is:
#picturecontainer {
float:left;
width: 650px;
float: left;
margin: 0 20px 20px 0;
}
any ideas on either of these issues??
Thanks for any help