Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: URGENT!!!! Video is not looping properly #919502

    Hi Rikard,
    thanks for your support! Yes, yesterday night suddenly it looped again (stangin AND live), i have no idea why. Btw, the black screen was the last image of the video, so, the problem was, that it just did not loop. So, anyway, i have not changed anything at the system since yesterday. No update, no pluings, no nothing. Do you have any idea, what could have been happen?
    Could this be a temporarily youtube problem? My customer is a bit worried, because i could not tell him the exact error source (i am a dev by the way).
    Well, now it loops on all browsers like it should and like all the time before.
    best regards
    b

    Hi Basilis,

    thanks, i did that and it works like a charm.

    thanks, you can close the topic i think!
    bici

    ok, i created a testcase and i finally found the error.

    change the code in avia.js to the following (line 736 ff):

    if(scroll_to_el.length)
    				{
    					//firefox most of the time does ignore the offset of the fixed header
    					var jumpAccomplished = false;
    					
    					the_win.on('scroll.avia_first_scroll', function()
    					{	
    						jumpAccomplished = true;
    						setTimeout(function(){ //small delay so other scripts can perform necessary resizing
    							if(sticky_sub.length && scroll_to_el.offset().top > sticky_sub.offset().top) { modifier = sticky_sub.outerHeight() - 3; }
    							the_win.off('scroll.avia_first_scroll').scrollTop( scroll_to_el.offset().top - fixedMainPadding - modifier );
    							
    						},10); 
    				    });
    					// firefox igrnored the offset... 62 is the height of the fixed header. fit to your needs.we do the scrolling by ourselfes.
    					if(!jumpAccomplished){
    						$('html, body').animate({scrollTop: $(hash).offset().top -62 }, 'slow');
    					}
    			    }

    should be self explaining.

    • This reply was modified 6 years, 9 months ago by spielprinzip.
    in reply to: Video background not working #897755

    Hi,
    thanks so much! I love the Enfold Theme and i use for all of my old and future customers. So, thanks for your Efforts!
    best regards

    in reply to: Video background not working #896169

    Self-hosted mp4-videos dont show up or dont work properly in some browsers anymore since the update. Before the update to enfold 4.2, everything was fine.
    I realized, that on all browsers, direkt youtube-videos work perfectly. I tried all posted suggestions and hints, nothing worked for all browsers.
    That’s a pretty serious bug and i somehow now regret, to work with enfold, because something just normal should not happen. Hours and hours of researching for just nothing. Why the heck hasn’t this checked properly before the update release? By the way, if i embed the selfhosted mp4 videos without the avia-editor, everything works fine as expected. h

    hope you guys will find a solutions for this ASAP!

Viewing 5 posts - 1 through 5 (of 5 total)