Topic: Multi Galleries
Hi Steven
Please could you kindly assist again. I am wanting to create a different gallery on different htm pages. The first gallery is working fine - http://www.vassilikiholidays.com/restaurants.htm For this Gallery I placed everything (index.html, gallery.xml, thumbs, images, svcore) in the root directory.
Then I created another svBuilder Gallery (and called it grand-nefelli) and saved everything in a folder. I then copied the code generated (below) and placed it in the new htm page.
But when I view the new page the Gallery from the 'restaurants' page is loading (viewing) and not the new Gallery. It seems the code in the second page is also pointing to the first generated Gallery and not to the new Gallery.
Please could you kindly advise how I can rectify this. Perhaps you could please alter the code below for me if possible so that it points to my new folder : grand-nefelli
Many thanks
Tony
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->