Questions tagged [exit-intent]
9 questions
2
votes
2 answers
Restore scrolling in javascript from browser inspector
In some situations a lot of sites create modal popups, and I remove these popups by deleting
tags with my browser's inspector (Chrome Inspector).
In a subset of these situations, the site has also removed the scrolling feature of the page, so…

CQM
- 42,592
- 75
- 224
- 366
1
vote
0 answers
Exit Intent popup on Window close
I am aware that this question has been asked a million times but it seems this technology is not possible at the moment as it was in the past. Now that I research on this topic, all the exit intent popup only work when the user moves his pointer…

Mithil Bhoras
- 337
- 5
- 14
0
votes
1 answer
GTM - Exit Intent for scroll - Custom HTML
I'm looking for some help with coding a function for exit-intent on my website, but instead of classic function like someone moves a cursor away from website I'd like to implement a fast scroll up as a exit-intent. Is it even possible?
I found code…

Limbov
- 1
0
votes
1 answer
Exit intent popup with php cookie
Goal: To implement into my exit intent popup code a php cookie for 1 day.
I have found a working way for the popup, and a possible solution for the php cookie. I am very new in php though and having a hard time to piece everything together. I don't…

NDi
- 184
- 1
- 2
- 17
0
votes
1 answer
Exit Intent Popup in AMP?
I've been asked to put an Exit Intent Popup on a site which has been written entirely as AMP-HTML (even for desktop users).
This is fairly easy to implement in standard JS by listening to the mouseleave event.
The amp-script compatibility table says…

James
- 1,305
- 11
- 20
0
votes
1 answer
JS error on WordPress site using Exit internt Popup
Having problems getting an Exit Intent Popup to work on a WordPress based site. Site is currently at http://192.249.114.220/~veilco5/ and the error is in the ysExit.js file as follows:
ysExit.js:145 Uncaught TypeError: Cannot read property…

Adam Bell
- 1,049
- 1
- 16
- 50
0
votes
1 answer
Detecting what is causing page exit
I know that (using Jquery) you cant detect when your page is about to unload for any reason using the beforeUnload event
eg
$(window).on('beforeUnload' , function ( e ) {
return "please dont leave";
});
Is it possible to detect if this…

megaman
- 1,035
- 1
- 14
- 21
0
votes
1 answer
Failed to execute 'insertBefore' exit-intent-popup beeker.io
On one of my pages I get a "Failed to execute 'insertBefore' on 'Node':". I've checked the code headers, etc and can't find why. The code I'm using is
https://github.com/beeker1121/exit-intent-popup

Richard Dev
- 1,110
- 7
- 21
0
votes
1 answer
Building popup just for mobile
I used the following tool to create a popup to my site: http://beeker.io/exit-intent-popup-script-tutorial. It displays on desktop, but not mobile. It's purpose is to show a popup when the user wants to leave the page.