• Resolved jamesjoy

    (@jamesjoy)


    On the modal popup the close button does not work. It jump up slightly but does not close. If you hold the mouse button down and then move to the new position and let go it then does close.

    Not sure what is causing this.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support akramkhanrasheed

    (@akramkhanrasheed)

    Hi, This is conflict with the theme you are using, this is common to happen.

    You have to apply the little custom CSS below:

    .wps-team--modal button.mfp-close:active {
    top: 30px;
    }

    @media only screen and (max-width: 480px) {
    .wps-team--modal button.mfp-close:active {
    top: 20px;
    }
    }

    We have added this is code in our plugin, it will be available at the next release. So you can either wait for the update or temporarily add this code and remove it once you update the plugin.

    Plugin Support akramkhanrasheed

    (@akramkhanrasheed)

    Hi, Please upgrade the plugin, and remove the above CSS.

    Because we have added the necessary CSS in this update.

    Thanks!

    Thread Starter jamesjoy

    (@jamesjoy)

    Thanks

    We have done this, and this is ok, but a minor issue is that there is no back button/arrow. There is a forward one but not a back.

    James

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

The topic ‘Modal close button not working’ is closed to new replies.