GeoDirectory SupportMap Pop-Up Still showing Address when address set to hide – GeoDirectory Support https://wpgeodirectory.com/support/topic/map-pop-up-still-showing-address-when-address-set-to-hide/feed Sun, 01 Mar 2026 14:45:28 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/map-pop-up-still-showing-address-when-address-set-to-hide/#post-48559 <![CDATA[Map Pop-Up Still showing Address when address set to hide]]> https://wpgeodirectory.com/support/topic/map-pop-up-still-showing-address-when-address-set-to-hide/#post-48559 Fri, 07 Aug 2015 18:03:30 +0000 Living World So, in the back end, I set the address to hide on the details page, which it does, but on the map when you click on the little map marker icon, the info window still displays and I need this fixed ASAP! lol. My clients site went live today, and we just found this bug. Please help ASAP!

]]>
https://wpgeodirectory.com/support/topic/map-pop-up-still-showing-address-when-address-set-to-hide/#post-48590 <![CDATA[Reply To: Map Pop-Up Still showing Address when address set to hide]]> https://wpgeodirectory.com/support/topic/map-pop-up-still-showing-address-when-address-set-to-hide/#post-48590 Fri, 07 Aug 2015 20:56:37 +0000 Paolo HI,

this isn’t a bug, the option says show in sidebar or not, not in the maps. In maps it shows the address by default.

However you can hide it with css.

Add this to GeoDirectory >> design >> scripts >> custom css



.geodir-bubble-meta-side .geodir_address {
    display: none;
}

Thanks

]]>