GeoDirectory SupportNo image places 590 px height – GeoDirectory Support https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/feed Mon, 16 Mar 2026 09:11:41 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32458 <![CDATA[No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32458 Sun, 01 Mar 2015 15:32:06 +0000 P O I added some places to my directory and I noticed a problem with images.

All the listings with no image (using a default one) show the images box at the top of the place huge, 590px height.

If there is just one image added its 490 px height. Still showing a lot of white space.

If there are more than one image its 433 px height. That includes the little thumbnails, so it looks ok.

Why is this like that ?

The height should adjust to whatever it is in there. Default no image, one image or more images.

How can I fix it so i don’t have huge white spaces when there is no image or one image ?

Thanks.

]]>
https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32482 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32482 Sun, 01 Mar 2015 21:52:22 +0000 Guust There should be nothing there at all, see for an example with no images:
http://www.2cv.com.au/listings/australia/queensland/red-hill/service/ds-motors/

Here is an example with one image:
http://www.2cv.com.au/listings/germany/saarland/saarbrucken/clubs/happy-ents-saarbruecken/

]]>
https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32496 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32496 Mon, 02 Mar 2015 08:42:36 +0000 P O 1- No image (using a default one for all the places with no image) 590 px.
2- Using one image 490 px.
3- Having more than one image 433 px.

So your example does not apply here.

All those 3 display different heights.

]]>
https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32501 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32501 Mon, 02 Mar 2015 09:42:03 +0000 Guust A default image should not display on the detail page, only on the listings page:
http://www.2cv.com.au/listings/australia/queensland/red-hill/service/ds-motors/3
http://www.2cv.com.au/listings/service/

URLs would be handy so we know what we are discussing.

]]>
https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32504 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32504 Mon, 02 Mar 2015 09:49:31 +0000 P O Your first link its a 404 error, in the second one I see what you mean.

In mine the default image its displaying in the detail page as well.

If this is fixed, there still is a problem with 1 and 2.

So, why is the default image showing in all listings detail page ?

]]>
https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32507 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32507 Mon, 02 Mar 2015 10:09:27 +0000 Guust Tested a bit more.
You can add a default image at
1. GD > design > listings > Upload listing no image
or
2. Place categories > add default image for category.

First option is the same for all listings site-wide and will show on the detail page.
Second option can be different for each category and does not show on detail page.

Option 1: http://wpgeo.directory/attractions/australia/queensland/samford-village/landmark/samford-hotel/
Option 2. http://www.2cv.com.au/listings/australia/queensland/red-hill/service/ds-motors/

]]>
https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32510 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32510 Mon, 02 Mar 2015 10:26:27 +0000 P O Ok, I have 1 and its showing everywhere, so lets return to the main thread problem.

1- No image (using a default one for all the places with no image) 590 px.
2- Using one image 490 px.
3- Having more than one image 433 px.

Thanks.

]]>
https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32522 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32522 Mon, 02 Mar 2015 13:18:28 +0000 P O https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32525 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32525 Mon, 02 Mar 2015 13:31:31 +0000 P O A quick fix for this can be:

.geodir_flexslider .geodir-slides img{width: auto!important;}

It uses width: 100% and that causes a problem with the plugins/geodirectory/geodirectory-assets/images/spacer.gif image.

Does it affects anything else ?

Thank you.

]]>
https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32570 <![CDATA[Reply To: No image places 590 px height]]> https://wpgeodirectory.com/support/topic/no-image-places-590-px-height/#post-32570 Mon, 02 Mar 2015 17:36:07 +0000 Paolo Hi,

the problem seems to be some other custom css that was added previously?



.geodir_flexslider .geodir-slides img {
    margin-top: -5px !important;
    width: 100%;
}

shouldn’t be there.

Just removed it and remove the other css you added now and everything should work as in our demo.

Thanks

]]>