the solution is >> plugins >> google-places-reviews >> inc >> widget-frontend.php
Line 34 find:
<div class=”gpr-business-avatar” style=”background-image: <?php echo $place_avatar; ?>;”></div>
replace with:
<div class=”gpr-business-avatar” style=”background-image: url(‘<?php echo $place_avatar; ?>’);”></div>
so long
-
This reply was modified 8 years, 2 months ago by Burner0815.
-
This reply was modified 8 years, 2 months ago by Burner0815.