Tagged: video
-
AuthorPosts
-
June 16, 2015 at 4:07 pm #460114
Hi,
I have a video embedded in a full width easy slider, it is a vimeo link. You can see this here: http://www.keiranmerrick.com/
It has recently stopped playing, only a static slide from the video shows. i have noticed some people have been having the same issue, is there any way to resolve it?
Thanks,
KeiranJune 16, 2015 at 5:13 pm #460185Hey keiranmerrick!
We have reported the issue to our devs and it will be looked into as soon as possible. YouTube videos are working fine on my local installation. If possible, please use YouTube videos temporarily.
Best regards,
YigitJune 16, 2015 at 5:35 pm #460206Another example: http://www.faithaccompli.com/inspireme/ of Vimeo videos not playing. Thank you!
June 17, 2015 at 1:15 pm #460714Hi!
Please try to edit js > avia.js, look for the /*Vimeo Frogaloop API for videos*/ section. Replace everything with this code: https://secure-a.vimeocdn.com/js/froogaloop2.min.js
This is just a test so we’re not sure if it will fix the issue. The video might not autoplay, try to click on it to play the video.
Regards,
IsmaelJune 17, 2015 at 2:24 pm #460786That seems to have fixed the issue, thank you so much!
June 18, 2015 at 5:17 am #461071June 18, 2015 at 4:14 pm #461438Yes, it worked! Thank you.
June 18, 2015 at 9:21 pm #461598This helped me too, thanks : )
June 18, 2015 at 9:28 pm #461602June 23, 2015 at 1:53 pm #463364Hi guys,
This has pretty much solved the issue, however I want my video to loop and though I have the loop button checked it doesn’t seem to be working at the moment, it just stops at the end of the video.
Here’s my site for reference: http://www.keiranmerrick.com/
Is there any solution for this?
Cheers,
KeiranJune 23, 2015 at 2:48 pm #463433Hey!
@keiranmerrick Please update Enfold to the latest version 3.2.1 – kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
YigitSeptember 18, 2015 at 3:21 pm #505589Hi,
I use an mp4 movie (from my Media Library) in the full page slider what works fine in all browswers except (I’m using 11). I get an error message: Error loading this resource.
Any idea what is happening?
Best regards,
Steven
September 19, 2015 at 6:37 am #505868Hey!
I’m not sure if this is going to help but please edit header.php, look for this code:
<meta charset="<?php bloginfo( 'charset' ); ?>" />
Below, add this code:
<?php if(preg_match('/(?i)msie [9-11]/',$_SERVER['HTTP_USER_AGENT'])) { echo '<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>'; } ?>
Cheers!
IsmaelSeptember 21, 2015 at 12:11 pm #506359Hi,
Thanks for you answer but that didn’t work. Please see the attachment. The issue happens in Explorer b.t.w. (forgot to mention that in my post…)
screendumpSeptember 22, 2015 at 7:03 am #506795Hi!
Can you please post the whole error? What file is it referring to? Replace the code with this:
<?php if(preg_match('/(?i)msie [8-11]/',$_SERVER['HTTP_USER_AGENT'])) { echo '<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>'; } ?>
Don’t forget to remove browser cache.
Cheers!
IsmaelSeptember 22, 2015 at 4:49 pm #507207Hi,
When I use your new code I get this error in IE 11:
Warning: preg_match() [function.preg-match]: Compilation failed: range out of order in character class at offset 12 in /home/p720/domains/xlconcept.eu/public_html/wp-content/themes/xlconcept/header.php on line 15
As suggested I’ve put it in the themes/themename/header.php:
?><!DOCTYPE html> <html <?php language_attributes(); ?> class="<?php echo " html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".avia_header_class_string();?> "> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php if(preg_match('/(?i)msie [8-11]/',$_SERVER['HTTP_USER_AGENT'])) { echo '<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>'; } ?> <!-- page title, displayed in your browser bar --> <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title> <?php /* * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives * located in framework/php/function-set-avia-frontend.php */ if (function_exists('avia_set_follow')) { echo avia_set_follow(); }
Cheers,
Steven
September 23, 2015 at 10:31 am #507587Hey!
Have you tried using a different video with the same format? Maybe the codec in the current video is not compatible with IE. http://stackoverflow.com/questions/21124885/html5-video-not-working-in-ie-11
Best regards,
IsmaelSeptember 23, 2015 at 1:46 pm #507739Hi,
Indeed it works with another mp4. So it has to do with the codec. What should I do now?
Cheers
September 24, 2015 at 10:17 am #508249Hey!
I’m not really that familiar with the subject. Maybe, you can find a video converter? This might help:http://www.wondershare.com/pro/free-video-converter.html
Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.