Images size
This topic contains 13 replies, has 4 voices, and was last updated by Paolo 8 years, 5 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
October 24, 2016 at 3:10 am #290444
Hi, I would like to get more detail on how pictures are handled by GeoDirectory using the Supreme Directory theme.
1) As you can see in the attached screenshot the images in thumbnail (by the mouse pointer) appear as cropped and doesn’t resize to fit the different devices like iPhone but the same image featured on top looks ok. Is there a way to make them responsive?
2) Should I leave the default wordpress media size (thumbnail, médium and large) or change them all to zero?
3) May I install upload image plugins like “RESIZE IMAGE AFTER UPLOAD” or it would cause issues?
4) I tried to change settings on the main header shadow but cannot change the transparency/color so that my logo has better contrast with the shadow background.
I have been looking for information about it within the support forum and documentation with little success so if you could elaborate on images handling at different levels (listing post, featured, categories, etc.) it would be very helpful to understand how to optimize them.
Thanks
October 24, 2016 at 10:02 am #290534GD uses only 1 size of image, and does not create any thumbnails to save server space.
Any images is resized proportionally to fit in the available room, so if you add a long banner of 1000 x 300, and the space is 300 x 150, then the banner will be resized to 50% or 500 x 150, and centered in the available space, so 100 pixels will be hidden either side.
Same happens for portrait images.Plugins like “RESIZE IMAGE AFTER UPLOAD” will not work because GD does not use the media library.
To change the opacity, try this CSS – change to suit:
.featured-area::before { opacity: 0.1;}
October 26, 2016 at 2:33 am #291901Thank you, opacity css worked like a charm.
Is there a reccomended image size or shape that can be suggested to users while uploading one?, also is there an image file size limit suggestion to set?
October 26, 2016 at 3:26 am #291914Have a look here: https://wpgeodirectory.com/docs/supreme-directory-overview
Scroll down to “Listing Detail Page”.You can set an upload size limit at GD > General > General tab see https://wpgeodirectory.com/docs/core-general/#general
November 10, 2016 at 8:55 am #301245I would like to show images in listing slider widget by payment price package. It is Possible?
November 10, 2016 at 10:16 am #301276You can hide the image slider with CSS on detail pages based on the package if you like.
This will help: https://wpgeodirectory.com/docs/common-code-snippets/#packageNovember 16, 2016 at 6:28 am #304624Not in detail pages. I only wnat to hide in listing slider widget.
“.geodir-price-package-id-1 .gd-listing-slider {display: none}”
I add this code in scrip custom css, but it is not working.
How to modify and how can I do other mothod? Please!November 16, 2016 at 4:31 pm #304863Please provide a link showing what you want to hide and we will provide the css.
Thanks
November 19, 2016 at 7:50 am #306665In my website 2 type of ads plan.
Premium & Featured.
All are featured but different is image show in listing slider. I am used payment manager. So I want to filter show featured image in listing slider widget by price payment package.November 19, 2016 at 8:16 am #306671Please provide a link showing what you want to hide and we will provide the css.
November 19, 2016 at 10:15 am #306694This reply has been marked as private.November 19, 2016 at 5:56 pm #306791Hi,
that is not possible I’m sorry. There is no way to filter by price package on that widget.
Thanks
November 21, 2016 at 2:43 am #307434Can I modify in listing slider widget php files?
November 21, 2016 at 9:28 pm #307879HI,
with custom code anything can be done, but that is considered customization and we will not provide support for it.
Thanks
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket