WP-SimpleViewer » How-to and Troubleshooting

Problem with using simple viewer with Theme and posting to a category

(2 posts)

  1. I have set up a post using SimpleViewer to show pictures of Featured Artists, in a category called FEATURED ARTISTS. All seems to work, except in the Category I get the following:
    This SimpleViewer gallery requires Macromedia Flash. Please open this post in your browser or get Macromedia Flash here.

    This is a WPSimpleViewerGallery

    var flashvars = {};
    flashvars.preloaderColor = “0xffffff”;
    flashvars.xmlDataPath = [...]

    Can anyone tell me how to eliminate all of this? I have down loaded FLASH.

    Site is: http://www.city-lynx.com/wordpress
    Thanks

    Posted 1 year ago #
  2. I guess your theme uses the_excerpt() on the category pages instead of the_content() to show the text of the post. And, as no excerpt is set for the post, it will crash and only display code.

    So either set an excerpt for all of these posts or change your theme to use the_content() instead of the_excerpt().

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.