webusat
Member
Posted 8 months ago #
Hi,
The slideshow won't work. I have deactivated plugins, removed any scripts I had running and still get this:
Uncaught TypeError: Object [object Object] has no method 'slideshow_script'
I am pretty sure it's my template because it works with the default theme. Any ideas?
Thanks,
Stan
http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/
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
webusat
Member
Posted 8 months ago #
Hi Stefan,
Ouch, rookie mistake. I was building so fast I totally forgot the tag. It is working now.
Sometimes I hate deadlines.
Thanks!!