Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Give it a single star!
    They do not add affiliate links to comments or content, they actually change YOUR affiliate links to their own. I have articles where they completely hijacked all the links. So, they are stealing commissions!

    Thread Starter jakejj

    (@jakejj)

    I have managed to fix the issue and the support team was very helpful so thank you very much!

    Thread Starter jakejj

    (@jakejj)

    Furthermore, it seems that are the links inside the admin area are broken and the editing is basically disabled.

    Thread Starter jakejj

    (@jakejj)

    Thank you for your answer.
    Yes, I expected that I would either have to do this or change the database, but, since the article is ranking well, I won’t try this solution yet. I will keep an eye on this plug-in if a better way appears in the future.

    Thread Starter jakejj

    (@jakejj)

    I am talking about the ratings on my post.
    The way this plugin works for me is that whenever I create a new article, I get the option to either make the post a review (and automatically have all those new options with ratings, pros cons, etc) or to leave it as a normal review.
    The problem is that I accidentally created an article as a review and saved it. This means that the article will have the ratings and pros/cons empty at the end of the page.
    The question is: Can I remove them from an already saved/old article in a clean way, without having to go to the database and manually delete some fields? (thus making Google go insane about how it sees my website)

    Thread Starter jakejj

    (@jakejj)

    Thank you for answering, but there is no such option available at the bottom of any article (while in editing). If I have saved an article as a review (choosing Yes using this plugin), it indefinitely gets stuck at the bottom even if I don’t insert any parameters.

    Thread Starter jakejj

    (@jakejj)

    Nevermind, fixed it myself. Thank god I know a bit of PHP. If other people have the pie chart lower than it should be you have to go to wp-product-review/inc/wppr-main.php and change this line:

    $return_string .= '<span itemscope itemtype="http://schema.org/Review"><span itemprop="author" itemscope itemtype="http://schema.org/Person"  >
                                                 <meta itemprop="name"  content="' . get_the_author() . '"/>
                                            </span><span itemprop="itemReviewed" itemscope itemtype="http://schema.org/Product"><meta itemprop="name" content="' . do_shortcode( get_post_meta( $id, 'cwp_rev_product_name', true ) ) . '"/></span><div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" class="cwp-review-percentage" data-percent="';

    to
    $return_string .= '<span itemscope itemtype="http://schema.org/Review"><div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" class="cwp-review-percentage" data-percent="';

    I hope that it will work for you too, if not wait for the author to respond

    Yes, I managed to make it work, thank you very much!

    Unfortunately, I have the same problem, I get only a blank space where the grid should be

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