popup loaded from popmake('open') via URL-hash is invisible
-
I’m trying to open a popup from a URL hash and have the following:
if (window.location.hash === '#simon') { jQuery('#popmake-224').popmake('open'); }
This is placed in a custom js file in the footer, after the popup-maker-site js file.
The popup loads but for some reason it has its opacity set to 0 and the overlay is set to display:none. So both the popup and the overlay are invisible.
Is there something I am missing here? How can I make the popup load normally?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘popup loaded from popmake('open') via URL-hash is invisible’ is closed to new replies.