Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter podlegoop

    (@podlegoop)

    I just found it. In case anybody wants to know, it’s pretty straight forward.

    Open up the “wp-customer-reviews.php”. Go to line 703 and look for this code

    $review->review_text .= '<br /><small><a href="' . $review->reviewer_url . '">' . $review->reviewer_url . '</a></small>';

    And replace with this.

    $review->review_text .= '<br /><small><a href="' . $review->reviewer_url . '" target="_blank">' . $review->reviewer_url . '</a></small>';

    Then enjoy people not leaving your site (at least not for this)

    Hmmm… I’ll try that, but the plugin maker should still look at this.

    I’m getting the same error on one site, and not on another. I’d like to hear a fix for this. No way and I going to pay to update to 3 if this can’t be resolved.

    I’m having the same issue, but I also have a little more.

    When you enable via the checkbox on the page, it shows just fine, but is below my social share buttons, which are done through the really simple facebook share plugin. When I put a shortcode in, even with the checkbox off, I get two of the reviews and butons, however one is above and one below the social buttons.

    Right now, I’m just using the checkbox, however the content is now below the social buttons, which on every other page are at the bottom.

    I would like to be able to use the longer short code so I do the read more and all, but until this gets sorted, I can’t. Like the plugin otherwise.

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