wp_footer(); makes my jquery slides not load :(
-
The website I am currently developing: https://www.therocketspace.com
I am using the Slides plugin: https://www.slidesjs.com/
I had it working trouble free for awhile during development, but Slides stopped loading the featured images. I narrowed the problem down to wp_footer();. When I comment out that line in my footer.php, the slides work again, but this obviously has adverse effects regarding plugin functionality.
I tried reactivating the theme I designed and that didn’t fix it.
I tried deactivating all plugins and that didn’t help either.
Is there a magic debugging workflow I should be using when I work through this process? Like deactivating plugins AND then reactivating the theme or some other specific procedure?
Does anyone have any ideas why commenting out wp_footer causes my jquery to work again?
- The topic ‘wp_footer(); makes my jquery slides not load :(’ is closed to new replies.