Login/Logout/Register Help

This topic contains 1 reply, has 2 voices, and was last updated by  Guust 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #34135

    thebirdiemachine
    Expired Member
    Post count: 246

    I have gone back to using to GD sign/register feature but am having 2 issues:

    1. How do I change the text (or just delete the text) under in the SignUp form saying that a password will be emailed – I have the user creating their won password)

    2. User Logout is not working. I know that my “link” is incorrect and wondering if you could tell me the proper link.

    I don’t like the Widget thing (especially for mobile use as it goes near the bottom of the page when reformatting for responsive) – so I have “links” on the on my “Top Nav Bar” see: http://www.muttmaps.com

    For Register and Login I am using (this works fine).

    <a href="/?geodir_signup=true&page1=sign_up/">Log In</a>
    <a href="/?geodir_signup=true&page1=sign_up/">Register</a>

    Right now Logout link is as follows: the logout link only shows after a user is signed in.

    <a href="/logout/">Log Out</a>

    I know this is wrong and should be something like:

    /wp-login.php?action=logout&redirect_to=http… – but I do not know how to finish this “string” Can someone help me with this?

    Thanks
    Stacey

    #34348

    Guust
    Moderator
    Post count: 29970

    1. ADd this to your CSS:

    #reg_passmail {display: none}

    2. /wp-login.php?action=logout&redirect_to=http://yoursiteURL for homepage or see
    http://codex.wordpress.org/Function_Reference/wp_logout_url

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket