Topic: Absolute path for gallery generated using svBuilder?
I'm attempting to help a client build galleries for her website that's built on pappashop.com
I'm having trouble getting the path entered correctly & files uploaded to the correct place to allow the gallery to display.
http://functionalinteriorsllc.com
I've read over the other "gallery not found" issues but can't even get things in the right place to see that error!
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript" src="portfolio/windows/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars={};
flashvars.baseURL="portfolio/windows/";
jQuery(document).ready(function () {
SV.simpleviewer.load('sv-container', '750', '900', 'transparent', true );
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED -->