Log out button disappeared

Home Forums Legacy Support Support queries Update Issues Log out button disappeared

Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #219732
    jerjue
    Participant
    Hi there i don't see the logout button which is in the pop-up menu at the top. it is only now in the home screen but when i go to account settings the name of the person and logout button which is used to be there they disappear please tell me what to do
    #219821
    logan
    Member
    This reply has been marked as private.
    #219908
    jerjue
    Participant
    http://prnt.sc/ok3nfn http://prnt.sc/ok3nzx hay buddy just tried to show you these 2 screenshots might help you to understand the issue
    #219918
    Anshuman Sahu
    Keymaster
    Please share your site url and admin credentials to check this issue at your end . 
    PS : mark reply as private while sharing .
    #220050
    jerjue
    Participant
    This reply has been marked as private.
    #220072
    Anshuman Sahu
    Keymaster
    please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :     #sidebar-me ul a { display: inline-block; }
    #220148
    jerjue
    Participant
    This reply has been marked as private.
    #220295
    Anshuman Sahu
    Keymaster
    To remove that start course button from there please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_action('init',function (){     remove_action('woocommerce_thankyou','wplms_redirect_to_course',10,1); });
    #220386
    jerjue
    Participant
    This reply has been marked as private.
    #220473
    jerjue
    Participant
    This reply has been marked as private.
    #220598
    Diana
    Participant
    This reply has been marked as private.
    #221333
    jerjue
    Participant
    Hi there is something I want to ask after the payment from clients i want to redirect them to the page I want how can i do that
    #221458
    Anshuman Sahu
    Keymaster
      please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   function custom_registration_redirect() {     return 'http://your-site.com/custom-page'; } add_action('woocommerce_registration_redirect', 'custom_registration_redirect', 2);
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Log out button disappeared’ is closed to new replies.