Home › Forums › Jevelin Theme › Featured images unwanted resizing + category and archive layout
Home › Forums › Jevelin Theme › Featured images unwanted resizing + category and archive layout
Hi,
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
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.