Curtis V. Schleich
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] Plugin Not Functioning after Install and ActivationWell, next thing I can think of to try would be turning on the javascript console to see if there are javascript errors when you click.
If that does not give us anything helpful to go on, I’d be glad to log in to your site and try to figure out what’s not working. You can contact me privately through wpplugins@cvstech.com if you’d like to try something like that.
Forum: Plugins
In reply to: [Exit Notifier] Plugin Not Functioning after Install and ActivationOk, try this:
1. Uninstall the version of Exit Notifier you have installed now.
2. Install the current version.
3. On the behavior tab in settings, uncheck “Apply to all offsite links?” and place the following line in the jQuery Selector text box:
a[href*=”//”]
and click save.
This should make the box pop for ANY link on your site.
Don’t forget to refresh your site before trying a link.
If that does not work, then I would suggest deactivating all other plugins besides exit notifier and seeing if that allows the popup to open. If it works with all other plugins deactivated, then there may be a conflict with one of them. You could re-enable one at a time and see which one is causing the problem. If you discover a conflict, I’d love to know what plugin I’m conflicting with so I can resolve the issue.
Hope that helps!
Forum: Plugins
In reply to: [Exit Notifier] Links to other pages within site not workingNo worries! Just wanted to make sure you’d gotten my earlier message.
Forum: Plugins
In reply to: [Exit Notifier] Links to other pages within site not workingDid saving the admin pages work? Any progress to report? I’m glad to help if I can!
Forum: Plugins
In reply to: [Exit Notifier] Links to other pages within site not workingSure, Andre’!
Are you using version 1.2.1?
There seems to be a problem with some upgrades that should be resolved if you would go to each of the three admin pages and save the settings.
Have you modified the selector code on the admin page? If so, could you post a sanitized version for me?
Thanks!
Forum: Plugins
In reply to: [Exit Notifier] If you upgrade and the links do not work…Awesome! I’m glad you got it working. I’m not having much luck reproducing the problem here. I’ll trust the community to let me know if the trouble continues.
Thanks!
Forum: Plugins
In reply to: [Exit Notifier] If you upgrade and the links do not work…Hmmm…. You might also try uninstalling and reinstalling the current version. I’ll be interested to hear if that resolves it for you.
In the meantime, I’ll put this issue higher in the priority list.
To download any of the previous versions, you can click on the Developers link two over from Support. You’ll see at the bottom the previous versions, and you’ll be able to download the .zip file of any of the previous version s there. I recommend 1.1.2 if the current release is not working for you.
Once you have downloaded the version you choose, uninstall the previous version and then install by uploading the .zip file in Plugins –> Add New –> Upload Plugin.
Hope that helps! I’ll reply here when I’ve got this bug squashed.
Thanks!
Forum: Plugins
In reply to: [Exit Notifier] UIOh! I think that’s the new options coming up blank before the first save. If you load up 1.2.1 again, I think all you’ll need to do is hit save and then reload your site. I need to figure that one out. Sorry about that. I’ll find an answer for that for the next revision.
Thanks for letting me know!
Forum: Plugins
In reply to: [Exit Notifier] UI1.2.1 is here. A few more display options and better settings layout.
Forum: Plugins
In reply to: [Exit Notifier] UIOk, try version 1.2. I’ve added some visual tweaks that were sort of low hanging fruit. This version lets you change the title bar and border color, the width of the box, and the show/hide animations. Look for background color and some other items in another update in the next week.
Thanks again for the feedback and great ideas!
Forum: Plugins
In reply to: [Exit Notifier] UII’ll look into that! Thanks for the suggestion! I appreciate the feedback!
Forum: Reviews
In reply to: [Exit Notifier] Works greatAwesome! Glad it’s working for you, and thanks for the great review!
Forum: Plugins
In reply to: [Exit Notifier] Control which links get the notifierOkay, give it a try. There’s now an option to use your own jQuery selector syntax to decide what gets the notifier. The field should have the default in it already. All you have to do is add the exception to the end of the default selector. For example if your wordpress installation in 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] Control which links get the notifierCurrently it’s only on or off. It will only apply to links not on the site the plugin is installed on. I’ll look at maybe adding regular expression matching for inclusion or exclusion. I’ll reply here again once I’ve looked at it.
Forum: Plugins
In reply to: [Exit Notifier] Customise textAlso updated my SVN MIME types for my images. Thanks for the link in your profile!