Topic: Need Help with FTP files and names
I'm trying to embed a simple viewer gallery (sv2) into my existing homepage www.bronzedberry.com
I'm trying to install this gallery underneath a photo carousel ( not simple viewer). The simple viewer gallery does not show up at all, but when I look at my source code, I see the code.
So I'm assuming my issue has to do with uploading the files correctly through my FTP connection.
1) I created my gallery using sv builder. My source code looks like this:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "340", "320", "EDE8E1", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
2) I then pasted this code into my existing index.html page and uploaded the new one to my server though my ftp
3) I thought I could copy each folder into the root directory which has my index.html file. I copied my images individually, then my svcore folder, thumbnails folder, and gallery.xml folder as well.
What am I doing wrong?