At this point, I've stripped out everything, down to a base install (removing the fancybox shortcode as well) and pagination works, but videos aren't playing. There don't appear to be any errors in the debug.
The site is http://four.toincite.com/media.php
Am I missing something? Any help would be greatly appreciated!
Thanks!
Lee
PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?php $tubepress_base_url = "http://four.toincite.com/sites/all/themes/four/includes/vimeo";
include "/var/www/vhosts/four.toincite.com/httpdocs/sites/all/themes/four/includes/vimeo/sys/classes/TubePressPro.class.php";?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="sites/all/themes/four/includes/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
<?php print TubePressPro::getHtmlForHead(true); ?>
<!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> -->
<script type="text/javascript" src="sites/all/themes/four/includes/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
</head>
<body>
<?php print TubePressPro::getHtmlForShortcode('mode="vimeoUploadedBy" vimeoUploadedByValue="fourwindschurch" vimeoKey="ed23f322fc24c94b842cd25db109274d" vimeoSecret="omitted" orderBy="newest" ajaxPagination="true" hqThumbs="true" thumbHeight="45" thumbWidth="60" category="true" views="false" tags="true" description="true" resultsPerPage="5" paginationAbove="false"'); ?>
</body>
</html>









