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

Widget Player Does Not Work


  • Please log in to reply
1 reply to this topic

#1 RideApart

RideApart

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 03 December 2012 - 07:45 PM

Hello,

Firstly we love your plugin, and have the latest version of both WordPress and TubePress.

Our website is http://hellforleathermagazine.com/

We have a widget setup to display one item from a youtube playlist which works but we cant get it to actually play, it only displays the thumbnail and title and when you click on it it does nothing. You can see it on the sidebar under RideApart.

We have tried the following but cant get it to work at all.

[tubepress mode="playlist" playlistValue="PL061D914B66D2A0AF" resultsPerPage="1"  paginationBelow="false" ajaxPagination="false" hqThumbs="true"  thumbHeight="240" thumbWidth="355" rating="false" ratings="false"]

We want to use Shaddowbox but we can not get that to work either.

Here is the ShortCode we are using

[tubepress mode="playlist" playlistValue="PL061D914B66D2A0AF" playerLocation="shadowbox" resultsPerPage="1"  paginationBelow="false" ajaxPagination="false" hqThumbs="true"  thumbHeight="240" thumbWidth="355" rating="false" ratings="false"]

We have followed the instructions here http://tubepress.com...ll#Shadowbox.js but that did not work.

Please advise.

Thanks in advance,

-Yosef

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 04 December 2012 - 01:14 AM

Hi Yosef,

Thanks for your kind words!

Looks like there are a few JavaScript errors on page load that are interfering with TubePress. Screenshot: http://i.imgur.com/8GIsq.png. Once we get those cleaned up, TubePress will operate normally.

The biggest problem that I see is that you have multiple instances of jQuery loaded on your site, which is both breaking TubePress and hurting your site's load-time. You're loading jQuery from

It looks like the "nivo-slider' plugin is not loading jQuery "the right way", so I would start by (temporarily) disabling that to see if it fixes things. Let's start there and if you are still experiencing problems we'll continue to troubleshoot. Sound good? Thanks!