I’ve noticed a bug when disabling the use of Gravatar in the configuration. Even when Gravatar usage is deactivated, an image tag is still being inserted into the comments, albeit without a URL but with the ‘alt=“Avatar”’ attribute. As a result, it appears broken in the layout.
Workaround if you are affected. You just need to upload a transparent png to your theme folder and then modify the config:
“gravatar”: {
“url”: “https://xyoururl.com/assets/images/transparent.png”
},
“privacy”: {
“useGravatar”: true,
}
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.