I was wondering if it possible to control the way a video plays in background of a row. In the normal editing tool, there are no controls for de loop. I want the video to play juste once. Do I need to change something in the child theme? Or css?
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.
Hi!
I was wondering if it possible to control the way a video plays in background of a row. In the normal editing tool, there are no controls for de loop. I want the video to play juste once. Do I need to change something in the child theme? Or css?
Thanks for your help.
Hey Again,
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:
Salient element overrides
Salient allows for easy overriding of Salient WPBakery element template files through a child theme.
Thanks
ThemeNectar Support Team
Thanks Tahir. It worked! Have a nice day!