• Resolved paperzz

    (@paperzz)


    Hello, I have a problem, I have my login and registration button in the top bar, but I want to have it removed after logging in. Since I had no solution so far, I wanted to have at least a small “X” to close the top bar, but I couldn’t do that either. I hope someone can help me thanks

    • This topic was modified 4 years, 6 months ago by Yui. Reason: added site link

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello paperzz,

    Happy to see if I can help, but might need a little more info to help out with this one. Are you able to share a link to the site you are working on here?

    Also any information you can give about the theme / plugins you are using to generate this registration bar would be great, or if you are creating it yourself some info on how you are going about this.

    Cheers,

    Thread Starter paperzz

    (@paperzz)

    First of all, many thanks for wanting to help, I work on one side for a customer, I have now decided to register for “profil builder”. This is actually a good plugin in my opinion. The register buttons are simply inserted into the top bar by buttons.
    The site is called: (link moved to top post)

    • This reply was modified 4 years, 6 months ago by Yui. Reason: link removed

    Hello,

    You are welcome, just a quick one re: your link, I think according to the forum guidelines you may need to update the title of your post if possible to include the NSFW tag, I have added it to the topic, you can read that policy here:

    So is the Profile Builder plugin a premium plugin you have purchased somewhere? And is this where you are getting the login and registration options from?

    If so, it may be worth checking the settings for that plugin or asking the plugin author how this can be achieved.

    Otherwise, in terms of hiding the bar, depending on your theme you may be able to use CSS to hide elements based on login status, for example:

    .logged-in #top-bar-wrap {
        display: none;
    }

    But it would depend on whether your theme adds a .logged-in class to the body when a user is logged in, which I could not say.

    Thread Starter paperzz

    (@paperzz)

    Perfect, I copied the CSS command, and it works exactly as I imagined,
    Thanks a lot

    No problem, glad it worked.

    I’d still recommend following up on a better way to do this via the plugin, there may be some other benefits, for example showing a logout button for logged in users.

    Please do mark this thread as resolved though if it is!

    Dominic,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[NSFW] Tap bar Collapse’ is closed to new replies.