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.


Purchased Pro Version; Not Working On Homepage


  • Please log in to reply
1 reply to this topic

#1 Guest_Gina Roos_*

Guest_Gina Roos_*
  • Guests

Posted 15 June 2013 - 06:53 PM

Hello,

 

I purchased the pro version & uploaded via my wp-admin but I still get the youtube playlist videos to appear on my homepage. This is the code that I'm inputting into my template.

<?php
 include WP_PLUGIN_DIR . '/tubepress_pro_x_y_z/sys/classes/TubePressPro.class.php';
 get_header();
 print TubePressPro::getHtmlForShortcode('mode="playlist" playlistValue="PLoKfCgM25KRMFJifPPex-WGy9yzx-1SeI"');
 if (have_posts()) :
 while (have_posts()) :
 the_post();
 the_content();
 endwhile;
 endif;
 get_sidebar();
 get_footer(); 
?>

Any suggestions? Thank you.

Gina

 



#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 16 June 2013 - 12:48 AM

Gina,

 

In the include line here:

include WP_PLUGIN_DIR . '/tubepress_pro_x_y_z/sys/classes/TubePressPro.class.php';

 the tubepress_pro_x_y_z needs to be changed to reflect the directory that tubepress is installed in.

 

For example, if you have TubePress 3.0.1 installed, it should look like this:

include WP_PLUGIN_DIR . '/tubepress_pro_3_0_1/sys/classes/TubePressPro.class.php';

Once you fix that issue, it should work fine.

 

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!