Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi MrKainig in the FAQ section here it states the following..

    The slideshow does not show up

    The slideshow is mostly called after the </head> tag, which means the scripts and stylesheet need to load in the footer of the website. A theme that has no <?php wp_footer(); ?> call in it’s footer will not be able to load the slideshow’s scripts.

    Often when the slideshow isn’t showing, there’s a javascript error somewhere on the page and this error has caused javascript to break. For the slideshow to work again, this error needs to be fixed. Check if any errors were thrown by opening Google Chrome or Firefox (with Firebug installed) and press the ‘F12’ key. Errors show in the console tab.

    Hi MrKainig,
    Change your code where it says “display:none” to “display:block” and then it should show up.

    <div class=”slideshow_content” style=”display: none;”>
    to
    <div class=”slideshow_content” style=”display: block;”>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Slideshow isn't showing up’ is closed to new replies.