Home Forums Themes Support General How to fix Role Manager in Visual Composer of Custom Post type

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #579

    Hi all Customer,

    If you have problem when update WordPress and Visual Composer to latest version, the Role Manager for custom post type doesn’t appear as the image below:

    It doesn’t show for our Custom Post type Footer Blocks

    In this case to fix this issue is change $args for custom post type when register. Please see the image below for the path of files and the code:

    You can go to line 42 and see:

    ‘public’                => false,

    Please change it to:

    ‘public’                => true,

    This change will make you can change Role Manager for custom post type.

    Hope this will help you all!

     

    ***********

    Regards,

    MiloTheme

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.