• Resolved dWOLF_v

    (@dwolf_v)


    Hi all.
    I’ve installed and configured, and it works fine.
    But, when user needs select images to solve captcha (NoCaptcha), the windows appear behind my popup.
    I cannot use z-index in captcha ‘cuz he have inline CSS with value 200000000 :/
    Anyone have same problem? Any idea to fix this?
    I wanna change and fix this without modify the pluging.

    Ty

    https://ww.wp.xz.cn/plugins/popup-maker/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dWOLF_v

    (@dwolf_v)

    I solved the problem.

    Normally the class comes with 1 more 0 than captcha.
    I just used important in CSS to remove one of ZEROS extra.

    I used this:

    .cjpopup {
    z-index: 1000000000 !important
    }

    🙂

    Plugin Author Daniel Iser

    (@danieliser)

    @dwolf_v – Glad you got it working.

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

The topic ‘Problem with popup captcha’ is closed to new replies.