• Resolved jeffbianchi

    (@jeffbianchi)


    I’m trying to determine how your plugin with fit into my needs. I’m using MemberPress for some things and you both have login/out options.

    I see that there is a way to point your login function to another page (one created with/by MemberPress).

    I see a logout redirect (once the user logs out) but I don’t see any way to disable your Logout button.

    I would prefer to go with my current login/out functionality.

    How do I disable (and remove the button for) your logout?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author awesomesupport

    (@awesomesupport)

    Hi:

    You should be able to do it with some css.

    It might vary a bit with your theme but you can start with something like this and tweak further as you need:

    .wpas-link-logout { 
    display:none;
    }

    Thanks.

    Plugin Author awesomesupport

    (@awesomesupport)

    Hi:

    Since there doesn’t seem to be anything else on this ticket and its been six days from the last response we’ll go ahead and close the thread. If you have anything else you need please feel free to open a new thread.

    Thanks very much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can I remove the Logout button?’ is closed to new replies.