I'm trying to have my video not looping. I'm using a background video on a row with content inside and the video is hosted on youtube. Could you help ? :)
So there's no way to change that behaviour ? Even by modifying your code ? If it can be done by changing some of your code could you tell us where to look ?
Salient allows for easy overriding of Salient WPBakery element template files through a child theme.
Step 1. Copy the desired template file from the salient-core plugin template directory (wp-content/plugins/salient-core/includes/vc_templates)
Step 2. Create a folder in the root of your child theme called “vc_templates” (salient-child/vc_templates)
Step 3. Paste the desired template file(s) inside that directory. Any template files found in that directory will be loaded instead of the default salient-core file.
Hello,
I'm trying to have my video not looping. I'm using a background video on a row with content inside and the video is hosted on youtube. Could you help ? :)
Thank you !
Hi There,
Thanks for choosing Salient.
I am afraid looping is enabled by default on background video and so it may not be possible to stop the looping
Thanks.
So there's no way to change that behaviour ? Even by modifying your code ? If it can be done by changing some of your code could you tell us where to look ?
Hi There,
You're going to need to copy the vc_row.php file into your child theme for overriding it and then modify this section: (around line 670)
to be this instead:
You can find it in here: "wp-content/plugins/salient-core/includes/vc_templates "
Salient element overrides
Salient allows for easy overriding of Salient WPBakery element template files through a child theme.
Kind regards,