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

    (@cvscvstechcom)

    Try taking out the https:// and https:// and tell me if that works. The *= means essentially “is in,” so the protocol part of the URL doesn’t need to be in there.

    Thread Starter steve2017

    (@steve2017)

    Hi Curtis, thanks very much that worked. I changed the code to the snippet below and the one offsite link does not show the EN. However, now we do get the exit notifier when we click on our logo that links to the homepage? Of course, that’s not what we want. Any thoughts?

    Code I have added to the Exit Notifier settings:

    a[href*="//"]:not([href*="camino.kwsmdesign.com/"]):not([href*="onlinebanking.caminofcu.org/"])

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    Ha! This one had me stumped for far too long. Check out your selector:

    a[href*="//"]:not([href*="camino.kwsmdesign.com/"]):not([href*="onlinebanking.caminofcu.org/"])

    And then the link for the logo:

    <a class="brand logofont exitNotifierLink" href="https://camino.kwsmdesign.com" title="Camino Federal Credit Union">

    Take out the trailing / in the selector and you’ll have what you’re looking for.

    Let me know if that does it for you!

    Thread Starter steve2017

    (@steve2017)

    Haha!! I’m so sorry, I copy / pasted the link into sublime text and checked and double checked for anything that looked weird before posting too! It’s always the small things, huh?

    It works perfect, and that was our last task before client review. Yew!

    Thanks very much for your help!
    Steve

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    Awesome! Good luck with the client review. Glad I could be of help. Blessings!

    CVS

    Hi Curtis,
    just found this discussion. I′m looking for a solution the other way.
    So only active popup for one external domain that i link to. I guess i have to do this within the first part of the code, but can′t get it to work.

    It would be awesome if you could help me out ??
    Nikolas

    Example: a[href*=”URLTOSHOWPOPUP”]:not([href*=”MYWORDPRESS”])

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    Hi, Nikolas! I’m glad to help! If you start a new support request rather than adding onto a resolved thread, I’ll see it faster. Just FYI for the future…

    Your basic idea is right. Can you tell me the URL of the site so I can take a look?

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    Make sure you’re not including the https:// or https:// part of the URL…

    THX Curtis! It′s working now ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Exit Notifier On All but One Link Not Working’ is closed to new replies.