Hello,
I have a problem. No gravatar image is displaying in GDPR component.
I created a new custom field Gravatar in AcyMailing. A user's email is associated with Gravatar and we can see image in AcyMailing back-end interface.
I installed GDPR Acymailing plugin and there is no image.
Please see enclosed screenshots.
AcyMailing support team gave the following advice:
If the AcyMailing fields class is used to render custom fields, you should specify the user's email address in it:
$fieldsClass = acymailing_get('class.fields');
$fieldsClass->currentUserEmail = 'something@example.com';
Can you fix the plugin, please?
AcyMailing 5.10.2
GDPR component 1.0.2
AcyMailing plugin for GDPR component 1.0.1