Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove BBPress Login

Viewing 9 replies - 1 through 9 (of 9 total)

  • Robin W
    Moderator

    @robin-w

    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

    @neofilm

    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

    @neofilm

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


    Robin W
    Moderator

    @robin-w

    use this css

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

    neofilm
    Participant

    @neofilm

    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

    @neofilm

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


    Robin W
    Moderator

    @robin-w

    great – glad you are fixed 🙂


    neofilm
    Participant

    @neofilm

    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

    @robin-w

    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