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 🙂
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.
That worked, thank you for your quick help.
Hello @313webstudio
Please share your rating and review if you like our plugin and support.