Okay
  Public Ticket #3740657
WPBakery Grid Builder
Open

Comments

  • John started the conversation

    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

  •  9,189
    Tahir replied

    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 

  • John replied

    Yes sir, thank  you for the quick help!

  • Jeremiah replied

    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;
    }


  •  9,189
    Tahir replied

    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 

  • Jeremiah replied

    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?

  •  3,147
    Andrew replied

    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,