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 links not clickable


  • Please log in to reply
1 reply to this topic

#1 Milan Boruvka

Milan Boruvka

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 18 October 2012 - 02:00 AM

Hi all,

I've been handed over a site with TubePress Pro plugin for playing Vimeo videos.

The page with video gallery is: http://www.griptv.cz/tv/

The problem is that links in thumbnails are not working.
First video is always played in a player.

I found that if I remove get_footer() call from page-tv.php, then it works:

<?php get_header(); ?>

<div id="content">
  <div id="left" class="full">
    <div id="tv">
      <?php
      $tubepress_base_url = '/wp-content/plugins/tubepress_pro_2_2_9/';
      include '/wp-content/plugins/tubepress_pro_2_2_9/sys/classes/TubePressPro.class.php';
			// include '/Applications/MAMP/htdocs/www/wp-content/plugins/tubepress_pro_2_2_9/sys/classes/TubePressPro.class.php';
      ?>
      <?php print TubePressPro::getHtmlForHead(true); ?>
      <?php print TubePressPro::getHtmlForShortcode("resultsPerPage='16' vimeoSecret='80a141d2c4ec99d' vimeoKey='b0c64d76ada14491ea48a3ff3a8cf1d2' mode='vimeoUploadedBy' vimeoUploadedByValue='griptv' playerLocation='normal' ajaxPagination='true' hqThumbs='true' orderBy='newest' autoplay='true' embeddedHeight='405' embeddedWidth='720' playerColor='C82E2E' showRelated='false'"); ?>
    </div>
  </div>
  <div class="r"></div>
</div>

<?php 
// get_footer(); 
?>


But obviously I am missing stuff in footer ;-)

Please help!

Versions:
WordPress 3.2.1
TubePress 2.2.9 PRO
Other plugins installed:
Advanced Custom Fields
Ajax Event Calendar
Akismet
All in One SEO Pack
Bad Behavior
Breadcrumb NavXT
Configurable Tag Cloud
Custom menu images
DB Cache Reloaded Fix
Disable WordPress Updates
Facebook Registration Tool
Google Analytics for WordPress
Google XML Sitemaps
Lightbox Plus
NextGEN Gallery
Scissors Continued
ShareThis
Simple Ads Manager
TinyMCE Advanced
Twitter Badge Widget
uBillboard 3
Widget Classes
WordPress Database Backup
Wordpress Popular Posts
WP-PageNavi
WP Super Cache
WPtouch

Btw. this is content of footer.php:

<script data-main="<?php echo get_template_directory_uri(); ?>/js/index.js" src="<?php echo get_template_directory_uri(); ?>/js/libs/require-jquery.js"></script>
<?php
/**
 * The template for displaying the footer.
 *
 * @package WordPress
 * @subpackage Grip
 */
?>

<div class="row" id="footer">
  <div class="wrapper">
    <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footerbar')) : ?>
    <?php endif; ?>
    <div class="r"></div>
  </div>
</div>
<div class="row" id="copyright">
  Copyright © 2012 GripTV | Kontakt: <a href="mailto:redakce@gript.cz">redakce@gript.cz</a> |
  <a href="http://www.toplist.cz/" target="_top"><img src="http://toplist.cz/count.asp?id=1421241&logo=s" border="0" alt="TOPlist" width="14" height="14"/></a>

<!--  
  <?php if (function_exists('users_online')): ?>
    Pravě na Gripu: <span id="useronline-count"><?php users_online(); ?></span>
  <?php endif; ?>
-->  
  
</div>
</div>

</div>

<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->

<?php
wp_head();
/* Always have wp_footer() just before the closing </body>
 * tag of your theme, or you will break many plugins, which
 * generally use this hook to reference JavaScript files.
 */
wp_footer();
?>

<?php
// Main JavaScript, included in every page
?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/libs/jquery/foundation/foundation-min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/libs/underscore/underscore-min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/views/partials/init.js"></script>


<script type="text/javascript">
  var sc_project=123456789;
  var sc_invisible=1;
  var sc_security="REMOVED";
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script>

<noscript><div class="statcounter"><a title="hit counter for tumblr"
                                      href="http://statcounter.com/tumblr/" target="_blank"><img
      class="statcounter" src="http://c.statcounter.com/REMOVED/"
      alt="hit counter for tumblr"></a></div></noscript>
<!-- End of StatCounter Code for WordPress (either .com or .org) -->
</body>
</html>


Milan

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 20 October 2012 - 10:10 PM

Hi Milan,

You have multiple copies of jQuery loaded on your site. Please follow those troubleshooting instructions and let us know if you need any assistance. Thanks!