• The plugin is working mostly for me but on one page, only half the buttons are triggering the pop-up. All the buttons on this page go to external links but some do not work. Can you help?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    Hi @jdestreeverve! So the “Get started” buttons should pop the notifier? if that’s what you’re looking for, we’ll need to set up a custom jQuery Selector.

    If I understand what you’re facing, the issue appears to be that the external sites you’re wanting to have Exit Notifier active on are links that are essentially a superset of your main site’s URL. In other words, similar to this:

    Don’t pop on: example.com links.
    Do pop on: othersite.example.com links.

    So the custom jQuery Selector should look like this:

    a[href*="//"]:not([href*="example.com"]),a[href*="othersite.example.com"]
    

    Let me know if that’s not what you’re talking about or if that doesn’t work for some reason and I’ll dig in again.

    Thread Starter jdestreeverve

    (@jdestreeverve)

    That’s correct.

    Don’t pop on: example.com links.
    Do pop on: othersite.example.com links.

    But, I used your example Selector and it does not work properly.

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    The site right now shows the default selector is in use. Did you turn it off? Also, please check the quotes if you copy/pasted, as the browsers like to use unicode quotes and that breaks the selector. You can try retyping the quotes if that’s the case. If you’d like to email me directly for more private support, please feel free to email [email protected].

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    Any word on this? I’d still like to help if you need it…

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    One more silly question: Did you change the example.com and othersite.example.com to your own values to match your site?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Some working, some not.’ is closed to new replies.