Avoid images stretching on post page

Home Forums Jevelin Theme Avoid images stretching on post page

Home Forums Jevelin Theme Avoid images stretching on post page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • azi
    Participant

    I used jevelin theme for a blog on our website on overview page we wish to have to different height for thumb images, but we have issue of stretching on main photo on post page .

    Can we have set up to kind of photos for blog, thumb and main image ?

    How these images are working?

    Attachments:
    You must be logged in to view attached files.

    Hi @azi,

     

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

     

    These images are resized automatically for different pages. Just make sure to use larger images.

     

    Also please try regenerating thumbnails using the below plugin.

     

    https://wordpress.org/plugins/force-regenerate-thumbnails/

     

    Best regards,
    Shufflehound team

    azi
    Participant

    Thank you for replay!

     

    another question, How can I get ride of main gallery image on sing post while I want to keep it on related posts?

    I used the below code, but galleries are missed on related post
    <div>
    <div>.sh-gallery.slick-initialized{</div>
    <div>    display: none;</div>
    <div>}</div>
    </div>

    Attachments:
    You must be logged in to view attached files.

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

    azi
    Participant

    Thanks for replay.

     

    Here my URL https://staging.gotoskincare.com/blog/?p=85

    There is an option to remove the main image but not for galley!!

    azi
    Participant

    Another question, I need to make the gallery link to single when hovering on like other images post.

    can you please help me to how to fix that as well?

     

    Many thanks

    another question, How can I get ride of main gallery image on sing post while I want to keep it on related posts?

    I used the below code, but galleries are missed on related post

    Here my URL https://staging.gotoskincare.com/blog/?p=85

    There is an option to remove the main image but not for galley!!

    Please try using below custom CSS code to achieve this.

     

    .single-post article .sh-gallery.slick-initialized{
        display: none;
    }

    Another question, I need to make the gallery link to single when hovering on like other images post.

    can you please help me to how to fix that as well?

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

    azi
    Participant

    thank you for  replay.

    When I apply this code it is removed the galley in related post as well.

     

    Do you have any solution for resolve it?

     

    Many thanks

    No it doesn’t remove images from related gallery as shown in the attached screenshot.

     

    Please use the CSS code on your site and tell me exactly from where the related gallery images get removed.

    Attachments:
    You must be logged in to view attached files.
Viewing 9 posts - 1 through 9 (of 9 total)