Archived topic
Problems with dynamic Images
1 reply · Started by Samuel on September 3, 2021
Hi,
I implemented the following steps: https://docs.generatepress.com/article/block-element-post-meta-template/
Unfortunately, my gravatar is not displayed. What is the reason?
We are three different authors. Is there any other solution besides gravatars?
Hi there,
i can see the Dynamic Image Blocks HTML on output, which if set up correctly generally means there was no gravatar linked to the Authors User Profile email. Can you check that?
The only alternative to using Gravatar would be to create a separate block element for each author that contains a static image. And then we would need a little PHP to determine which one to display and when. Or add a custom field to the User Profile to store the image and use a shortcode to output it.