Daniel K.
Forum Replies Created
-
Hi,
Sure, near each review, in the widget builder, you should see [HIDE REVIEW] link, please use that to hide low-rating reviews.
Thanks!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Change color of Google writer’s nameHi,
If you mean a color of review authors, it’s easy via the following additional CSS code:
div.wp-gr.wpac a.wp-google-name { color: #fff !important; }
Thanks!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Google Places API KeyHi,
If this another plugin uses Places API, of course you can reuse your key.
Thanks!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Google Places API KeyHi,
Sorry, I don’t about which plugin Review Slider you’re asking.
However, if you send your API key to our support email, we will check if it will be suitalbe for this plugin.
Thanks!
Hi,
Please clarify, is it question for the free plugin?
Thanks!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Widget showing without sliderHi,
It seems you skipped some major updated and you need to update your db manually, please do the following steps:
1. Go to the page in wp-admin: Google Reviews / Settings / Advance
2. Scroll down the page to the end
3. Find the last section: Execute db update manually
4. Type 1.8.6 in the version field and click Submit
5. After page refreshed, type 2.0.1 in the same version field and click Submit again
After that, the reviews will be updated in 24 hours.
Let me know how it goes.
Thanks!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Latest google reviews not showingHi,
Google reviews are not updating because billing is not enabled for your API key in Google Console.
Recently, Google has disabled the use of Places API for free and introduced mandatory Billing. Unfortunately, since the plugin uses this Places API to show reviews, you need to enable Billing on your Google account. It’s a limitation of Google, not specifically the plugin.
You can enable a Billing here https://console.cloud.google.com/project/_/billing/enable and learn more about it here https://developers.google.com/maps/gmp-get-started.
Don’t worry, Google is currently giving $200 free credit a month and it should be enough to use the plugin for connecting several Google places without additional fees except this free $200 credits.
If you have any questions please let us know.
Thanks!
Hi,
Please reopen if it’s still relevant.
Thanks!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Request for Compatibility UpdateHi,
It’s fixed in the latest version 3.6. Thanks!
Forum: Plugins
In reply to: [Reviews Widgets for Google, Yelp & TripAdvisor] How Do I Update Information?Hi,
Please see below screenshot. It’s example. You need to edit your reviews widget and click by connected FB page, then you will see the needed field:

Thanks!
Forum: Plugins
In reply to: [Reviews Widgets for Google, Yelp & TripAdvisor] How Do I Update Information?Hi,
In the widget builder, please use ‘Reviews count adder’ option. You can find this option in the connected FB page, if you click at that.
Facebook returns incorrect number of reviews for some pages. We reported a bug, which, unfortunately, has not been fixed.
If you have this situation and your FB reviews count is incorrect, just enter the difference between the current and the correct reviews count in this option and the plugin will show the correct count.Thanks!
Forum: Plugins
In reply to: [Reviews Widgets for Google, Yelp & TripAdvisor] Google API Key won’t saveHi,
It’s fixed in the latest version 2.1
Thanks!
Hi
Please let me know which the plugin you’re using – free or business?
Also, please send a screenshot with this error.
And debug information from the Settings page in wp-admin (Advance tab). You need to click the ‘Copy Debug Information‘ button, paste copied to this reply and send it to us.
Thanks!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Request for Compatibility UpdateHi,
Last update..
We have investigated this issue and found that it seems to be a problem with a WP Rocket plugin, but we are not sure.
However, we found the issue about that which is already posted in WP Rocket plugin github tracker here https://github.com/wp-media/wp-rocket/issues/6440
We left the first comment, you can read and know what the problem is.
Also, if you leave your comment(s) I believe it will help to speed up resolving of this issue.
Thanks!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Request for Compatibility UpdateHi,
And this is strange since we added our exception there without overwriting existing. Here is a code:
class Assets { ... add_filter('pre_get_rocket_option_remove_unused_css_safelist', array($this, 'rucss_safelist')); ... function rucss_safelist($safelist) { $safelist[] = $this->get_css_asset('grw-public-main-css'); return $safelist; } .. }- This reply was modified 2 years, 4 months ago by Daniel K..