podlegoop
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] review website links use target="_blank"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)
Forum: Plugins
In reply to: [WP Customer Reviews] 404 error message when selecting starHmmm… I’ll try that, but the plugin maker should still look at this.
Forum: Plugins
In reply to: [WP Customer Reviews] 404 error message when selecting starI’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.
Forum: Plugins
In reply to: [WP Customer Reviews] Reviews appearing twiceI’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.