• Resolved 313webstudio

    (@313webstudio)


    Hi,
    Great plugin, thanks for that.

    I have enabled WPBakery Page Builder for posts but i still cant use it when I edit popups. How do I enable WPBakery Page Builder or it is not compatible with this plugin?

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @313webstudio,

    As this plugin is created with custom post type, you can check the WPBakery Page Builder setting and select the post type aoc_popup to enable VC for this plugin.

    Please let me know if you found any issue 🙂

    Thread Starter 313webstudio

    (@313webstudio)

    Hi,

    thanks for your reply.
    unfortunately post type aoc_popup is not listed under WPBakery Page Builder setting as you can see in the following screenshot

    https://pasteboard.co/I668pHw.png

    I can see other custom posts by other plugins listed but for some reason your post type is not listed.

    thank you

    Hello,

    You are not able to see because plugin post type is not public. Please add the bellow code in your theme function.php file to make it public:

    function prefix_posttype_public_support($popupaoc_args){
     $popupaoc_args['public'] = true; 
      return $popupaoc_args;    
    }
    add_filter( 'popupaoc_registered_post_type_args', 'prefix_posttype_public_support' );

    Once you add the code, please again check check the VC settings for post type.

    Thread Starter 313webstudio

    (@313webstudio)

    That worked, thank you for your quick help.

    Hello @313webstudio

    Please share your rating and review if you like our plugin and support.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WPBakery Page Builder not working’ is closed to new replies.