• I was able to get it working finally but the Slides and Text will not work or appear in Google Chrome.

    To get it working for other browsers, After install, go to the Admin Slideshow. Add your custom slides images, text, title, etc.

    Then either add a page or post and use the tinymce editor to add in the shortcode such as [slideshow custom=true] *note that shortcode is only if you are using the custom images under the admin manage slide section in the admin userinterface.

    The alternative is to put the php code in the theme, use the following code or the code given on the wp theme page, not the code provided on the authors page.

    <?php if (class_exists(‘Gallery’)) { $Gallery = new Gallery(); $Gallery -> slideshow($output = true, $post_id = null); }; ?>

    However, like I said, this gallery does not work with google chrome but did work in Firefox, Safari, and IE7. I did not check any further then those as I see no reason with it not working in Chrome.

    http://wordpress.org/extend/plugins/slideshow-gallery/

The topic ‘[Plugin: Slideshow Gallery] Getting it to work & Using the php in template’ is closed to new replies.