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

Thumbnails Not Clickable.


Best Answer pixelfix , 09 May 2014 - 08:31 PM

Thanks. That did the trick. Missed the head tag call.
We're in business. Now to learn s'more. Go to the full post


  • Please log in to reply
2 replies to this topic

#1 pixelfix

pixelfix

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 09 May 2014 - 06:54 PM

Hi,

 

I ran into the thumbnails not clicking issue that some other's in the community posted after purchasing the pro version this afternoon. I'm using the PHP standalone version, passed the check that server supports tubepress, and can see thumbs, and meta data from youtube. 

 

The test url is here http://www.environme...press/index.php

 

Here is the code I put in the page. 

 

<?php print TubePressPro::getHtmlForShortcode('mode="user" userValue="uclaioes" resultsPerPage="10"'); ?>

 

I also checked in the JS console for both chrome and firefox and didn't see any errors.  I also check and doubled check path for the setBaseURL.

 

I also have jquery installed at top of page as you can see if you view source. 

 

Not sure what to try now. Any suggestions would be very much appreciated. 

 

 

Thanks in advance, 

 

Scott



#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 09 May 2014 - 07:50 PM

Hello Pixelfix,

 

It appears that you are failing to load a number of the required js and css files for TubePress to work.

 

Please make sure that you followed the directions here: http://docs.tubepres...-php/usage.html

 

Let us know.

 

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 pixelfix

pixelfix

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 09 May 2014 - 08:31 PM   Best Answer

Thanks. That did the trick. Missed the head tag call.
We're in business. Now to learn s'more.