Popup won’t display
-
My popups won’t display. I’ve tried changing popup themes, but it won’t display with any of them.
There was an issue with the first div – <div id=”pum-### class=”pum pum-overlay …”> – where it had an inline style of opacity: 0. Changing that opacity in the developer tools made the overlay appear.
Once the overlay appeared, the popup was placed incorrectly. In the next (nested) div – <div id=”popmake-###” class=”pum-container … “> – there was a class of “custom-position” that had the styles left:auto and right:auto. When I disabled those styles, the popup appeared in the correct position.
Searching the forums, it looked like a jQuery conflict. I had jQuery 3.4.1 loaded, but I removed it in favor of the default WordPress jQuery version. Still the overlay and popup aren’t appearing, but now the first div (class of .pum-overlay) has a style of display:none. When I disable that, the overlay and popup appear correctly.
What am I doing wrong?
WP 5.4, Popup Maker 1.9.2, PHP 7.4, jQuery 1.12.4 (WP)
The page I need help with: [log in to see the link]
- The topic ‘Popup won’t display’ is closed to new replies.