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

I must refresh webpage to obtain thumbnails [SOLVED]


  • Please log in to reply
5 replies to this topic

#1 alvaro Valenzuela

alvaro Valenzuela

    Member

  • Members
  • PipPip
  • 15 posts

Posted 15 October 2012 - 02:05 PM

Hi Erik:

I've had some problems when the web page is loaded, thumbnails do not load from Vimeo, I must refresh the web page 2 or 3 times to that finally the thumbnails appears. what do you think about it? what could be the mistake?

http://www.paracaidismochile.cl/V2/

Regards

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 15 October 2012 - 05:55 PM

Hi,

Which OS and browser are you using when you have this issue? I tested your site in various browsers and it seems to be working as expected...

Let us know. Thanks!

#3 alvaro Valenzuela

alvaro Valenzuela

    Member

  • Members
  • PipPip
  • 15 posts

Posted 16 October 2012 - 12:18 PM

Hi: I`m using OSX 10.8.2 muontain Lion, and I have the same problem wilth Chrome, Firefox and Safari if I write the web address directly in the Browser... and If I Click the link that I gave you in the first post, I have this problem only with Chrome. very strange, is´n it?

Thanks for your help

#4 alvaro Valenzuela

alvaro Valenzuela

    Member

  • Members
  • PipPip
  • 15 posts

Posted 16 October 2012 - 02:44 PM

Here is the code from Chrome:

<div class="col1 mar3">
          <h2>ÚLTIMOS VIDEOS</h2>
          <a href="#" class="a5">disfruta los últimos videos subidos</a>
          <div>
                       
<div class="tubepress_container tubepress_sidebar" id="tubepress_gallery_1361900712">
  <div id="tubepress_gallery_1361900712_thumbnail_area" class="tubepress_thumbnail_area">
    <div class="tubepress_thumbs">
      <div class="tubepress_thumb">
        <a id="tubepress_image_27078517_1361900712" rel="tubepress_vimeo_fancybox_1361900712">
          <img alt="Paracaidismo-Chile www.paracaidismochile.cl" src="http://b.vimeocdn.com/ts/179/464/179464254_640.jpg" width="240" height="180" />
        </a>
        <dl class="tubepress_meta_group">
        </dl>
      </div>
      <div class="tubepress_thumb">
        <a id="tubepress_image_26605357_1361900712" rel="tubepress_vimeo_fancybox_1361900712">
          <img alt="Tandem Alfonso y Karina" src="http://b.vimeocdn.com/ts/175/859/175859650_640.jpg" width="240" height="180" />
        </a>
        <dl class="tubepress_meta_group">
        </dl>
      </div>
    </div>
      </div>
</div>

<script type="text/javascript">
	TubePressGallery.init(1361900712, {
		ajaxPagination : false,
		embeddedHeight : "350",
		embeddedWidth : "425",
		fluidThumbs : true,
		playerLocationName : "fancybox",
		shortcode : "%5Btubepress%20vimeoKey%3D%227966c8d2e57203ef121dce9b55d2aa2xxxxxxxxx%22%2C%20vimeoSecret%3D%22a616fd3cd0477d9bccc7b36a077cc16xxxxxxxxx%22%2C%20mode%3D%22vimeoUploadedBy%22%2C%20vimeoUploadedByValue%3D%22orbital%22%2C%20theme%3D%22sidebar%22%2C%20playerLocation%3D%22fancybox%22%2C%20hqThumbs%3D%221%22%2C%20resultCountCap%3D%222%22%2C%20thumbHeight%3D%22180%22%2C%20thumbWidth%3D%22240%22%2C%20title%3D%22%22%2C%20length%3D%22%22%2C%20views%3D%22%22%2C%20orderBy%3D%22newest%22%2C%20galleryId%3D%221361900712%22%2C%20sequence%3D%22%2727078517%27%2C%20%2726605357%27%22%5D",
		themeCSS : "",
		autoNext : true,
		sequence : [ '27078517', '26605357' ]
	});
</script>                    </div>
          
           <a href="#" class="a2">ver Todos los Videos</a>
         </div>

this is the picture from my screen Posted Image

and this is the code that I have

<div class="col1 mar3">
          <h2>ÚLTIMOS VIDEOS</h2>
          <a href="#" class="a5">disfruta los últimos videos subidos</a>
          <div>
                       <?php print TubePressPro::getHtmlForShortcode('vimeoKey="7966c8d2e57203ef121dce9b55d2aa2xxxxxxxxx" vimeoSecret="a616fd3cd0477d9bccc7b36a077cc16xxxxxxxxx"  tubepress mode="vimeoUploadedBy" vimeoUploadedByValue="orbital" theme="sidebar" playerLocation="fancybox" hqThumbs="true" resultCountCap="2" thumbHeight="180" thumbWidth="240" title="false" length="false" views="false" orderBy="newest"'); ?>
          </div>
          
           <a href="#" class="a2">ver Todos los Videos</a>
         </div>


#5 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 17 October 2012 - 05:38 PM

Thanks for sharing those screenshots. I'm also seeing the problem when I view your site in Chrome and Safari in OS X Lion.

I think the problem is due to TubePress's "fluid thumbs" feature. Try turning it off by setting fluidThumbs="false" in your shortcode. i.e.

print TubePressPro::getHtmlForShortcode('fluidThumbs="false" vimeoKey="7966c8d2e57203ef121dce9b55d2aa2xxxxxxxxx" vimeoSecret="a616fd3cd0477d9bccc7b36a077cc16xxxxxxxxx"  tubepress mode="vimeoUploadedBy" vimeoUploadedByValue="orbital" theme="sidebar" playerLocation="fancybox" hqThumbs="true" resultCountCap="2" thumbHeight="180" thumbWidth="240" title="false" length="false" views="false" orderBy="newest"');
Give that a try? Thanks!

#6 alvaro Valenzuela

alvaro Valenzuela

    Member

  • Members
  • PipPip
  • 15 posts

Posted 18 October 2012 - 01:21 PM

Thank you Eric, apparently, that was the problem ....

Thanks Again!!!!