Curtis V. Schleich
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] Not getting modal on links from a Facebook page plugin embedI’m glad to try to help. Please contact me again if you’re still having this issue.
Forum: Plugins
In reply to: [Exit Notifier] No Pop-Up | Links wont go anywhereVerified fixed.
Forum: Plugins
In reply to: [Exit Notifier] No Pop-Up | Links wont go anywhereAh. It’s not getting the theme variable set correctly. Please go to the settings page and click save on each tab. This should solve it for you.
Forum: Plugins
In reply to: [Exit Notifier] No Pop-Up | Links wont go anywhereHi, Andrew! Have you tried disabling other plugins to see if there’s a conflict? Also, can you send me a message privately with the website address? I’d be glad to take a look and see what I can discover….
Forum: Plugins
In reply to: [Exit Notifier] If you upgrade and the links do not work…Glad it’s working for you!
Forum: Plugins
In reply to: [Exit Notifier] Not getting modal on links from a Facebook page plugin embedNone off the top of my head, but your load order suspicion seems likely. I’ll take a look. Can you email me a link to the website so I can see it in action?
Forum: Plugins
In reply to: [Exit Notifier] A way to "Whitelist" a siteYes there is. On the Behavior tab in settings, uncheck “Apply to all offsite links” and then add the exception to the end of the default selector. For example if your wordpress installation is http://example.com, your default selector should be:
a[href*=”//”]:not([href*=”example.com”])
So, if the link you don’t want the exit notification on is google.com, you can simply add that exception to the end like this:
a[href*=”//”]:not([href*=”example.com”]):not([href*=”google.com”])
Then no links containing google.com in the URL will have the notifier on it.
Hope that helps!
Forum: Plugins
In reply to: [Exit Notifier] Plugin Not Functioning after Install and ActivationMarking this one resolved. If it’s not, please reply or start a new issue. I’m glad to help out if I can!
Forum: Plugins
In reply to: [Exit Notifier] Plugin Not Functioning after Install and ActivationAny new news on this? I’ve not been able to replicate the issue here.
Forum: Plugins
In reply to: [Exit Notifier] Links to other pages within site not workingAndre, that missing quote was *my* fault! Check out the selector text I gave you up above! Glad we got you working.
Forum: Plugins
In reply to: [Exit Notifier] Links to other pages within site not workingAndre, can you contact me directly at wpplugins@cvstech.com? I’d really like to get this thing figured out….
Forum: Plugins
In reply to: [Exit Notifier] Links to other pages within site not workingExcellent! Glad it’s working. I assume from teh context that you meant that the Home Banking link should NOT have the notifier, correct? If so, try this for the jquery selector:
a[href*=”//”]:not([href*=”http://www.focusfcu.com”%5D):not([href=https://imtpol.com/onlinebank/aspPro94/login.asp?cu=bladefcu”])
Let me know how that works.
Forum: Plugins
In reply to: [Exit Notifier] Links to other pages within site not workingWell, I also discovered that Flexslider is not a plugin, but a component you can add to a theme. Anyway, On the Exit Notifier settings page, there are three tabs. That’s all I’m referring to. I probably confused you when I referred to them as pages instead of tabs. Sorry about that. What theme are you using? I’ll try it on a clean install of wordpress and see if I have a conflict there….
Forum: Plugins
In reply to: [Exit Notifier] Links to other pages within site not workingAndre, I’ve just been contacted by another user who has found a conflict with another plugin. When he deactivated FlexSlider by WooThemes, Exit Notifier worked. So you might try deactivating your other plugins to see if there’s a conflict. If you do discover a conflict, please let me know what plugin I’m clashing with so I can get it fixed.
Thanks!
Forum: Plugins
In reply to: [Exit Notifier] Plugin Not Functioning after Install and ActivationOk, well, I’m trying to install that plugin in an active site and it’s not even installing. So I’ll stand up a fresh WordPress installation and experiment with the two together and see if I can find the conflict. I’ll get back to you when I’ve discovered anything helpful.
Thanks for the information, and sorry it’s not working for you right now!