Reply To: Gravatar images are broken

Home Forums Support Gravatar images are broken Reply To: Gravatar images are broken

Home Forums Support Gravatar images are broken Reply To: Gravatar images are broken

#183207
Tom
Lead Developer
Lead Developer

jQuery is loaded in wp_head, so adding it in the Before Header hook should work perfectly.

I think the issue might be that inside their script they’re using $ instead of jQuery (shorthand). WordPress needs the script to define jQuery if it’s going to use shorthand $.

If you do some searching around I’m sure others have faced the same issue and have a solution 🙂