Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1333308
How to hide or disable custom post types
Closed

Comments

  • appsbysapphire started the conversation

    Hello. Currently, my client only needs some of functionality your theme provides. To simplify the back end, I would like to disable the custom post types we will not be using, or hide them from the admin dashboard menu so the client is not confused by them. How can this be done?

    The custom types we want to disable or hide are:

    • Galleries
    • Portfolios
    • Teams
    • Clients
    • News
    • NivoSlider

    If disabling any of these elements is not possible, please let me know hoe I can hide them from appearing in the admin menu.

    Thanks!

  •  432
    Sergio replied

    HI!

    pls. use following css (screen 1435):

    /*for example*/
    #menu-posts-thegem_gallery{
        display:none !important;
    }

     

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • appsbysapphire replied

    Hello Sergio.

    Thanks for your reply. I tried implementing the code as you instructed but this did not work to remove the menu items from the admin dashboard menu. I am providing login info so you can login as an admin and see why the custom code you provided is not working on our website. 


    Site URL: http://s702609308.onlinehome.us
    U
    SER: support
    pass: 123Codex

    Thanks for your assistance!!! Besides this issue, its a wonderful theme! Kudos!

  •  432

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • appsbysapphire replied

    you did not include a code snippet in this reply. I will try adding the code you gave in a previous reply to the CSS file you specified.

  •  432
    Sergio replied

    Hi,

    yes, this code 

    /*for example*/
    #menu-posts-thegem_gallery{
        display:none !important;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.