aled7430
Member
Posted 4 months ago #
I'm using the Tubepress plugin and I have a video gallery setup just fine, except that only the first video will play. When I click on the other video thumbnails in the gallery, the title highlights when clicked but then nothing happens. And there's no error message. I've also tried multiple browsers. Has anybody else encountered this problem? Here's a link to what I'm talking about.
k2eric
Member
Posted 4 months ago #
TubePress requires jQuery 1.6 or higher. Your page is loading jQuery twice - once from
http://alejandrodowling.com/wp-includes/js/jquery/jquery.js
and again at
http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"
The later is outdated, and it's clobbering the first load. If you can get rid of that, TubePress will work correctly and your site's load time will improve.
aled7430
Member
Posted 4 months ago #
Thanks for the advice. How would I go about getting rid of that? In one of the php pages? Also, how can I update jQuery if it's not fully updated?
k2eric
Member
Posted 4 months ago #
Getting it down to a single load can be tricky. Here are some docs that might be of assistance.