• Resolved palbrigo

    (@palbrigo)


    Within the last 4-5 months Exit Notifyer has stopped working — and I can’t figure out why. I’ve checked for conflicting plugins and double-checked the JQUERY exceptions — which is where we’ve had problems in the past. Basically we had the site up and running and for one reason Exit Notifyer stopped working. Unfortunately I don’t know the exact date it stopped…

    The text “How much is your current vehicle worth?” under the header “TOOLS & HELP” should pull up a notification that a user is leaving the site and going to a third-party site.

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

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

    (@cvscvstechcom)

    Sorry to take so long to get back to you! Your jQuery selector syntax is broken. Try removing the last comma and closing the “not(” at the end of the string with a right parenthesis.

    Thread Starter palbrigo

    (@palbrigo)

    OK — I thought I fixed it per your directions… but I don’t think I fixed it correctly… can you fix this?

    a[href*=”//”]:not([href*=”fsucu.org”], [href*=”fsucuebranch.org/ISuite5/Features/Auth/MFA/Default.aspx”], [href*=”apstp.pscu.com/AP/APCardholder/pages/dsologin?clientId=5455&siteFlag=true”], [href*=”virtuoso.fi-apps.com/webkit/default.aspx?fiToken=UNV”], [href*=”fsucuedocs.org/login.aspx?ReturnUrl=%2fdefault.aspx”], [href*=”fsucuchat.org/LiveChat/chat.php”], [href*=”callto://18774637828″],[href*=”app.loanspq.com/xa/xpressApp.aspx?lenderref=Floridascu070816&type=1″],[href*=”https://fsucuebranch.org/ISuite5/Features/Auth/MFA/Default.aspx”], [href*=”callto://18774637828″], [href*=”callto://18006547728″], [href*=”callto://18006547728″], [href*=”callto://18502244960″], [href*=”callto://8502244960″], [href*=”callto://18004497728″], [href*=”callto://18506922500″], [href*=”callto://18505843002″], [href*=”callto://18883285767″], [href*=”callto://18007551030″], [href*=”callto://18778752923″], [href*=”https://fsucuebranch2.org”])

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    NOTE: When copy/pasting from a webpage, smart quotes commonly get substituted for regular old quotes. The easiest way I’ve found to fix it is to copy/paste to a basic text editor, then copy/paste from there to the field in your site.

    Below, I’ve taken out the https:// and the callto:// protocol parts of the URL. I need to document that better on the settings page. Try this:

    a[href*="//"]:not([href*="fsucu.org"], [href*="fsucuebranch.org/ISuite5/Features/Auth/MFA/Default.aspx"], [href*="apstp.pscu.com/AP/APCardholder/pages/dsologin?clientId=5455&siteFlag=true"], [href*="virtuoso.fi-apps.com/webkit/default.aspx?fiToken=UNV"], [href*="fsucuedocs.org/login.aspx?ReturnUrl=%2fdefault.aspx"], [href*="fsucuchat.org/LiveChat/chat.php"], [href*="18774637828"],[href*="app.loanspq.com/xa/xpressApp.aspx?lenderref=Floridascu070816&type=1"],[href*="fsucuebranch.org/ISuite5/Features/Auth/MFA/Default.aspx"], [href*="18774637828"], [href*="18006547728"], [href*="18006547728"], [href*="18502244960"], [href*="8502244960"], [href*="18004497728"], [href*="18506922500"], [href*="18505843002"], [href*="18883285767"], [href*="18007551030"], [href*="18778752923"], [href*="fsucuebranch2.org"])

    Thread Starter palbrigo

    (@palbrigo)

    Curtis — that worked perfectly! Thanks for your help-

    Perry ALbrigo

    Thread Starter palbrigo

    (@palbrigo)

    Thanks

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    Awesome! So glad I could help!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Exit notifier not working’ is closed to new replies.