Images size

This topic contains 13 replies, has 4 voices, and was last updated by  Paolo 7 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #290444

    Eduardo Sanchez
    Expired Member
    Post count: 110

    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

    #290534

    Guust
    Moderator
    Post count: 29970

    GD 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;}

    https://wpgeodirectory.com/docs/supreme-directory-overview/

    #291901

    Eduardo Sanchez
    Expired Member
    Post count: 110

    Thank 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?

    #291914

    Guust
    Moderator
    Post count: 29970

    Have 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

    #301245

    David
    Buyer
    Post count: 6

    I would like to show images in listing slider widget by payment price package. It is Possible?

    #301276

    Guust
    Moderator
    Post count: 29970

    You 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/#package

    #304624

    David
    Buyer
    Post count: 6

    Not 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!

    #304863

    Paolo
    Site Admin
    Post count: 31206

    Please provide a link showing what you want to hide and we will provide the css.

    Thanks

    #306665

    David
    Buyer
    Post count: 6

    In 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.

    #306671

    Guust
    Moderator
    Post count: 29970

    Please provide a link showing what you want to hide and we will provide the css.

    #306694

    David
    Buyer
    Post count: 6
    This reply has been marked as private.
    #306791

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    that is not possible I’m sorry. There is no way to filter by price package on that widget.

    Thanks

    #307434

    David
    Buyer
    Post count: 6

    Can I modify in listing slider widget php files?

    #307879

    Paolo
    Site Admin
    Post count: 31206

    HI,

    with custom code anything can be done, but that is considered customization and we will not provide support for it.

    Thanks

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

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

Open Support Ticket