hi!
I’ve studied the responses in the forum, but haven’t found a clear method to stop a background video on the last frame, Not return to the start frame.
I’m using the Enfold Child theme and the following solution works great up to a point: https://kriesi.at/support/topic/how-to-stop-background-video-in-color-section-from-auto-looping/
But this solution returns to the start frame. Is there additional code to place in enfold-child/shortcodes/section.php that will stop on the last frame?
Thanks so much!
Hey doug123,
Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then copy enfold/config-templatebuilder/avia-shortcodes/section.php file into enfold-child/shortcodes/ folder and then open section.php file in your child theme and find
‘video_loop’ => true,
and change it to
‘video_loop’ => false,
and add the code in this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ into functions.php file of your child theme.
Best regards,
Basilis