Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1068385

    Hi Enfold team (Ismael helped with this earlier)

    After updating to Enfold 4.5.4 and WP:5.0.3 video in slider jumps to startframe again after playing video – before showing next slide.
    I earlier with help from Ismael changed 2 things (which used to work, but not anymore?):

    1: js\avia.js
    Replace:
    loop: false,
    With:
    loop: false,
    autoRewind: false,

    2: \config-templatebuilder\avia-shortcodes\slideshow\slideshow.js
    Locate:
    //if the video is not looped resume the slideshow
    if(!event.data.slide.is(‘.av-single-slide’) && !event.data.slide.is(‘.av-loop-video’))
    {
    event.data.slide.trigger(‘reset’);
    self._navigate( ‘next’ );
    self.resume();
    }

    Comment out this line to prevent the slides from restarting:
    event.data.slide.trigger(‘reset’);

    This does not work anymore – any solutions. Pls. find URL and more info in private content
    Thanks in advance

    #1069352

    Hey Carsten,

    Thank you for using Enfold.

    Did you update the theme? Have you tried toggling the file compression settings after adding those modifications again?

    Best regards,
    Ismael

    #1069368

    Hey Ismael

    Toggling CSS file merging and compression solved the issue.

    Thanks :-)

    #1069804

    Hi,

    Great. Glad it worked. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Video in slider jumps to startframe again after playing video’ is closed to new replies.