GDv1 – How to enable image slider of uploaded listing images at details page?

This topic contains 11 replies, has 3 voices, and was last updated by  wci 4 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #533953

    wci
    Expired Member
    Post count: 1035

    Hi support team,

    I am using GDv1 and need to know:
    How to enable image slider of its own uploaded listing images at the listing details page?

    As I can remember a while ago an image slider was automatically running the images of uploaded listing in the GD details page. Now its gone.

    I’ve tried the widget “GD > Listing Slider” and put this within “GD detail Top Section” in the widget area, but this will only enable different listings images within the slider instead of own listing images.

    Screenshots
    – widget area > https://www.screencast.com/t/ORFBUk6dRilZ
    – front page > https://www.screencast.com/t/lJM1hsPMYX0a

    Please help to enable an image slider showing images of the uploaded listing within the details page.

    Best, Alex

    #533956

    Kor
    Moderator
    Post count: 16516

    Hi Alex,

    Thanks for your post. Based on the screenshot, it looks like the settings are correct. Could you share your Website WP admin access here in private reply so that we could check the configurations?

    #534009

    wci
    Expired Member
    Post count: 1035
    This reply has been marked as private.
    #534390

    Kiran
    Moderator
    Post count: 7069

    Hi Alex,

    Do you want “slider of own listings” or “slider of current listing’s images”?

    Kiran

    #534480

    wci
    Expired Member
    Post count: 1035

    Hi Kiran,

    I want to slide the images of the listing itself if someone is opening the listing entry.

    BR, Alex

    #534493

    wci
    Expired Member
    Post count: 1035

    P.S.
    1. The idea is to let images display via slider
    WCI EN listing URL
    Screenshot > https://www.screencast.com/t/sfNZDbdTMHr6

    2.nd I need also to resize the featured image to make is smaller. How am I able to do that?
    Sceenshot > https://www.screencast.com/t/mpMyGbK0Ail

    BR, Alex

    #534852

    Kiran
    Moderator
    Post count: 7069

    Hi Alex,

    That listing images slider is disabled for Supreme Directory. You can display back by commenting/removing following line(around page no. 251)

    remove_action('geodir_details_main_content', 'geodir_action_details_slider', 30);

    in file WORDPRESS-ROOT/wp-content/themes/supreme-directory/inc/geodirectory-compatibility.php

    Kiran

    #534871

    wci
    Expired Member
    Post count: 1035

    Hi Kiran,
    great the own listing image slider works now !!!

    The only thing which is missing is:
    I need also to resize the featured images of all listings to make these smaller. How am I able to do that?
    Sceenshot > https://www.screencast.com/t/mpMyGbK0Ail

    Best regards, Alex

    #534877

    Kor
    Moderator
    Post count: 16516

    Hi wci,

    Thanks for your reply. You can try using custom CSS code to adjust it. Is this what you’re looking for?

    .featured-img {
        height: 100%!important;
        background-size: contain!important;
    }
    
    .featured-img {
        background-color: transparent;
    }
    
    .featured-area:before {
        opacity: 0!important;
    }
    #534951

    wci
    Expired Member
    Post count: 1035

    Hi Kor, again thank for your info.
    If I decide not to display any featured image for GD listings but want the featured images to display in all other posts or pages.

    I’ve used this code – Would you agree?

    
    /*listings featured image*/
    .sd.single.geodir-page .featured-area, .sd.sd-preview .featured-area {
        display: none;
    }
    
    .sd.single.geodir-page .featured-area, .sd.sd-preview .featured-area .featured-img {
    	  display: none;
    }
    
    /* sd-detail-details */
    .sd .sd-detail-details {
    		background: white;
        opacity: 0.9;
    }
    

    BR, Alex

    #535003

    Kor
    Moderator
    Post count: 16516

    Hi Alex,

    That code should be fine. Did it work for you?

    #535090

    wci
    Expired Member
    Post count: 1035

    Hi Kor,

    Yes, it has worked and I just wanted to get an ok from you to ensure that I’ve done right, as I am not familiar with CSS coding.

    Thanks for your help!

    BR, Alex

Viewing 12 posts - 1 through 12 (of 12 total)

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

Open Support Ticket