Forum Replies Created

Viewing 3 replies - 31 through 33 (of 33 total)
  • svet

    (@sveslavchev)

    How I solved the problem for myself?

    I executed the following SQL query on the database using phpmyadmin:

    Important!!!

    1. Please know, that the following SQL query will update all review types of all posts to “CreativeWorkSeries”!
    2. All rating data is kept unchanged!

    UPDATE wp_postmeta SET meta_value = 'CreativeWorkSeries' WHERE wp_postmeta.meta_key = 'yasr_review_type' AND wp_postmeta.meta_value != 'CreativeWorkSeries'

    All best
    Svet

    P.S. On the net post I am explaining the process I went throuigh to find the problem.

    svet

    (@sveslavchev)

    Hello dudo,

    I experience the same problem. The options “CreativeWorkSeries” saves and can be found in the database:

    option_name: yasr_general_options; 
    option_value: ...s:18:"CreativeWorkSeries"; ...
    

    but the outputed ld+json script is showing:

    ...
    <!--End Yasr Visitor Votes Shortcode-->
    </div><script type="application/ld+json">
    {"@context":"http:\/\/schema.org\/","@type":"BlogPosting",
    ...

    Since the json+ld data is immediately after the “Yasr Visitor Votes Shortcode” I suppose that this is an output of the plugin.

    all best,
    svet

    Thread Starter svet

    (@sveslavchev)

    Thanks @khungate for the quick and complete answer.

    I was confused because of the empty column “Phone Number” in the audience grid. One would expect that every column in the grid is representing data, which is synchronised by default.

    Kind regards

Viewing 3 replies - 31 through 33 (of 33 total)