Curtis V. Schleich
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] Open Notify in new tabThat’s an interesting idea! I’ll look into adding that as an option. I’ve not had any time recently to spend on Exit Notifier due to an abundance of paid work, but I’ll definitely consider adding that next time I’m working on it.
Thanks!
Forum: Plugins
In reply to: [Exit Notifier] Exit Popup for Window.OpenI’m afraid there’s not. My plugin works by hijacking the anchor tags on your site using javascript. If your links are already using javascript, then it’s not going to work. It may be possible to override window.open, and I’ll look into it in the future, but I think that may be a bad idea as it could break other plugins.
So sorry!
No problem at all @zpeverman!
@kylewith When you disable the default selector, what’s in the custom selector box? It defaults to the same selector as the default so you can change it from there. If there is a specific site you’d like to pop the selector for, you can do it like this:
a[href*=”onesite.com”],a[href*=”anothersite.com”]That should allow you to only trigger on the sites you list. Let me know if that doesn’t do it for you.
@zpeverman Yes! See the pinned post here: https://wordpress.org/support/topic/a-way-to-whitelist-a-site/ and let me know if you have any questions.
Have you modified the jQuery selector from the default? What did you try? Can you tell me what links you would like to activate Exit Notifier? If you can, I can build a selector for you to try.
Forum: Plugins
In reply to: [Exit Notifier] Some working, some not.One more silly question: Did you change the example.com and othersite.example.com to your own values to match your site?
Forum: Plugins
In reply to: [Exit Notifier] Some working, some not.Any word on this? I’d still like to help if you need it…
Forum: Plugins
In reply to: [Exit Notifier] Some working, some not.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 wpplugins@cvstech.com.
Forum: Plugins
In reply to: [Exit Notifier] Some working, some not.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.
- This reply was modified 7 years, 3 months ago by Curtis V. Schleich.
Forum: Plugins
In reply to: [Exit Notifier] Notify for One Site Only (reverse whitelist)Glad to help!
Forum: Plugins
In reply to: [Exit Notifier] Notify for One Site Only (reverse whitelist)Try this:
a[href*="google.com"]That should only act on link targets that contain the string in quotes.
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?Awesome! Thanks so much for the feedback and helping make Exit Notifier better!
Forum: Plugins
In reply to: [Exit Notifier] Functional prohibiting to open a link in a new tabHello @alexandrvch! Thank you for the suggestions! I’ll look into adding those options soon.
Forum: Plugins
In reply to: [Exit Notifier] Heading Text ColorSure! In the Advanced Custom CSS box on the Custom CSS settings page, put in something like this:
.ja_title div { color: white; }That should do it. Let me know if that doesn’t work for you!