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 #1037883
How manage itens and fields?
Closed

Comments

  •  2
    Adriano started the conversation

    Hello,

    Follow number in print (attachment):
    1 - How rename or delete this itens or posts in menu?
    2 - How rename or delete of itens Quickfinders? 

    Thanks! ;)

  •  7,092
    Oliver replied

    HI!

    pls. check our docs:

    codex-themes.com/thegem/documentation/#quickfinders

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Adriano replied

    Thanks, this is solved for number 2 but and 1?
    I dont found for rename or delete itens or posts.


  •  2
    Adriano replied

    This items, i need rename or delete.

  •  7,092
    Oliver replied

    HI!

    Pls. add following css to the:

    /wp-content/themes/thegem/css/thegem-admin.css

    li#menu-posts-thegem_pf_item {
        display: none;
    }
    li#menu-posts-thegem_news {
        display: none;
    }
    li#menu-posts-thegem_qf_item {
        display: none;
    }
    li#menu-posts-thegem_team_person {
        display: none;
    }
    li#menu-posts-thegem_slide {
        display: none;
    }
    li#menu-posts-thegem_gallery {
        display: none;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Adriano replied

    I understood how to do this. I will hide some but I need to change the name of some items, to change a little sense.

    For these items does not make sense to some themes or needs, just changing the name, right?
    And also, especially when the platform is with the other language.


  •  7,092
    Oliver replied

    HI!

    Sorry, for this you need to change post types in the gem elements plugin. 

    You revisions will be removed after plugin update.

    /wp-content/plugins/thegem-elements/inc/post-types  

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver