Conversation
supportOn 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]
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.
Hi, Please upgrade the plugin, and remove the above CSS. Because we have added the necessary CSS in this update. Thanks!
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
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.
Hi, Please upgrade the plugin, and remove the above CSS. Because we have added the necessary CSS in this update. Thanks!
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