• Resolved WPUser

    (@user325)


    Plugin generate next code for my posts:

    <table class="rw-rating-table rw-ltr rw-center rw-no-labels">
    <tr><td><nobr> </nobr></td><td>
    <div class="rw-center">
    <div itemscope itemtype="http://schema.org/Article"><div class="rw-ui-container rw-class-blog-post rw-urid-20" data-img="************">
    </div><meta itemprop="name" content="************" />
    <meta itemprop="description" content="" />
    <meta itemprop="url" content="************/" />
    <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
    <meta itemprop="worstRating" content="0" />
    <meta itemprop="bestRating" content="5" />
    <meta itemprop="ratingValue" content="5" />
    <meta itemprop="ratingCount" content="1" />
    </div></div></td></tr></table>

    It missing end div for <div class=”rw-(center,left…)

    https://ww.wp.xz.cn/plugins/rating-widget/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Leo Fajardo

    (@leorw)

    Hi @user325,

    Please contact us using the form here http://rating-widget.com/contact/ and provide a temporary administrator access to your site so that we can investigate further.

    Thanks

    Thread Starter WPUser

    (@user325)

    I tested code without “Google Rich Snippets (schema.org)” and code is correct:

    <div class="rw-center">
    <div class="rw-ui-container rw-class-blog-post rw-urid-20">
    </div>
    </div>

    And it’s only trial for me (schema.org), and all is fine without schema.org.

    Mb you should check code with schema

    <div class="rw-center">
    <div itemscope itemtype="http://schema.org/Article">
    <div class="rw-ui-container rw-class-blog-post rw-urid-20" data-img="************"></div>..........
    <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
    ......................................
    </div></div>

    two or three div in the end? (end div for <div itemscope itemtype="http://schema.org/Article">)

    Plugin Contributor Leo Fajardo

    (@leorw)

    Hi @user325,

    Thank you for the update. The fix will be included in the next release.

    Plugin Contributor Leo Fajardo

    (@leorw)

    Hi @user325,

    Please update to the latest version: 2.5.7.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Missing for end div for "div class="rw-(center,left…)"’ is closed to new replies.