Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @maxuzzz,

    Hope you’re well.

    I tried on my test site and yes the form visible without Pop-up. I reported this issue to our developers and it will be fixed at one of the next releases. But until that time you can use this custom CSS code as temporary solution;

    .wph-modal .wpforms-container{display:none;}
    .wph-modal.wph-modal-show .wpforms-container{display:block;}

    You just need to add that code into custom CSS panel like this;

    Cheers,
    Oguz

    Thread Starter maxuzzz

    (@maxuzzz)

    Hi, Oguz.

    Yes, seems work now. Thank you.

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

The topic ‘bug with wpforms plugin’ is closed to new replies.