Hello Kathy,
The logo shows up in the map bubble also, which I did not choose.
This is not a bug, in v2 we have new feature is display listing images. We have new option “Show Logo” in post images widget/shortcode(see attachment), so if there is an field added with name “logo” and
show_logo="true"
then it will use image uploaded under logo to show in images.
If you are using post images widget to show images then untick “Show Logo”.
If you are using post images shortcode to show imagesthen do not use show_logo parameter or use show_logo=”false” in shortcode parameter.
In map popup we have default
show_logo="true"
. See https://github.com/AyeCode/geodirectory/blob/master/templates/map-popup.php#L30
If you do not want to show logo as a main image then you can use template system. Just create folder /geodirectory/ in your theme and copy file \wp-content\plugins\geodirectory\templates\map-popup.php under it. So file location will be YOUR_THEME/geodirectory/map-popup.php.
Now edit file YOUR_THEME/geodirectory/map-popup.php and remove show_logo parameter or use
show_logo="false"
.
Let us know.
Thanks,
Kiran