WP-SimpleViewer » How-to and Troubleshooting

Wordpress: Simpleviewer not showing

(4 posts)
  • Started 1 year ago by spstieng
  • Latest reply from BuriStudios

  1. 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?

    Posted 1 year ago #
  2. Ok, today I noticed something weird.

    In my article list, I changeed the_content_rss() with the_content().
    Guess what, my gallery is showing in the article list.

    But when I click the article to view it in full page, the gallery is not showing.

    Need some help please. I really need this to display pictures from the fashion show in February.

    Posted 1 year ago #
  3. You should not use 100% as height. Is it working fine then?

    Posted 1 year ago #
  4. This has successfully fixed the problem for me, thank you Markus.

    Posted 11 months ago #

RSS feed for this topic

Reply

You must log in to post.