Hi @jdestreeverve! So the “Get started” buttons should pop the notifier? if that’s what you’re looking for, we’ll need to set up a custom jQuery Selector.
If I understand what you’re facing, the issue appears to be that the external sites you’re wanting to have Exit Notifier active on are links that are essentially a superset of your main site’s URL. In other words, similar to this:
Don’t pop on: example.com links.
Do pop on: othersite.example.com links.
So the custom jQuery Selector should look like this:
a[href*="//"]:not([href*="example.com"]),a[href*="othersite.example.com"]
Let me know if that’s not what you’re talking about or if that doesn’t work for some reason and I’ll dig in again.
That’s correct.
Don’t pop on: example.com links.
Do pop on: othersite.example.com links.
But, I used your example Selector and it does not work properly.
The site right now shows the default selector is in use. Did you turn it off? Also, please check the quotes if you copy/pasted, as the browsers like to use unicode quotes and that breaks the selector. You can try retyping the quotes if that’s the case. If you’d like to email me directly for more private support, please feel free to email [email protected].
Any word on this? I’d still like to help if you need it…
One more silly question: Did you change the example.com and othersite.example.com to your own values to match your site?