New Landing How can we help? Themeforest Theme Support Neighborhood Sign in/out option with header layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • #34177
    francice
    Member
    Post count: 10

    Hello,
    I’m using Header layout n°4, logo on the left and menu on the right, same line, and I want to add the “sign in/sign out” option in the header, as on others layouts. could you help please?

    #34529
    francice
    Member
    Post count: 10

    No answer? please tell something, I have created a menu item “my account” to allow user to log in but how could they “log out”?

    #34817
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, you would most likely need to edit sf-header.php, but you will need the help of a developer. I can forward this to the developer tho, maybe he can consider implementing it in an update. All the best!

    #35078
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    This isn’t supported as standard on header 4, but you could add the logout URL as a menu item, and only show it when logged in using something like the following custom css:

    #menu-item-9269 {
    display: none;
    }
    .logged-in #menu-item-9269 {
    display: block;
    }
    

    Here is an example of a logout URL – http://neighborhood.swiftideas.net/wp-login.php?action=logout&redirect_to=http%3A%2F%2Fneighborhood.swiftideas.net

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register