[SOLVED] Slideshow Gallery won't display

Hello and thank you in advance for any help. I'm a relatively novice Wordpress user and am wondering why my slideshow is not displaying. I have hardcoded the
< ?php if (function_exists('slideshow')) { slideshow($output = true, $post_id = false, $gallery_id = false, $params = array()); } ? >
into my PHP file, which I am using as a static page with a different template from my main theme template.

http://www.susancoffey.net/?page_id=2126819910

When I view the page source, I see

style= "display:none;"

Is this my problem, and if so, how do I resolve this?

Wordpress 3.5.1
Slideshow Gallery 1.2.3.2

Thanks again.

Comments

  • 3 Comments sorted by
  • Vote Up0Vote Down
    edited May 2013
    Hi cuppacoffey,

    Thanks for your post.

    It happens sometimes that a WordPress theme affects the stylesheet of a plugin. In this case you should be able to resolve the issue by adding the following custom CSS to your theme's stylesheet:

        displayblock !important;
    }

    Please let us know if it helps, will you?

    I look forward to your reply.

    Best regards,

    Phil
  • Vote Up0Vote Down
    Hi Phil. Thanks so much for the response. That's done it, and the slideshow displays. The images are not appearing within it, so I have more investigation to do, but this has me on my way. If you have a moment and want to have a look, maybe you might have some insight as to what else I'm doing wrong.

    Thanks again!
  • Vote Up0Vote Down
    You're most welcome, glad that helped for the visibility, at least.

    I notice the following jQuery error when inspecting your site with Firebug:

    ReferenceError: jQuery is not defined
    http://www.susancoffey.net/?page_id=2126819910
    Line 112

    Could it be that your theme is not calling jQuery at all? Perhaps you want us to take a look for you? If so, would you mind submitting a support ticket at http://tribulant.com/support/, and provide us with WordPress admin and FTP login details?

    I look forward to your reply.

    Kind regards,

    Phil
Sign In or Register to comment.