Devs confirmed that itâs possible to implement this customization. Theyâll try to come up with a custom code for you, and Iâll update you once itâs ready
By disabling exit intent trigger, will it effect how the pop up perceives an exit intent?
Currently I use the below custom JS so that the exit intent pop up so that it works better on mobile. Can I just add your code to this code below?
// Function to show the Elfsight widget using the provided API method
function showElfsightPopup() {
if (typeof widget !== âundefinedâ && widget.show) {
widget.show();
}
}
// Variables to track scroll position
let lastScrollTop = window.pageYOffset || document.documentElement.scrollTop;
let scrollThreshold = window.innerHeight * 0.35; // 35% of the viewport height
We have noticed that this pop up keeps popping up both after closing and also after applying the coupon, even when we set âFrequency - Show onceâ. Is there something we can do for this please? as it gets quite annoying closing it and reappearing.