Images in list and map
-
Hey there again!
Two questions:
1. When using this code:add_filter( 'wpsl_thumb_size', 'custom_thumb_size' ); function custom_thumb_size() { $size = array( 500, 333 ); return $size; }
for some reason I get an inline CSS which says:
#wpsl-stores .wpsl-store-thumb { height: 500px !important; width: 333px !important; }
How can I stop the plugin from doing that?
2. How can I add an image to the marker bubble in the map? Like you can see here:
https://findme.qodeinteractive.com/map-home/
https://radiustheme.com/demo/wordpress/themes/listygo/listing-map/Thanks
Joe
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Images in list and map’ is closed to new replies.