I’ve installed MyPopsUP plug-in on my WordPress website hosted by Godaddy but unfortunately it is not working.
I’ve created a pop up from scratch and launched it accordingly but it does not show off, any suggestion?
Any help will be highly appreciated.
]]>pum-site-scripts.js?defer&generated=1606139499&ver=1.13.1:7 Uncaught TypeError: t.addClass(...).position(...).trigger is not a function
at n.fn.init.reposition (pum-site-scripts.js?defer&generated=1606139499&ver=1.13.1:7)
at n.fn.init.p.fn.popmake (pum-site-scripts.js?defer&generated=1606139499&ver=1.13.1:7)
at n.fn.init.open (pum-site-scripts.js?defer&generated=1606139499&ver=1.13.1:7)
at n.fn.init.p.fn.popmake (pum-site-scripts.js?defer&generated=1606139499&ver=1.13.1:7)
at pum-site-scripts.js?defer&generated=1606139499&ver=1.13.1:7
]]>1. Test site using Popup Maker: https://neptunemedia.net/waldencannabis/. Button in question: 2nd button on the page, “Request Price List.”
2. Clicking button doesn’t open a pop-up, just scrolls to the top of the page
3. Targeting Condition set to “Entire Site”
4. When Admin Debug Setting is enabled, the pop up does show, so, it IS set up correctly
5. I have disabled the only two other plugins I have for my site and it’s still not working
6. I’ve used Chrome’s Developer/Javascript Console tool to debug this and see if there’s any error but it registers no errors on the page at all.
https://www.ads-software.com/plugins/popup-maker/
]]>The same code that generates nice modals on Chrome, Safari, Firefox, IE 11, 10, 9 just generates a blank pop up on IE 8. I’ve tried dumping the cache in IE 8 with no luck. The code in the modal content is this:
`<link rel=”stylesheet” href=”(href here)”>
<img src=”(image here)” />
<div id=”modal_asset_download_text”>
<p>Please fill out the form to gain instant access to the requested download.</p>
<p>If you have any questions, please call us at (phone number) or email us at <a href=”mailto:(email here)”>(email here)</a></p>
<p>Thank you!</p>
</div><div id=”modal_asset_download_iframe”>
<iframe src=”(link to externally hosted form here)” frameborder=”0″></iframe>
</div>`
The linked stylesheet is pretty simple, it just has this:
`#modal_asset_download_text{
width: 32%;
float: left;
padding-left: 10px;
}
#modal_asset_download_text a{
color: #0f75e8;
}
#modal_asset_download_text p:first-child{
margin-top: 14px;
}
#modal_asset_download_iframe{
float: right;
width: 66%;
}
#modal_asset_download_iframe iframe{
border: 0;
height: 500px;
width: 100%;
}`
I’m going to dig into more of this now but if anybody sees anything wrong your help would be appreciated… I’m assuming easy modal works with IE 8 as I google search results that seem to indicate it’s at least partially working for others.
thanks
Bryan
https://www.ads-software.com/plugins/easy-modal/
]]>https://www.ads-software.com/plugins/easy-modal/
]]>https://www.ads-software.com/extend/plugins/thethe-site-exit-manager/
]]>