GeoDirectory SupportThumbnail in Bubble on map disapears – GeoDirectory Support https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/feed Fri, 06 Jun 2025 22:29:10 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6263 <![CDATA[Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6263 Thu, 26 Jun 2014 14:55:37 +0000 PSI Hi,

I tried to resize the image on the bubble pop up on the map in /geodirectory-functions/post-functions.php from ” /> to max-height:100px

Now the images are gone? It doesnt help when I go back to 50px.

Can you please help me?

Thanks
PSI

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6276 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6276 Thu, 26 Jun 2014 16:18:05 +0000 PSI Got it back after installing the backup. However it would be great to adapt the size of the picture in this bubble popup. Any hints?

Thanks
PSI

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6289 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6289 Thu, 26 Jun 2014 17:34:30 +0000 Paolo You can do that via CSS. If you give me an example of how you would like to resize it, I could be more specific…

Thx

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6292 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6292 Thu, 26 Jun 2014 17:41:51 +0000 PSI Hi Paolo,

Basically here is an example. It would be great if the same size can be shown inside there like on the listing preview page. So then it does not matter which sizes customers are uploading their pictures:

.geodir_category_list_view li .geodir-post-img .geodir_thumbnail {
padding: 0px;
float: left;
width: 100px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
min-width: 92%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 4%;
}

Is this possible? We would need just the picture and the item title

Thanks for your help!

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6516 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6516 Fri, 27 Jun 2014 16:36:39 +0000 Paolo Please add this to your theme stylec.css



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

.geodir-bubble_image {
    width: 100%;
}

Should do it…

Thx

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6790 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6790 Mon, 30 Jun 2014 11:15:26 +0000 PSI Hi Paolo,

Thanks but Images are still 50px height… Any ideas? If we set width of image 100% we are always depending on what customers upload. Thats the reason why I was asking for change like on listings page (see above)

Thanks
PSI

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6823 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-6823 Mon, 30 Jun 2014 16:19:41 +0000 Paolo Hi PSI,
That’s exactly what I gave you.

The image in the bubble is using a css very similar to the css of listing page thumb:



.geodir-bubble_image .geodir_thumbnail {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 98%;
}

The css I gave you hides the description part and extend the container of the image (not the image) across the bubble.

Thx

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-7366 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-7366 Thu, 03 Jul 2014 14:33:18 +0000 PSI Hi Paolo,

Thanks for your advice I have placed all of your snippets into my style.css and phone and address are not displayed anymore – thats good – but pic is still only 50px ….

Strange… :/

any idea?

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-7378 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-7378 Thu, 03 Jul 2014 17:34:53 +0000 Paolo link pls?

]]>
https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-7426 <![CDATA[Reply To: Thumbnail in Bubble on map disapears]]> https://wpgeodirectory.com/support/topic/thumbnail-in-bubble-on-map-disapears/#post-7426 Fri, 04 Jul 2014 08:44:19 +0000 PSI