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

Thumbnail Issue (seems Common)


  • Please log in to reply
2 replies to this topic

#1 ryanknapp

ryanknapp

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 10 May 2013 - 04:45 PM

Hi everyone,

 

Seems like a common issue with the thumbnail problem. I've went in and disabled jquery for my slider plugin as well as for Contact Form 7, but still have issues. 

 

1) Error: Permission denied to access property 'toString'

 

2) Network error: 404 not found: http://prsfit.com/wp...ormal/normal.js"

 

the issue with #2 is that somehow it is adding in /wp-content/plugins/tubepress twice. Not sure why this is happening

 

the page is www.prsfit.com/video-channel

 

Thanks!

 

Ryan

Attached Files



#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 11 May 2013 - 07:21 AM

Hi Ryan,

 

If you look in your header.php (or something similar) you will find a line that looks like this:

<script type="text/javascript" src="http://prsfit.com/wp-content/plugins/tubepress//wp-content/plugins/tubepress//src/main/web/players/normal/normal.js" async=""></script>

That is the include that is placing the normal.js file.

 

If you edit it to show the proper path, TubePress should start working right away!

 

Let us know if you have any other questions or problems.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!


#3 ryanknapp

ryanknapp

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 12 May 2013 - 01:56 PM

Hey Brandon - thanks for the reply. I'm using Thesis theme and know enough to be dangerous. This is content of my header.php

 

 

<?php
 
function thesis_header_area() {
thesis_hook_before_header();
thesis_header();
thesis_hook_after_header();
}
 
function thesis_header() {
echo "\t<div id=\"header\">\n";
thesis_hook_header();
echo "\t</div>\n";
}
 
function thesis_default_header() {
thesis_hook_before_title();
thesis_title_and_tagline();
thesis_hook_after_title();
}

 

Is it happening in that second line function?