Featured images unwanted resizing + category and archive layout

Home Forums Jevelin Theme Featured images unwanted resizing + category and archive layout

Home Forums Jevelin Theme Featured images unwanted resizing + category and archive layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Elise_jansson
    Participant

    Hi,

     

    1. Blog posts featured images:
      When I add featured images to my blog posts (called news on my website) they completely resize compared to if I only use the gallery photos. They become much larger and squared, but I want them to be landscape and not to be cropped. However, the News post called “Top of the Class” seems to have avoided this problem, and looks the way I want all of the m to look like.
      The small thumbnail slider that appears in the News Feed also adds an extra white bit to images that are not as large as the featured image.
      Furthermore, when I add featured images, they don’t  appear in the related items (on single page).
      I only really need the featured images since I want the thumbnails in the footer, but they seem to create a lot of problems in the news feed.
      So is there a way of resizing them to look like the “top of the class” item or a way to remove them completely from the news feed (and only have the gallery items) but keep them in the footer widget?
    2. Category and Archive layout:
      When I click on specific Categories or Archive dates, the layout is completely different compared to the standard projects and news feeds. How can I get them to be consistent?

     

    I hope this all made sense,

     

    Thanks in advance,

     

    Elise

    Hi @Elise_jansson,

     

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

     

    So is there a way of resizing them to look like the “top of the class” item or a way to remove them completely from the news feed (and only have the gallery items) but keep them in the footer widget?

    Are you referring the following blog page as news feed?

     

    http://millarcallaghan.co.uk/news/

     

    You can either change the blog page style as shown in the attached screenshot or  remove featured image from 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

     

    .page-template-page-blog .post-left-side {
        display: none;
    }
    
    .page-template-page-blog #page-container .post-right-side {
        width: 100%;
        padding-left: 15px;
    }

     

    When I click on specific Categories or Archive dates, the layout is completely different compared to the standard projects and news feeds. How can I get them to be consistent?

    The category and archive pages display according to default layout and there isn’t any option to change it without custom coding.

     

     

    Best regards,
    Shufflehound team

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

    Elise_jansson
    Participant

    Hi,

     

    Yes, that’s the page I’m referring to.
    I have already changed the blog style to the medium images which is what I want.

    Also, adding that css code removes the images completely and not only the featured image. Perhaps there isn’t a way to modify the dimensions of the featured images?

    I think it might be a good idea for the next theme update to include featured images in the related items 🙂

     

    Thanks for your help!

    Also, adding that css code removes the images completely and not only the featured image. Perhaps there isn’t a way to modify the dimensions of the featured images?

    Not sure exactly what you are trying to achieve here so could you please share me the screenshots of pages from where you want to remove featured images?

     

    You have to develop custom code to change theme dimensions.

     

    I think it might be a good idea for the next theme update to include featured images in the related items

    Yes the theme displays featured images for the standard post which you can see on the following page. For gallery posts it displays gallery in the related posts section.

     

    https://jevelin.shufflehound.com/searching-for-the-way-out/

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