Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #922859

    hi again,

    the simple autoplay with self hosted videos is not working again in version 4.2.6.

    as i wrote before there ist a css problem as follows:

    shortcode.css / line 3727:
    #top .mejs-container{height: 30px; max-height: 30px}
    1. you missed a “;” before “}”
    2. this “max-height: 30px” must be deleted

    see:
    http://www.totalbescheuert.de/test/

    ‘___’
    (o o) ________
    (___) )\
    || – – || x

    greez
    rene

    • This topic was modified 6 years, 1 month ago by isee.
    #922919

    Hi Rene,

    Please add following code to Quick CSS

    #top .av-video-slide .mejs-container { 
          max-height: 100%; 
    }

    We will report it to our devs :)

    Regards,
    Yigit

    #923139

    hi yigit,

    i fixed it in the shortcode.css until you provide the next update.

    as i mentioned in the other thread, i have the problem with autoplay…
    it really weird, but now i found out (and fixed my problem) that you emulate a click via jquery in the simple slider
    to start (self hosted) video slides. the same “problem” occours with a video section background.

    here is my solution:
    as i hooked some scripts another way in functions.php and/or plugins my jquery was not available when this click is emulated.
    i changed my hooks to an other level,
    from
    add_action('after_setup_theme', '#mystuff#', 40);
    to
    add_action('init', '#mystuff#', 40);

    and the autoplay works again.

    this might be helpfull for others to recognize their problem if autoplay does not start.

    cheers
    rene

    • This reply was modified 6 years, 1 month ago by isee.
    #923606

    Hi isee,

    Glad you got it working for you and thank you for sharing! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #923638

    Yigit and Victoria, we have been adding this exact code to quick css for months now… and the problem keeps coming up in threads as each new version of Enfold is released. Are the devs ever going to add this to the theme? This is getting ridiculous and puts a lot of work on users and moderators. Looks like isee above even found the error in the code…. maybe he can join the dev team? :)

    Just my opinion.

    Cheers,
    Rob

    #924065

    Hi,

    I have just created a ticket for that issue to our developers so they can even see that solution and fix the issue if possible on the next minor update!

    Thank you very much

    Best regards,
    Basilis

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