Topic: Embedding SV into WebEasy Professional 9.11
I've been trying to embed a SimpleViewer gallery (SV Builder 2.3.1) into a web site I'm trying to build with WebEasy Professional 9.11 (Avanquest), but not having much luck. I am not a programmer. I've tried using their option to insert HTML code (see below) from the SV gallery I created, but it does not work:
<!--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 -->
I copied the SV folder and contents into the same location as the web page project in WebEasy, but the preview option does not recognize the embedded HTML ... it's like nothing is there ...
I contacted their on-line support that suggested I try the DropBox method described here (http://www.simpleviewer.net/simpleviewe … html#embed). I was hoping to have something I can control directly on my own system, and upload updates in one shot as may be required to my host (Network Solutions).
Avanquest even directed me to other third-party options (Visual Light Box) because apparently the WebEasy cannot set up a simple thumbnail gallery.