Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi BrianBam, have you read the following from the FAQ?

    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.

    Let us know if that helps you.

    Kind regards

    hi there. my slideshow works fine until you publish it – sames applies to a post or page.

    any ideas?

    Thread Starter BrianBam

    (@brianbam)

    Thanks! That was dumb of me. I didn’t realize that I left off the
    <?php wp_footer(); ?>

    LibbyMak maker sure that the <?php wp_footer(); ?> function is right before the </body>.

    https://codex.www.ads-software.com/Function_Reference/wp_footer

    Hi @brianbam good to hear ?? can you mark this support thread as resolved.

    Hi @libbymak1 can you start a new support thread.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slide Show won't show’ is closed to new replies.