Your comments

Hey Gerd,

It would be best to start over. Just go to the Review List and delete all reviews. Then delete the Review Funnel. Then just use the Google Crawl to download the reviews. In the Badge you should be able to use source site.

Thanks,
Josh

Hey Gerd,

One review = to one credit. However it also costs 10 credits to run a scrape job. So if you download 15 reviews it will cost 15 credits + 10 for the scrape for a total of 25 credits. 

To fix the total mismatch I would go to the review list and delete all the reviews and then re-download.

Which Google download method are you using and what are the search terms or place id?

 I agree the icons should be svg. I just haven't had time to convert them or find new ones.

I've added a filter in the next update. If you want to go ahead and add it to your version here are the steps.

Edit this file...

WP-Review-Slider-Pro\wp-review-slider-pro\public\partials\template_class.php 

around line 761 before the return add this line...

$logo = apply_filters( 'wprevpro_modify_sourcelogo', $logo, $review, $currentform );

Image 1970

Then in your theme functions.php file you can use it like so...

add_filter( 'wprevpro_modify_sourcelogo' , 'modify_sourcelogo', 10, 4 ); function modify_sourcelogo($logo, $review, $currentform) { if($review->type=="Google" ){ $newlogo = 'Google Logo SVG'; } return $newlogo; }

Image 1971

The number either comes from the Review List downloaded count or the Source Page count. The values should get updated whenever you download new reviews. Which badge style are you using? If you click the Badge Data button at the top you can see the values that it is using.

Image 1911

Then on the Badge setting, you can choose the source here...

Image 1912

Can you post the review URL?

Try to create a new review template and take all the defaults. See if that one will work. Sometimes it will work on the front end but not when editing.

Just select both sources or unselect the one. It looks like the reviews were downloaded once, then later on a different download was done. If you go to the Review List page and use the All Source Pages filter you can see what that filter does.

Image 1902

"Select Reviews to Show" will overwrite all the other filter settings.

Make sure you have the correct Source selected or unselect to show all sources.

Image 1900