Support » Plugin: Maintenance » [BUG] can’t disable blur effect

  • Resolved Stefano

    (@stefacchio)


    Disable the “Apply Background Blur” option and the “Blur Intensity” setting don’t work.

    Blur effect remains.

    Help pls

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    We haven’t had any issues with that before 🙁

    Maybe it’s cache? Have you tried clearing any cache plugin/service you might have?

    Thread Starter Stefano

    (@stefacchio)

    yes, I tried.

    it’s a wordpress fresh install. Maintenance is only installed plugin…

    Thread Starter Stefano

    (@stefacchio)

    you can try surf on http://www.ariesgioielli.com

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    I don’t see any background image set on that page 🙁

    Thread Starter Stefano

    (@stefacchio)

    yes, I don’t want any background image. I set a color but always there is the blur effect that darkens my color.

    anyway if I use an image, the problem is the same.

    You can see the right color while it’s loading, when loaded the color is more dark.

    • This reply was modified 2 months ago by Stefano.
    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    That’s the overlay, not he blur. To get rid of that add this to the Custom CSS box:

    .main-container:after{
    opacity:0;
    }

    Thread Starter Stefano

    (@stefacchio)

    I added it, deleted cache and I tried also adding “important!”, But it doesn’t work.

    check on the website.

    thanks

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Yes, it needs !important but the exclamation mark is before like this:

    opacity: 0 !important;
    Thread Starter Stefano

    (@stefacchio)

    So sorry.

    Now it works.

    Many Thanks

    Regards

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Awesome! 🙂

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