slideshow not appearing in the theme

Hi,

I have added the slideshow's hardcode
<!--?php if (function_exists('slideshow')) { slideshow(true, "1", false, array()); } ?-->

to my wordpress theme. I can only see the Next and Previous buttons.

Images doesn't show up.
Following is the url
http://test.accura-tech.com/boatworks/about/

Can you help me fix this.

Thanks,


Comments

  • 1 Comment sorted by
  • Vote Up0Vote Down
    @sm1990

    Thank you for your post.

    It looks like you have integrated a different slideshow there?

    Either way, if you only see "Next" and "Previous" text on the page, it means that the Javascript hasn't initialized which is usually because the theme doesn't contain the wp_footer() function in it's footer.php template file.

    The Slideshow Gallery plugin requires that function to execute it's scripts in the footer of the WordPress site.
Sign In or Register to comment.