Portfolio Single Posts Gallery Slider Images

Home Forums Jevelin Theme Portfolio Single Posts Gallery Slider Images

Home Forums Jevelin Theme Portfolio Single Posts Gallery Slider Images

Viewing 20 posts - 1 through 20 (of 27 total)
  • Author
    RESOLVED Posts
  • SLS
    Participant

    Hello,

     

    As mentioned in my original thread, I’m not sure how to size the images. Portrait orientated images are cut off on the top and bottom as are the landscape orientated ones. And I’d like to shrink the images altogether by a little bit if that’s possible.

     

    Thanks.

    Hi @SLS,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you?

     

    Best regards,
    Shufflehound team

    SLS
    Participant

    Sure, it is http://skylightstudiosinc.com/project/ma-korean-war-veterans-memorial/.

    The page is not accessible for me and displaying Under Construction message.

     

    Could you please temporary disable it or would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?

    SLS
    Participant

    Sent. Thanks.

    Where have you sent it as i didn’t get it?

     

    Could you please share it again as described above and also send it on [email protected] ?

    SLS
    Participant

    I sent it in the way you said, but I’ll send it again and also send an email.

    Thank you for sharing the site credentials. I got it.

     

    You can try resolving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-gallery .sh-ratio-content {
        background-position: initial;
    }

    SLS
    Participant

    Thanks, but for each image the entire image still isn’t showing. Should I be sizing them a certain way?

    SLS
    Participant

    Any updates for me? Thanks.

    Shufflehound
    Moderator

    Hi there,

     

    Sorry for our late response, some of our support moderators are on vacation.

     

    Please confirm that I understood your issue correctly – in opened portfolio page you want to show original image sizes without cropping them? (it is possible with some code modifications, but then slider height size could change when switching images)

     

    Best regards,

    Shufflehound team

    SLS
    Participant

    No problem, thanks for getting back to me.

     

    I don’t need the images to be “original size,” but at least shown in full. I guess I’ll have to go with the slider height changing between images, unless you know what people normally do? Do they normally use all portrait or all landscape? But even so, my images ALWAYS get cropped on at least two sides as things are now. I’m really at a loss at what to do.

     

    Thanks.

    Shufflehound
    Moderator

    We can create a custom code where we can set custom image cropping dimensions, which could atleast partially fix your issue. You just need to let us know in which dimensions you would like to crop all your images.

    SLS
    Participant

    Hi,

     

    I have no idea what size they should be since all screens are different. Is it just some setting I have wrong where the images aren’t showing in full? I assume everyone else using this theme uses the Gallery Slider as is. What should I do?

    Shufflehound
    Moderator

    Looks like other theme users use this feature as it is, because we tried to use most optimal crop size, so when entering the page user doesn’t need to scroll too far to see content bellow and when switching slides it would work good.

     

    You can try to add this CSS snippet (here – <i>Admin Dashboard -> Appearance -> Theme Settings -> Custom Code -> CSS Code</i> ) and increase/decrease percentage number and see if that helps.

    .sh-portfolio-single-slider .sh-gallery .sh-ratio-container {
            padding-bottom: 75%!important;
    }

    SLS
    Participant

    Hi,

     

    So I tried changing the percentage like you said but it only changed the size of the box (gallery slider). Meanwhile the images stayed the same and just got more cropped or less cropped.

     

    To put my issue in other words, the images are always stretching to fit the box. So a vertical/portrait image is being stretched to fill the box while the top and bottom get cropped off. A horizontal/landscape image is being stretched to fill the box while the right and left sides get cropped off.

     

    You should have the log in info to see what’s happening, so could you take another look?

     

    Thanks.

    Shufflehound
    Moderator

    Looks like we finally found a solution for your issue, please take a look in your website, we added some custom CSS.

     

    Let us know if the issue is fixed. 🙂

    SLS
    Participant

    Hi,

     

    It works! I’m so happy!!

     

    If I decide to, can the feature on these same pages that lets you click on an image and open it up into another viewer be disabled? It seems unnecessary because the pictures are already large and the arrows within that viewer are gone now since you put in the latest code (I think).

     

    Thank you for helping me through this!!!

    Shufflehound
    Moderator

    Nice to hear that it is working fine. 🙂

     

    To remove links you can try to use this CSS snippet bellow:

    .sh-portfolio-single-slider .sh-gallery .sh-overlay-style1 {
        display: none!important;
    }

    SLS
    Participant

    That worked – thank you!!

Viewing 20 posts - 1 through 20 (of 27 total)