Topic: Gallery xml not found...Help!!!!
Hi,
I am a complete newbie to simple viewer and have been building my first website via wordpress. I have downloaded svbuilder and created a few galleries for my website. I have been trying for the past two days to upload them to my wordpress site unsuccessfully. I uploaded the folder that i saved my gallery in svbuilder to wp-content/uploads. I also embedded the code it gave me to my html page i want this gallery in. (Bayou Bartholomew) However, I keep getting the gallery xml not found. I also changed the permissions to the folder to 777.
This is the code we are recently trying to get to work
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.eastinoutdoors.com/public_html/wp-content/uploads/BayouBgallery/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL ="http://www.eastinoutdoors.com/public_html/wp-content/uploads/BayouBGallery";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "000000", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
My website is www.eastinoutdoors.com
Please any help would be appreciated, I dont know what else to try other than a different gallery. But, I Love the look of simple viewer.