Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove BBPress Login

Viewing 9 replies - 1 through 9 (of 9 total)
  • @robin-w

    Moderator

    ok, so I see a login at the very top left of the homepage, and one in the footer.

    so what is the bbpress login you wish to remove

    @neofilm

    Participant

    I do not want BBPress login anywhere, nowhere at all, because I’m already handling login:

    https://veganlinked.com/forums/forum/welcome/ see login at the bottom? That comes from BBPress, that is a BBPress forum. BBPress is a forum that has a login by default. I do not want their login.

    @neofilm

    Participant

    Is there CSS or some code I can use in code snippet to remove it?

    @robin-w

    Moderator

    use this css

    .bbp-login-form {
    	display: none !important;
    }

    @neofilm

    Participant

    I added the CSS and now the forum page shows up blank with
    “Unauthorized. You may remove the customize_messenger_channel param to preview as frontend.”

    @neofilm

    Participant

    never mind, it works! Thanks! that was easy 🙂

    @robin-w

    Moderator

    great – glad you are fixed 🙂

    @neofilm

    Participant

    you rock, I’ll test it some more as time goes on, unless you think I’m good? Does this BBPress try to login in any other BBPress pages?

    @robin-w

    Moderator

    as the css is targeting that actual form, then wherever that form would display it should hide it

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar