Well. It didn’t for me. I guess there could have been another underlying issues. I might try updating my hosting to a higher php version and see what happens.
I resolved this with the help of GoDaddy. I guess the PHP version of the hosting for my site is 5.4. This wasn’t working with the latest plugin update. I reverted back and will be changing hosting before I update my plugin.
Sorry if this doesn’t make total sense. I am not a developer.
Just updated the plugin. Same issue. Just killed my site. http://www.jandjconstruction.com
@photocrati
Thanks a ton! I was able to find the issue.
I changed it from …
a[href*=#]:not([href=#])
to…
a[href*="#"]:not([href="#"])
and it worked. Thanks again, for pointing me in the right direction.
Brian