Curtis V. Schleich
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?Custom theme should be back online now in 1.5.4! Please test and confirm when you can. Thanks for helping me figure that one out. I’ve credited you in the changelog.
Forum: Plugins
In reply to: [Exit Notifier] Open link and popupHi @internetnoob!
You can check “Open selected links in a new window/tab” (how this actually works depends on the browser settings the user has) on the Behavior tab in settings.
Do you mean to customize a message for each link that’s different?
My plugin doesn’t do that (at least for now. Interesting idea…).
As for the pop-up blocking, this is not a pop-up as would be detected by that feature, it’s an actual part of the webpage, so that should not be an issue for Exit Notifier.
Let me know if I’ve answered your questions well.
Forum: Plugins
In reply to: [Exit Notifier] WCAG tweaksWasn’t sure if my fix for #2 would work or not. As for the others, it is definitely something I want to work on, but I’ve not gotten to it yet. I plan on working with the author of the jAlert plugin and adding WCAG compliance to the plugin. I’ll contact you directly once I have something for you to test. I’m leaving this unresolved until then.
Sorry for the delay, but it’s more involved than I anticipated, especially with someone else’s component.
Hope 1.4.5 is working well for you until then!
- This reply was modified 7 years, 4 months ago by Curtis V. Schleich. Reason: I apparently can't spell
Forum: Plugins
In reply to: [Exit Notifier] Not Working With Custom HTML WidgetI’ll be glad to help! First off, please check your syntax on the selector, it looks like you may have a double colon in front of the second not clause. Please make sure it’s only one colon, and then try again after saving and reloading the site.
If that’s not it, please let me know what exact link isn’t working as expected and I’ll look deeper. Please feel free to email me if you don’t want to disclose that information here. You can email me at wpplugins (at) cvstech (dot) com.
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?Thanks for the feedback, Collin. Basically, until I get the update out, you’ll need to use one of the built-in styles. I’ll get the next version out as soon as I can.
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?Hey, Collin, I won’t have that fixed until I’m through testing my next upgrade, and I’ve got a fairly widespread change coming, so it’s likely to be a bit. In the meantime, I think I’ve got a fix for you. I forgot to assert the default entry, so until you go make a change to the Custom CSS and hit save, it won’t carry the changes through. That may be what you were seeing. Can you go make any small adjustment to the CSS in that field and hit save and try again?
You can also see if the ja_custom style from that textbox is making it into the header, it should be one of the last parts of the <head> section right before the body. I was seeing the following:
<style>.ja_custom {}</style>But it wasn’t causing a problem for me since I wasn’t using custom at the time.
Let me know if saving that page fills the .ja_custom style for you.
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?In looking deeper, I think the custom setting might not be accounted for in jAlert version 4. That may have been a modification I made to v3 specifically for the custom setting. I’ll see what I need to do to get that working again.
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?I wouldn’t expect CSS to have that effect… Not sure what to tell you on that one without a look at it directly. If you want to send me your custom CSS I’ll be glad to take a look…
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?I only thought about the selector because if there were no errors and not popup, that means that something wasn’t even flagging the links correctly. Can you send me your custom selector and I’ll see if something I changed affected how it’s working?
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?Also,the reason I’m concerned about caching, is that I had a user with a caching plugin (WP Fastest Cache in this case) that adds all of the js into a single include file, and it had the old jAlert cached and I’m using version 3 of jAlert in 1.4 and version 4 in 1.5 and later. In this user’s case the cache completely broke because it had the old functions instead of the new due to the cache. Not the fault of the plugin, just a bad interaction.
Anyway, that sounded similar to your original post, but I think that’s not the direction based on your update.
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?No error messages in the console? Do the links work? If they do, I wonder if it’s a situation with the jQuery selector? Are you using a custom one, or the default?
If you view source and look at the header, you should find reference to the frontend.js file form the exit-notifier plugin folder. Directly above it, you’ll find <script> tags, and in there you’ll find the var ExitBoxSettings line with all the Exit Notifier settings. Can you copy paste those here? If you’re not comfortable with that, you can email me at wpplugins (at) cvstech (dot) com.
Forum: Plugins
In reply to: [Exit Notifier] Do exit notifier work with “pretty link”Awesome!
Forum: Plugins
In reply to: [Exit Notifier] jAlert call broken in Exit Notifier 1.5.3?Hi, Collin! Are you by any chance running a caching plugin? The file name changes have been an issue at a few sites. If you are, please uninstall (make a note of your custom settings, they will go away on uninstall…) and then reinstall from the WordPress plugin site. Once complete, please completely flush your cache and try again.
If that doesn’t change the situation, I’ll be glad to keep troubleshooting with you.
Another helpful piece of information would be if there are any errors popping up in the developer console when no popup appears.
Thanks!
Forum: Plugins
In reply to: [Exit Notifier] Do exit notifier work with “pretty link”Sure! On the Behavior page, uncheck “Apply to all offsite links” and add the following to the end of the jQuery selector.
,a[href*="http://www.mydomain.com/visit/"]Let me know if this works for you. If it doesn’t, you could send me a link to one of your pages so I can get the syntax right.
- This reply was modified 7 years, 4 months ago by Curtis V. Schleich. Reason: I apparently can't spell
Forum: Plugins
In reply to: [Exit Notifier] Latest update totally brokenOutstanding! So glad it was simple. I always get nervous updating software that so many people use in so many different contexts. You just never know when there will be some kind of interaction like this. I’ll add a note at my next update to make sure people using caching clear it thoroughly after the update. I’m sure in this case the version 1.4 to 1.5 was a problem that others may see because I updated the jAlert component and it changed the file names of included files.
Thanks so much for your quick testing and information. I really appreciate it!