Thank you for that. What if I didn't install the child theme and have been making edits to the main theme. Is there a way to install the child theme now and keep all the changes I've made to my site?
If you make the edits in the main theme, they will be overwritten whenever you update the theme, hence why we advise you to add the code in the functions.php file of the child theme.
Hi,
We have a Salient plugin license which I believe comes with WPBakery, but I do not see the WPBakery Grid Builder feature in its menu.
Can you please help me enable it?
My understanding is that it is a feature that comes with WPBakery which comes with Salient.
I"m attaching screenshots of our plugins, my WPBakery menu items and the Grid Builder menu feature I am looking for.
Attached files: missing-grid-builder.jpg
Salient-Plugins.jpg
WPBakery-GridBuilder-Menu-Item-YouTube.jpg
Hi John,
Thanks for reaching out!
Salient uses a Customized version of WPBakery therefore not all the native elements are available however you can enable them via a snippet.
Please view: https://themenectar.com/docs/salient/enable-native-wpbakery-elements/
Let me know if this helps! Happy to assist further if needed.
Best,
ThemeNectar Support Team
Yes sir, thank you for the quick help!
Hello, where do I add the same code for the post grid? Under "custom js code head"?
add_action('salient_enable_core_wpbakery_post_grid', 'salient_child_enable_post_grid');
function salient_child_enable_post_grid() {
return true;
}
Hey Jeremiah,
You will have to add the PHP code to the child theme "functions.php" file and not the JS code head section.
Best,
ThemeNectar Support Team
Thank you for that. What if I didn't install the child theme and have been making edits to the main theme. Is there a way to install the child theme now and keep all the changes I've made to my site?
Hi Jeremiah,
Thank you for getting back to us.
If you make the edits in the main theme, they will be overwritten whenever you update the theme, hence why we advise you to add the code in the functions.php file of the child theme.
I hope that helps.
Cheers,