Featured Listing question

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 5 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #439075

    joel phillips
    Expired Member
    Post count: 82

    I am confused regarding why listing images show up differently even though the listing settings are the same.

    If you look at my page https://whotakescoin.com and scroll down to the Featured Listings section, you will see images that are treated differently even though all listing settings appear to be the same. The first two images have the title below them (invading the space of the thumbnails) while the third is displayed correctly.

    All listings are in the same CPT. The only difference I can find is the quality / size of the primary image. I tried the css that Kor sent over but all it did was create a 200px padding at the top of the images.

    .geodir-slider-title {
    display:none!important;
    }

    .geodir-listing-slider-widget img {
    min-height: 200px!important;
    object-fit: cover!important;
    }

    I need all the images to show up the same as the third image. If it is an image size / quality issue, then what is the minimal image size to display correctly

    At a loss so thanks for the help.

    #439083

    Kor
    Moderator
    Post count: 16516

    Hi joel,

    Thanks for your post. Kindly insert the custom CSS code below into your Website and see if it helps. Insert into GD > Design > Scripts > Custom Style CSS.

    
    
    .geodir-slider-title {
        display:none!important;
    }
    
    .geodir_flexslider .geodir-slides img {
        max-width: 200px!important;
        object-fit: cover!important;
        height: 200px!important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket