Thread Starter
liagua
(@liagua)
Resolved the attributes by disabling another plugin. But it didn’t resolve the issue from merging the jpgalt
I’ve edited the “features.php”at line 3361
from:
echo ‘alt = “‘. esc_attr($thumb_alt). ‘”‘;
into:
echo ‘ alt=”‘. esc_attr($thumb_alt). ‘”‘;
Could you please confirm that this is an little bug your side, else I have to dig deeper
Regards,
Ronald
Hi Ronald @liagua
That’s extremely strange, I am not aware of such issue but it’s possible that it’s a bug in the plugin.
Can you share the URL where you are getting the error? I will make sure that it is fixed in the next update.
I am still not 100% clear about this issue, if you share the URL then it will help me understand it but it seems like a valid issue and I will go ahead and create a ticket for it here: https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/1154
Please share the screenshots or URL.
Thanks again,
Regards,
Ahmed
Hi Ronald @liagua
Could you please use this code and test it? I’m not sure it will work or not on your end but on my end, it’s working.
Here is the code:
echo ‘alt=”‘ . esc_attr($thumb_alt) . ‘”‘;
If it’s not working, please just drop the email to team@magazine3.com. Our team will help you.
Thread Starter
liagua
(@liagua)
Hi guys,
The code you supplied isn’t working for me.
It still binds togheter the .jpg and Alt=
like so:
<amp-img src=https://www.website.com/wp-content/uploads/imagename.jpgalt=”name of the image”
I’m resolved the issue using
echo ‘ alt=”‘. esc_attr($thumb_alt). ‘”‘;
Regards,
Ronald
Thread Starter
liagua
(@liagua)
Hi guys,
In version 0.9.66.0 I also resolved this issue using:
echo ‘ alt=”‘. esc_attr($thumb_alt). ‘”‘;
instead of
echo ‘alt=”‘ . esc_attr($thumb_alt) . ‘”‘;
Regards,
Ronald
Thread Starter
liagua
(@liagua)
Hi guys,
In version 0.9.66.1 I also resolved this issue using:
echo ‘ alt=”‘. esc_attr($thumb_alt). ‘”‘;
instead of
echo ‘alt=”‘ . esc_attr($thumb_alt) . ‘”‘;
Regards,
Ronald
Thread Starter
liagua
(@liagua)
Hi guys,
In version 0.9.68 I also resolved this issue using:
echo ‘ alt=”‘. esc_attr($thumb_alt). ‘”‘;
instead of
echo ‘alt=”‘ . esc_attr($thumb_alt) . ‘”‘;
Regards,
Ronald
Thread Starter
liagua
(@liagua)
Hi guys,
In version 0.9.69 I also resolved this issue using:
echo ‘ alt=”‘. esc_attr($thumb_alt). ‘”‘;
instead of
echo ‘alt=”‘ . esc_attr($thumb_alt) . ‘”‘;
Regards,
Ronald
Thread Starter
liagua
(@liagua)
Hi guys,
In version 0.9.69.1 I also resolved this issue using:
echo ‘ alt=”‘. esc_attr($thumb_alt). ‘”‘;
instead of
echo ‘alt=”‘ . esc_attr($thumb_alt) . ‘”‘;
Regards,
Ronald
Thread Starter
liagua
(@liagua)
Hi guys,
In version 0.9.71 it appears to be resolved:
Thank you very much!
Regards,
Ronald
Im glad to hear that. Please share a review. That will mean alot to us.