sarah87
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Anything Popup] My popup doesn’t work on mobileI had a similar issue. I changed some of the code in the anything-popup.js file to set the width and positioning based on the screen width for smaller screens.
Replace
formdiv.style.left = pt.x + "px";with
const windowWidth = window.innerWidth; if (AnythingPopup_Width > windowWidth + 20) { formdiv.style.left = "5%"; formdiv.style.maxWidth = "90%"; } else formdiv.style.left = pt.x + "px";Forum: Plugins
In reply to: [Animate It!] Doesn’t work with IE11Handing over Admin privileges makes me a bit nervous. Can you tell me what you are concerned about so I can try working it out myself?
Forum: Plugins
In reply to: [Animate It!] Doesn’t work with IE11Finally got the site up. It looks great except that the animated content does not show up in IE11 and below.
Forum: Plugins
In reply to: [Animate It!] Doesn’t work with IE11The site is not complete yet so it is only on localhost right now. I will post a link when I get the site up in a few days.
Viewing 4 replies - 1 through 4 (of 4 total)