Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • 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)

    Dear Phil,

    Thank you for your reply. As I’ve written (September 1, 2017) earlier it was a widget “issue” which caused the problem.

    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,

    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)

    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

    Thread Starter liagua

    (@liagua)

    Hi,

    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 testing

    Google 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,
    Ronald

    • This reply was modified 7 years, 7 months ago by liagua.
    • This reply was modified 7 years, 7 months ago by liagua.
    Thread Starter liagua

    (@liagua)

    I’m sorry Plugin works fine. There was a theme widget preventing the structured data on the pages “article” “post” “news” etc.

    Regards,
    Ronald

Viewing 7 replies - 16 through 22 (of 22 total)