login

This topic contains 5 replies, has 2 voices, and was last updated by  Guust 8 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #55534
    #55544

    Guust
    Moderator
    Post count: 29970

    Just turn off registration at WP > General and hide all the registration links with CSS.

    #55573

    Mafalda Borralho
    Buyer
    Post count: 39

    Thanks a lot Guust. And how can I create the registe and give the client? By using wordpress new wser?

    And please can you give a example of the CSS code to hide the links.

    Thanks a lot.

    #55578

    Guust
    Moderator
    Post count: 29970

    Correct, if you don’t allow frontend registration, you will have to create them yourself at WP > Users.

    Have a look at this article to find the style you want to hide:
    https://wpgeodirectory.com/docs/customizing-your-style/

    Example:

    
    
    registration_form_r {
        display: none;
    }

    will hide the whole registration bit from the /gd-login page.

    #55654

    Mafalda Borralho
    Buyer
    Post count: 39

    Hello Guust

    Thank you for your help is working just the way a need. Thanks a lot.

    #55656

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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

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

Open Support Ticket