Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Tubepress cannot detect jquey 1.7.1


  • Please log in to reply
3 replies to this topic

#1 Ultra Tux

Ultra Tux

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 05 January 2012 - 10:47 PM

Hi,

I keep getting the following error message although my Wordpress is already upgraded to 3.3.1 which has jquey 1.7.1 installed:

"TubePress requires jQuery 1.6 or higher. This page is running version 1.4.2"

My side is: propertywealthunlimited.com/library/videos

How do I resolve this?

Thanks.

Charles.

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 05 January 2012 - 11:19 PM

Hi Charles,

Even though your WP install has jQuery 1.7, your site is actually loading jQuery three separate times:

  • https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
  • https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js
  • http://propertywealthunlimited.com/wp-content/plugins/easing-slider/js/jquery.js?ver=1.4.2
You'll have to, unfortunately, go through your plugins (and possible theme) to root out anything that isn't including jQuery "the right way". You'll want to get it down to a single load of jQuery 1.6 or higher.

#3 Ultra Tux

Ultra Tux

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 06 January 2012 - 12:09 AM

Thanks Eric.

Which plugin is loading the following?
https://ajax.googlea.../j...ery.min.js

Is it my theme?

#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 06 January 2012 - 06:30 PM

It's impossible to say without looking through the code or disabling your plugins/theme one-by-one until that load goes away. If you're not super familiar with WordPress's PHP code, I would recommend the latter approach.