I have created a gallery here: http://www.norwegianfashion.no/gallery/test-gallery
In the post I have added [svgallery name="c_oberg"]
But the gallery is not showing.
Looking at the source, I can see the added code:
<script type="text/javascript">
var flashvars = {};
flashvars.preloaderColor = "0xffffff";
flashvars.xmlDataPath = "http: {path to gallery} /gallery.xml?for=fc_id_925";
var params = {};
params.bgcolor = "#fff";
params.allowscriptaccess = "samedomain";
params.wmode = "opaque";
var attributes = {};
swfobject.embedSWF("http://www.norwegianfashion.no/wp-content/plugins/wp-simpleviewer/viewer.swf", "fc_id_925", "100%", "100%", "8", "http://www.norwegianfashion.no/wp-content/plugins/wp-simpleviewer/js/swfobject/expressInstall.swf", flashvars, params, attributes);
</script>
The XML file looks like this:
<?xml version="1.0" encoding="UTF-8" ?>
<simpleviewerGallery
maxImageWidth="600"
maxImageHeight="600"
textColor="0x5c5c5c"
frameColor="0x5c5c5c"
frameWidth="1"
stagePadding="0"
navPadding="40"
thumbnailColumns="8"
thumbnailRows="1"
navPosition="bottom"
vAlign="center"
hAlign="center"
enableRightClickOpen="true"
title="C. Øberg s/s 2009"
imagePath="http://www.norwegianfashion.no/wp-content/uploads/galleries/c_oberg/images/"
thumbPath="http://www.norwegianfashion.no/wp-content/uploads/galleries/c_oberg/thumbs/"
wpSimpleviewerWidth="100%"
wpSimpleviewerHeight="100%"
wpSimpleviewerBackgroundColor="fff">
Why isn't my gallery working?