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

Upgraded To Latest Version In Wordpress 3.6 And All Is Broken


Best Answer Hans Mestrum, 24 August 2013 - 06:45 AM

Found the solution.

 

Removed:

 

.tubepress_sidebar .tubepress_thumb img {
    width: auto ! important;
    padding: 5% 5% 1% 2%;
    margin: 0 auto ! important;
    -ms-interpolation-mode: bicubic;
}
 
from  /tubepress/src/main/web/css/tubepress.css
 
and put
 
.tubepress_sidebar .tubepress_thumb img {
    margin: 0 auto !important;
    padding: 5% 5% 1% 2%;
    width: 300px;
}
 
in custom css in dms
Go to the full post


  • Please log in to reply
4 replies to this topic

#1 Hans Mestrum

Hans Mestrum

    Newbie

  • Members
  • Pip
  • 9 posts
  • Locationthe Netherlands

Posted 14 August 2013 - 06:46 AM

Hi there,

 

just upgraded to the new version with Wordpress 3.6 and now tubepress stopped working. Earlier version was working under WP 3.6

I see thumbnails but when clicked thumbnail gets grey but nothing happens.

Seems to be a javascript error?

 

I read that WP36 is using latest version of js scripts

 

Please help



#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 22 August 2013 - 04:44 AM

Hans,

 

Please view our troubleshooting steps here: http://tubepress.com...hoot:ClientSide

 

If you are still having problems, please feel free to post a link to your site and we'll take a look for you.

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 Hans Mestrum

Hans Mestrum

    Newbie

  • Members
  • Pip
  • 9 posts
  • Locationthe Netherlands

Posted 24 August 2013 - 05:26 AM

Hi @brandon,

 

you can find my weblog on http://www.hansonexperience.com and you see my thumnail in the sidebar. As you refresh several times you can see that sometimes the first thumb is responsive to the column and the others are smaller or number 2 etc.



#4 Hans Mestrum

Hans Mestrum

    Newbie

  • Members
  • Pip
  • 9 posts
  • Locationthe Netherlands

Posted 24 August 2013 - 06:45 AM   Best Answer

Found the solution.

 

Removed:

 

.tubepress_sidebar .tubepress_thumb img {
    width: auto ! important;
    padding: 5% 5% 1% 2%;
    margin: 0 auto ! important;
    -ms-interpolation-mode: bicubic;
}
 
from  /tubepress/src/main/web/css/tubepress.css
 
and put
 
.tubepress_sidebar .tubepress_thumb img {
    margin: 0 auto !important;
    padding: 5% 5% 1% 2%;
    width: 300px;
}
 
in custom css in dms


#5 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 26 August 2013 - 07:01 PM

Hi Hans,

 

I'm glad you were able to figure out the problem you were having.

 

Let us know if we can help with anything else.

 

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!