Curtis V. Schleich
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] Exit Notifier not working – JavaScript errorHi, @tf28! Try changing a setting on the Exit Notifier settings page and saving it. Sometimes the initial default settings do not take for some reason. I’d be glad to look at one of the sites to see if I can identify the specific issue. You can email me directly if you’d prefer to not post a site URL here. My email address is wpplugins (at) cvstech (dot) com.
- This reply was modified 7 years, 10 months ago by Curtis V. Schleich. Reason: I out a word
Forum: Plugins
In reply to: [Exit Notifier] JS error with exit notifierCan we schedule a time to look at it together?
Forum: Plugins
In reply to: [Exit Notifier] JS error with exit notifierHello, @amityweb! Any progress on this issue? I’ve been away on vacation for a while and wanted to get you followed up.
To clarify, enabling my plugin caused javascript errors in other places too?
Forum: Plugins
In reply to: [Exit Notifier] Woocommerce integrationHello @jdrda! So sorry for the late reply, I’ve been on vacation and am just getting back.
Can you send me a link to an example? We should be able to get this going with a custom jQuery selector.
Forum: Plugins
In reply to: [Exit Notifier] Not Working for MeHello there, @emarrjpa! So sorry for the late reply, I’ve been on vacation and am just getting back.
You’ve included a link to the site, but it’s asking for authentication, so there’s nothing I can check directly. Please try going into the settings and making a minor change and saving, then switch it back and save again. Let me know if that resolves it. I’ve seen an issue with the defaults not getting saved in a few instances.
Forum: Plugins
In reply to: [Exit Notifier] JS error with exit notifierThanks for the heads up on the site! I’ll get that fixed ASAP.
As for the error, try enabling the plugin, then go to the settings page and save. If that doesn’t fix it, you can email me directly with the URL of the site and I’ll take a look at the console to see if I can find out what’s going on.
Forum: Plugins
In reply to: [Exit Notifier] Absolute Font SizeWill do! I’ve been meaning to get back to this and do some updates, but my schedule has not allowed. I’ll see if I can get back to this codebase and make at least that change in the next few weeks.
Thanks for the suggestion, and I’ll leave this issue open until I get that update in for you.
Forum: Plugins
In reply to: [Exit Notifier] Exit box not displayed – JS conflictExcellent! So glad you got it working.
Forum: Plugins
In reply to: [Exit Notifier] Exit box not displayed – JS conflictOk. I happened to test first on a sub-page and it worked fine. If I test on a page with the banner, it crashes exactly as you’ve described. So I’m guessing it has something to do with the javascript for the banner, which may be part of your theme. Can you disable the banner as a test to verify the issue?
Forum: Plugins
In reply to: [Exit Notifier] Exit box not displayed – JS conflictHi, there, and thanks for the kind words! I’ve checked your site, and clicking on the twitter and facebook links seems to pop the dialog just fine. Is there something specific I should do to replicate the error?
Forum: Plugins
In reply to: [Exit Notifier] Display once only per visit?Interesting thought. Not implemented at this time, of course, but I’ll look into it for a future version.
Forum: Plugins
In reply to: [Exit Notifier] Internal links getting notificationAwesome!
Forum: Plugins
In reply to: [Exit Notifier] Internal links getting notificationAlso: be careful copy/pasting the text, as browser like to use unicode smart quotes and they will break the jQuery selector string. I recommend retyping all the quotes just to make sure they don’t cause a problem.
Forum: Plugins
In reply to: [Exit Notifier] Internal links getting notificationOn 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. You can stack as many of the :not clauses on the end as you like.
Hope that helps!
Forum: Plugins
In reply to: [Exit Notifier] Exit notifier not workingAwesome! So glad I could help!