[Resolved] Plugin issue with GeneratePress (Events Schedule plugin)

Home Forums Support [Resolved] Plugin issue with GeneratePress (Events Schedule plugin)

Home Forums Support Plugin issue with GeneratePress (Events Schedule plugin)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1499817
    Kamil

    Hi,

    I’m having a bit of an issue with getting GeneratePress to work with Events Schedule plugin (https://demo.curlythemes.com/timetable-wordpress-plugin/).
    I try to use it here: https://kursy.pm/webinar/ – when I click on the “More Info” the “screen” should blur and a modal should appear on top. And it does appear but “under” the blur. I tried with TwentyTwenty theme and it works as expected.

    What obvious thing am I missing this time?

    Thanks in advance!

    Kamil

    #1499843
    David
    Staff
    Customer Support

    Hi there,

    the problem is this CSS:

    body.wcs_modal--opened> :not(#wcs-vue-modal):not(.wcs-vue-modal),
    body.wcs_modal--opened::before,
    body.wcs_modal--opened::after {
        -webkit-filter: blur(7px) grayscale(1);
        filter: blur(7px) grayscale(1);
    }

    This is targeting every other element within the body container – which includes the containers that your modal sits inside of. Any container with blur applied to it will also apply to the elements within it.

    #1500025
    Kamil

    Thank you David.
    Is it possible to work around it on GeneratePress side? Or should I raise it with the plugin author? I mean, it does work with other themes ๐Ÿ™‚

    #1500077
    Kamil

    I solved it, the plugin has configuration for such events ๐Ÿ™‚

    #1500103
    David
    Staff
    Customer Support

    Glad to hear you found a solution!

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