I'm currently trying to add new shape dividers, but unfortunately, I'm not able to do it.
I tried a few options, like creating a new folder named vc-templates and adding a vc_row.php file inside it, as I saw in the article 'Overriding Salient WPBakery Element Template Files Through a Child Theme' and in ticket #2776988. However, in the screenshot, I see a switch that I was only able to find in the helpers.php file.
Even when I try to modify the name directly in the Salient's Theme, it doesn't appear.
How can I add a new SVG shape divider? Where should I add something in vc_row ?
Thanks for your answer.
Just to be sure and clarify, how am I supposed to replace an existing shape ?
Can I just copy the function "nectar_svg_shape_divider" directly in my functions.php from my Child Theme, and replace any <svg> and <path> or should I create a new folder as for VC_row " ?
Good evening,
I'm currently trying to add new shape dividers, but unfortunately, I'm not able to do it.
I tried a few options, like creating a new folder named vc-templates and adding a vc_row.php file inside it, as I saw in the article 'Overriding Salient WPBakery Element Template Files Through a Child Theme' and in ticket #2776988. However, in the screenshot, I see a switch that I was only able to find in the helpers.php file.
Even when I try to modify the name directly in the Salient's Theme, it doesn't appear.
How can I add a new SVG shape divider? Where should I add something in vc_row ?
Thanks a lot for your help!
Hi Tahir,
Thanks for your answer. Just to be sure and clarify, how am I supposed to replace an existing shape ?
Can I just copy the function "nectar_svg_shape_divider" directly in my functions.php from my Child Theme, and replace any <svg> and <path> or should I create a new folder as for VC_row " ?
Have a good day, and thanks a lot for your help.
Hi Again,
Yes, thats the correct method for now.
Best,
Salient Support Team