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.
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”])
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"])
Curtis — that worked perfectly! Thanks for your help-
Perry ALbrigo
Awesome! So glad I could help!