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
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
Hey Ismael
Toggling CSS file merging and compression solved the issue.
Thanks :-)