Curtis V. Schleich
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] not working on external linksAny news? I’ll be glad to help however I can…
Forum: Plugins
In reply to: [Exit Notifier] not working on external linksHi there! I think you may be running into a bug in my plugin. It will be fixed in my next update, but until then, try this. Go to the settings page, click on the Display tab, choose a different visual theme and click save. Then select the theme you want to use and click save again. Then try it and let me know how it’s working.
Forum: Plugins
In reply to: [Exit Notifier] Notification only for some linksSo did this solve your problem?
Forum: Plugins
In reply to: [Exit Notifier] Notification only for some linksSure can! Here’s an example you can use to just notify on links to
- http://www.test.de
- http://www.kernel.org
- wordpress.org
Use this selector:
a[href*="www.test.de"],a[href*="www.kernel.org"],a[href*="wordpress.org"]PLEASE NOTE: If you copy/paste, please retype the ” character as sometimes you get unicode quotes that break the selector entirely.
Let me know if that gives you what you need to get it working. I’ll be glad to assist further as you require.
Forum: Plugins
In reply to: [Exit Notifier] Exit Notifier On All but One Link Not WorkingMake sure you’re not including the http:// or https:// part of the URL…
Forum: Plugins
In reply to: [Exit Notifier] Exit Notifier On All but One Link Not WorkingHi, Nikolas! I’m glad to help! If you start a new support request rather than adding onto a resolved thread, I’ll see it faster. Just FYI for the future…
Your basic idea is right. Can you tell me the URL of the site so I can take a look?
Forum: Plugins
In reply to: [Exit Notifier] Exit Notifier On All but One Link Not WorkingAwesome! Good luck with the client review. Glad I could be of help. Blessings!
CVS
Forum: Plugins
In reply to: [Exit Notifier] Exit Notifier On All but One Link Not WorkingHa! This one had me stumped for far too long. Check out your selector:
a[href*="//"]:not([href*="camino.kwsmdesign.com/"]):not([href*="onlinebanking.caminofcu.org/"])And then the link for the logo:
<a class="brand logofont exitNotifierLink" href="http://camino.kwsmdesign.com" title="Camino Federal Credit Union">Take out the trailing / in the selector and you’ll have what you’re looking for.
Let me know if that does it for you!
- This reply was modified 9 years ago by Curtis V. Schleich. Reason: Formatting
Forum: Plugins
In reply to: [Exit Notifier] Exit Notifier On All but One Link Not WorkingTry taking out the http:// and https:// and tell me if that works. The *= means essentially “is in,” so the protocol part of the URL doesn’t need to be in there.
Forum: Plugins
In reply to: [Exit Notifier] Control which links get the notifierThanks, steve2017 for starting a fresh topic on this one. I’ll check in on you there.
Forum: Plugins
In reply to: [Exit Notifier] Track link usage?On further reflection, I think this is a very interesting feature, but will definitely wait for a pretty major update. It’s a whole new, significantly different piece that is way outside the original goal of this plugin. Closing this thread for now, but will plan to see how it might work in in future versions.
Forum: Plugins
In reply to: [Exit Notifier] Disable animations?And then double posted it. <sigh>
- This reply was modified 9 years, 1 month ago by Curtis V. Schleich.
Forum: Plugins
In reply to: [Exit Notifier] Disable animations?I’ve added a ‘none’ option for both animations in version 1.3.4.
- This reply was modified 9 years, 1 month ago by Curtis V. Schleich.
- This reply was modified 9 years, 1 month ago by Curtis V. Schleich. Reason: Posted information that was supposed to be in another thread
Forum: Plugins
In reply to: [Exit Notifier] Not working?Please contact me again if you’re still having trouble.
Forum: Plugins
In reply to: [Exit Notifier] Not working?Did you get this working? I’d like to help if you’ll give me the URL…