Tagged: 

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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,
    Keiran

    #460185

    Hey 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,
    Yigit

    #460206

    Another example: http://www.faithaccompli.com/inspireme/ of Vimeo videos not playing. Thank you!

    #460714

    Hi!

    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,
    Ismael

    #460786

    That seems to have fixed the issue, thank you so much!

    #461071

    Hey!

    Glad we could help :)

    Cheers!
    Rikard

    #461438

    Yes, it worked! Thank you.

    #461598

    This helped me too, thanks : )

    #461602

    Hi!

    Great! Thanks for your feedbacks :)

    Regards,
    Yigit

    #463364

    Hi 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,
    Keiran

    #463433

    Hey!


    @keiranmerrick
    Please update Enfold to the latest version 3.2.1 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #505589

    Hi,

    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

    #505868

    Hey!

    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!
    Ismael

    #506359

    Hi,

    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…)
    screendump

    #506795

    Hi!

    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!
    Ismael

    #507207

    Hi,

    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

    #507587

    Hey!

    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,
    Ismael

    #507739

    Hi,

    Indeed it works with another mp4. So it has to do with the codec. What should I do now?

    Cheers

    #508249

    Hey!

    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

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