Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Hi

    You could most probably do that with a plugin to customize the admin menus.

    Dear vincent,
    could you please provide us the $menu_slug regarding admin menu of Customer Area plugin in order to remove “à propos de”, it will be much more efficient in terms of user experience
    Many thanks,
    Best regards,
    Romain

    Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Hi

    Should be cuar or customer-area. You can check that with the CSS classes of the menu items.

    Dear Vincent,
    There is no css class to identify item from WP customer area Admin menu.
    I bought 2 extensions for a customer project and this is a blocking point to let ‘à propos menu’ for Editor, Author users.

    Many thanks,
    Best regards,
    Romain

    Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    Maybe you did not look properly or I misunderstood the question but that hides the about menu:

    jQuery(‘#toplevel_page_wpca .wp-first-item’).hide();

    Using a similar technique you can change the href of the main menu item link to point to another page.

    Dear Vincent tks for your feedback,
    As i understand this not possible to do it via PHP and codex best practice but only via JavaScript.
    I’ll try this way.
    BR
    Romain

    Plugin Contributor Vincent Mimoun-Prat

    (@vprat)

    You can do that with CSS too if you prefer.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide link and submenu About’ is closed to new replies.