liagua
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amp-imgHi 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,
RonaldForum: Plugins
In reply to: [WP SEO Structured Data Schema] Child ThemeDear Phil,
Thank you for your reply. As I’ve written (September 1, 2017) earlier it was a widget “issue” which caused the problem.
Regards,
RonaldForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amp-imgHi 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,
RonaldForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amp-imgHi 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,
RonaldForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] amp-imgResolved 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,
RonaldForum: Plugins
In reply to: [WP SEO Structured Data Schema] Child ThemeHi,
I’m able to show the data on post. It took me days to figure it out.
There was one widget preventing the data to be visible.
Best way to go (as always) deactivate all plugins, child themes, widgets(in my case). Test to see if it works.
Activate plugins one by one and keep testing
Activate child theme and keep testing
Activate widgets and keep testingGoogle Structured Data Testing Tool – report
Detected 0 ERRORS 0 WARNINGS 4 ITEMS- Organization 0 ERRORS 0 WARNINGS 1 ITEM
- NewsArticle 0 ERRORS 0 WARNINGS 1 ITEM
- LocalBusiness 0 ERRORS 0 WARNINGS 1 ITEM
- WebSite 0 ERRORS 0 WARNINGS 1 ITEM
Good luck and regards,
RonaldForum: Plugins
In reply to: [WP SEO Structured Data Schema] Child ThemeI’m sorry Plugin works fine. There was a theme widget preventing the structured data on the pages “article” “post” “news” etc.
Regards,
Ronald