Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #357007

    Hi there!

    My client is seeing intermittent video loads when they go to their site – i’m unable to reproduce it, and i’m wondering if you’ve heard of any such thing. The video is coming from a Vimeo Plus account, and i see it each time.

    I’m wondering if they are seeing a cached version of the homepage, which would cause the video to not be actively requested from Vimeo. what do you think?

    #357268

    Hey charger70!

    It’s only happening in Firefox for me. I found this around line 821 in /enfold/js/shortcodes.js.

    // vimeo sometimes does not fire. fallback jquery load event should fix this
    // currently not used because it causes firefox problems
    /*
    this.$video.load(function()
    { 	
    	if(_self.eventsBound == true || typeof _self.eventsBound == 'undefined') return;
    	_self.$option_container.trigger('av-video-loaded');
    	$.avia_utilities.log('VIMEO Fallback Trigger');
    });
    */
    

    What happens when you uncomment that out?

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.