Ok, 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!
Hey,
Changed the code and deactivated all the plugins I have and still no dice.
🙁
Well, 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 [email protected] if you’d like to try something like that.
Figured out it was conflicting with a slider I have on the site. It’s called Flexslider. For some reason when the plugin is activated it breaks and says that .flexslider is not a function and that SyntaxHighlighter is not defined. Here is the code and error message:
$(function(){
SyntaxHighlighter.all();
});
$(window).load(function(){
$(‘#carousel’).flexslider({
animation: “slide”,
controlNav: false,
animationLoop: false,
slideshow: false,
itemWidth: 210,
itemMargin: 5,
asNavFor: ‘#slider’
});
$(‘#slider’).flexslider({
animation: “slide”,
controlNav: false,
animationLoop: false,
slideshow: false,
sync: “#carousel”,
start: function(slider){
$(‘body’).removeClass(‘loading’);
}
});
});
Uncaught ReferenceError: SyntaxHighlighter is not defined
Uncaught TypeError: $(…).flexslider is not a function
Ok, 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!
Alright, thanks for looking into it. Let me know if you find anything.
Any new news on this? I’ve not been able to replicate the issue here.
Marking this one resolved. If it’s not, please reply or start a new issue. I’m glad to help out if I can!