• Resolved birgittetuepker

    (@birgittetuepker)


    I have the same issue! The password area shows up three times and messed up the header. There is one area above the top menu, one in the middle and one below the footer.

    When I open the theme customizer, all is fine. It’s only on the frontend.

    I deactivated all plugins but nothing changed.

    https://www.fuehlfragen.de/schulen/

    Appreciate your help!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Noor Alam

    (@nalam-1)

    Hi,

    Thank you for bringing the issue to our attention. After investigating, we have not found any issues with our plugin.

    To resolve this issue, we recommend using custom CSS code. You can go to the customization settings and add the CSS code we’ve provided below to see if it resolves the issue:

    div#wpppass {
        display: none;
    }
    
    #main-content div#wpppass {
        display: block !important;
    }

    Hope Your site issue will be fixed.

    Thanks

    Thread Starter birgittetuepker

    (@birgittetuepker)

    Hi Noor,
    thank you for the CSS Code Snippet – that helps at the moment.
    I think it’s an issue with the last update of Divi. I hope the DIVI Developers will find a solution.
    Warmest regards,
    Birgitte

    @nalam-1

    having the same issue (password protection message 3x on the protected page)

    using wpbakery builder (not divi)

    I tried using your css solution, but then i had 0 password blocks…

    hi @nalam-1 – any update on this? Would you like me to send you an example?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Three Password Protected Sections after Update’ is closed to new replies.