Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Stan,

    The slideshow is almost always called after the </head> tag, which means that the slideshow needs to load its script in the body of the website.

    It’s required for every WordPress theme to have a <?php wp_footer(); ?> statement right before the </body> tag, as many plugins need to load their scripts here. Your theme probably misses this call. More information

    Best regards,
    Stefan

    Thread Starter webusat

    (@webusat)

    Hi Stefan,

    Ouch, rookie mistake. I was building so fast I totally forgot the tag. It is working now.

    Sometimes I hate deadlines.

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Slideshow] Uncaught TypeError: 'slideshow_script'’ is closed to new replies.