Your comments

If you are on the Pro version then you can show the icon with a setting on the Review Template page.

Thanks for catching that. I'll get it fixed.

You can check what the Google API is returning to the plugin with the following link. Replace the YOUR_PLACE_ID with your business Place_ID and the YOUR_API_KEY with your Google API.

https://maps.googleapis.com/maps/api/place/details/json?placeid=YOUR_PLACE_ID&key=YOUR_API_KEY

It should tell you if there are any errors with your API Key.

Yes, that is a Paid version feature. 

Thanks,

Josh

Check your api key with this URL. Replace the Place_ID with your business Place_ID and the YOUR_API_KEY with your api key.

https://maps.googleapis.com/maps/api/place/details/json?placeid=YOUR_PLACE_ID&key=YOUR_API_KEY

You can right-click > inspect on the Testimonial section you want to hide on desktop to find the ID for the div. It will look something like this...


Then you can use the ID in some custom CSS to hide the section when viewing on desktop like so...

@media screen and (max-width: 600px) {
div#shopify-section-template--14136685527091__1629468281bd788cc9 {
display: none;
}
}

I haven't made any changes to the app in about 6 months. The free version has always been limited to a certain number of manually added reviews. thanks.

Do you mind making me a staff account with access to Apps and Theme?

landjllc@gmail.com