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

Videos not loading


  • Please log in to reply
1 reply to this topic

#1 Amy Sirois

Amy Sirois

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationPortland, Maine

Posted 22 January 2013 - 02:31 AM

I am having the same issue....downloaded tubepress tonight and only my top video will play. Trying to have a series of videos show up on page.....selected to have all videos in my playlist appear, order determined by most recent dowload. I am not a techie.....don't know what jquery and all that stuff is that other people with this problem have been told to look for. But I can follow good directions :)
Please help....I really want to get this up and running! Thank you!
www.robedgerleytv.com

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 23 January 2013 - 07:19 PM

Hi,

Your site is definitely loading jQuery twice. We'll want to get that pared down to a single load. Based on what I can see, it looks like your theme is the culprit. Here's what I would do:

  • Use your favorite text editor and open up your theme's header.php (or similarly named file) and look for the following:

    <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.js"></script>
    You should be able to find that file at wp-content/themes/axa.installation.

  • Delete that line!
Give that a try?