Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adityajejurkar

    (@adityajejurkar)

    Hello Team Popup Maker,
    Will I be getting any resolution or should I look for any other alternative?

    Plugin Support Kim L

    (@kimmyx)

    Hi @adityajejurkar,

    We don’t have support hours during the weekends, so we appreciate you for hanging tight.

    This is a common issue that’s caused by CSS conflicts.

    Please add the following CSS code to Appearance > Customize > Additional CSS (or to wherever you usually add custom CSS)

    .pum-overlay.pum-active,
    .pum-overlay.pum-active .popmake.active {
        display: block !important;
        opacity: 1 !important;
    }

    Let us know how it goes.

    • This reply was modified 2 years, 2 months ago by Kim L.
    Thread Starter adityajejurkar

    (@adityajejurkar)

    Hi @kimmyx ,

    Thanks a bunch it’s working perfectly.

    Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Popup not working on button click’ is closed to new replies.