Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Mark,

    The JS isn’t being included, so make sure your custom template has this PHP code just before the closing </body> tag:

    wp_footer();

    So the bottom of your template will end up looking something like this:

    <?php wp_footer(); ?>
        </body>
    </html>

    Regards
    Tom.

    Thread Starter MarkSinister

    (@marksinister)

    Thanks this fixed it.

    Hi, glad you got it working 🙂

    Please consider leaving a review if you get a few minutes spare.

    Regards,
    Tom.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trouble with slider…’ is closed to new replies.