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

Thumbnails not loading


  • Please log in to reply
1 reply to this topic

#1 D Moore

D Moore

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 20 January 2013 - 12:45 AM

HI,

I'm having an issue with my site in that my tubepress thumbnails are not loading. I was just made aware of the issue today some I'm not sure how long I've had the problem. Last time I checked this particular section of the site was around the end of December and all was well. I have tried to do some minor troubleshooting to no avail. I have disabled all other plugins, with no change in the result. I ensured "" was included in my header.php. Tubepress.js?ver=3.5 is being loaded in the head of document. According to Firebug, it does appear jQuery is loading more than once, but like I mentioned earlier it didn't seem to be an issue a few weeks ago. I had the issue with the previous version of wordpress 3.4 and tubepress verison 2.4.5 as well.

Site:
http://www.godzsonpr...tions.com/video

WordPress 3.5
TubePress 3.0.0.
Issues reside in IE 9, FF 18, & Chrome 24

Please assist.

Thanks!

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 21 January 2013 - 01:39 AM

According to Firebug, it does appear jQuery is loading more than once, but like I mentioned earlier it didn't seem to be an issue a few weeks ago


When jQuery is loaded multiple times, it's not unusual to see TubePress working about half the time. The problem with duplicate jQuery loads is that it creates a race condition which, by definition, leads to unpredictable bugs.

So the solution is to simply hunt down that duplicate jQuery load and delete it. Looking at line 53 of your HTML source, it's definitely hardcoded in your theme. The URL is http://www.godzsonpr...co...ery.min.js. It's likely in a file called header.php, and you would find it below the call to wp_head().

Hopefully that is enough to point you in the right direction? Let us know. Thanks.