Logout button

This topic contains 6 replies, has 2 voices, and was last updated by  Felicia Felicia 6 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #406574

    Felicia Felicia
    Buyer
    Post count: 140

    Hi,

    How can I input a logout button that only appears when the user is signed in?

    If I need to do that through GD Login box, then how do I hide the add listing, view listings and favourites using CSS? I can’t figure the hiding part.

    Thanks!

    #406578

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    Are you using the https://userswp.io/ plugin? If you have that, you can insert a logout link in the navigation menu directly.

    Thanks!

    #406583

    Felicia Felicia
    Buyer
    Post count: 140

    yes i’m using the plugin. But I do not want it on my navigation menu, can i just copy the link? But i don’t think it will work i.e. link or button won’t disappear for logged out users

    #406584

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    You are right. The Logout button appears for logged out users too. Well, just use the GD Login box and share the URL of the site in question and I’ll tell you the custom CSS to achieve that.

    #406587

    Felicia Felicia
    Buyer
    Post count: 140
    This reply has been marked as private.
    #406588

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    Ok, here you go.

    
    
    .uwp_page ul.geodir-loginbox-list li:nth-child(2),
    .uwp_page ul.geodir-loginbox-list li:nth-child(3),
    .uwp_page ul.geodir-loginbox-list li:nth-child(4) {
        display:none!important;
    }
    
    .uwp_page .geodir-loginbox-list li {
        border-bottom: 0px!important;
    }
    #406590

    Felicia Felicia
    Buyer
    Post count: 140

    Hi Kor,

    Awesome thanks!

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

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

Open Support Ticket