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 5 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: listing image slider missing
-
AuthorPosts
-
March 6, 2020 at 9:19 am #533953
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/lJM1hsPMYX0aPlease help to enable an image slider showing images of the uploaded listing within the details page.
Best, Alex
March 6, 2020 at 9:22 am #533956Hi 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?
March 6, 2020 at 12:26 pm #534009This reply has been marked as private.March 9, 2020 at 12:22 pm #534390Hi Alex,
Do you want “slider of own listings” or “slider of current listing’s images”?
Kiran
March 9, 2020 at 5:58 pm #534480Hi Kiran,
I want to slide the images of the listing itself if someone is opening the listing entry.
BR, Alex
March 9, 2020 at 6:40 pm #534493P.S.
1. The idea is to let images display via slider
WCI EN listing URL
Screenshot > https://www.screencast.com/t/sfNZDbdTMHr62.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/mpMyGbK0AilBR, Alex
March 11, 2020 at 1:14 pm #534852Hi 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
March 11, 2020 at 3:34 pm #534871Hi 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/mpMyGbK0AilBest regards, Alex
March 11, 2020 at 4:25 pm #534877Hi 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; }March 12, 2020 at 10:20 am #534951Hi 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
March 12, 2020 at 5:52 pm #535003Hi Alex,
That code should be fine. Did it work for you?
March 13, 2020 at 7:42 am #535090Hi 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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket