Hi, I have installed the latest version of this SimpleViewer package on an Umbraco 4.7 install.
Everything appears to be set up coorectyl (settings page, document types etc) but upon previewing the Image Gallery page I have set up, I receive the message "Gallery XML not found" within a Simpleviewer box.
Hi Marco, thanks for your help, have checked that both pages are published together with following the instructions and hasn't solved my problem. The code below is the HTML
<script type="text/javascript">
var svCoreURL = "/svcore/";
</script>
<script type="text/javascript" src="/svcore/js/simpleviewer.js"></script>
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "MY WEB ADDRESS?fld=2267";
flashvars.baseURL = "MY WEB ADDRESS/"
var params = {};
params.wmode = "opaque";
params.allowfullscreen = "TRUE";
$(document).ready(function () {
SV.simpleviewer.load("sv-container", "500", "500", "", true, flashvars, params);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
Gallery XML not found
Hi, I have installed the latest version of this SimpleViewer package on an Umbraco 4.7 install.
Everything appears to be set up coorectyl (settings page, document types etc) but upon previewing the Image Gallery page I have set up, I receive the message "Gallery XML not found" within a Simpleviewer box.
Any ideas what I need to do to solve this
Hi Matthew!
Please follow the instructions that are posted here:
http://svp4u.mediafoundry.eu/how-to-use.aspx
Please check if the SimpleViewer Gallery Page document has the GallerySettings defined and if the SimpleViewer Gallery Settings document is published.
Kind Regards
Marco
Hi Marco, thanks for your help, have checked that both pages are published together with following the instructions and hasn't solved my problem. The code below is the HTML
Matthew,
What do you see when navigating to the "MY WEB ADDRESS?fld=2267" ?
It should return a XML...
It appear's as if the reason is related to the links to my Master template as am now receiving a "Cannot Parse Gallery XML" message.
Will give it a go tomorrow to solve it but looks like it'll be easy
is working on a reply...