• PowrSlave

    (@powrslave)


    The website I am currently developing: http://www.therocketspace.com

    I am using the Slides plugin: http://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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter PowrSlave

    (@powrslave)

    I commented out my entire functions.php file and that didn’t alleviate the problem either. I’m pretty much stumped on this one.

    Thread Starter PowrSlave

    (@powrslave)

    I forgot that it’s not publicly accessible, so the authentication is public/public. Can anyone at least point me in a direction to help me fix this wp_footer jquery issue?

    Thread Starter PowrSlave

    (@powrslave)

    FIXED: I didn’t have wp_head(); in the header.php file just before the closing head tag. Doh.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp_footer(); makes my jquery slides not load :(’ is closed to new replies.