changes in the menu do not work

Home Forums Legacy Support Support queries Styling issues changes in the menu do not work

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #169670
    ssaenzford
    Spectator
    Hi, I deleted the "My Membership" item from the menu but the item still showing up.               asddsa
    #169694
    Mark Morgan
    Spectator
    Please share your admin credentials to replicate this issue. PS: Mark the reply as private while sharing the credentials.  
    #169842
    ssaenzford
    Spectator
    This reply has been marked as private.
    #169863
    Mark Morgan
    Spectator
    Please use this code in your wplms-customizer.php file present in your wplms customizer plugin: add_filter('wplms_logged_in_top_menu','loggedin_profile_menu_dropdown',999); function loggedin_profile_menu_dropdown($loggedin_menu) { unset($loggedin_menu['My Membership']); return $loggedin_menu; } Let me know if this helps.
    #169946
    ssaenzford
    Spectator
    This reply has been marked as private.
    #169993
    Diana
    Participant
    @ssaenzford Can you please update your vibe customtypes plugin to the latest version. whenever i tried to add configurationn item in the logged in menu the membership will automatically displayed. Please update the Plugin and then Let me know
    #170066
    ssaenzford
    Spectator
    It worked! Thank you very much.
    #170119
    Mark Morgan
    Spectator
    Thanks for confirmation, closing this topic now as your issue is resolved.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘changes in the menu do not work’ is closed to new replies.