Digital experiences for all disciplines
New Landing › How can we help? › Atelier › How to change a mini-blog overlay thumbnail
New Landing › How can we help? › Atelier › How to change a mini-blog overlay thumbnail
- This topic has 11 replies, 2 voices, and was last updated 9 years by Kyle – SUPPORT.
-
Posted in: Atelier
-
January 7, 2016 at 2:42 am #238721
Hi Guys,
Long time no see!
I have just activated the blog feature on my site.
I set it up so you can only see the blog option on the menu bar if a user is registered and logged on.
you can see the blog page hereMy question is, how do I easily change the default image that appears in the Swift Builder Blog element page (see above), without having to write custom CSS. I tried uploading a featured image, but this does not do the trick.
Please advise.
Thank you.
ps I dont have latest WP and Atelier version because I dont want the hassle of fixing things if versions are incompatible!
January 7, 2016 at 3:17 am #238723fixed. please ignore.
January 7, 2016 at 4:52 am #238750actually my “solution” looks like crap. the problem is the dimensions of the featured image in a post are way too large. so when you look at the atelier blog element, it is gigantic. the other problem is that the featured image repeated on top of each post when you click on “more” to read an entire post that has been exerpted. i just want a small thumbnail of the page that lists the posts, and not have the featured image (the thumbnial) reappear. how can i do this?
January 7, 2016 at 9:17 am #238754Hi
So you want to remove the big image on the post page?
Go to the Post Meta Options, click on the detail media tab and set it to ‘none’
– Kyle
January 7, 2016 at 4:01 pm #238888Hi Kyle
thanks that worked great for eliminating the Feature image on a post.
Now I want to control the size of a Feature image as it is displayed by a swift blog page element.
I have tried widely different sized pics, but once you get under 300px in height, any image tends to be blown up and blurry.
I want the feature image to be around 200-250px high, but I don’t want to impact the size of any other image that appear anywhere else.
I have looked at the relevant Atelier CSS, and it is not immediately obvious what is controlling the size of that particular feature image.
Again, I want to change the size of the Feature image as it appears on the “blog master” page, without affecting other feature images, say in the catalog etc.How do I do this? I looked at the meta options etc in the Swift page builder, but could not find anything useful.
Attachments:
You must be logged in to view attached files.January 7, 2016 at 4:04 pm #238893Add this to your custom css:
.masonry-items .blog-item figure.thumb-media-image img { width: 200px; }
– Kyle
January 7, 2016 at 4:20 pm #238900perfect. Thanks!!!!!
January 7, 2016 at 4:23 pm #238902No problem ๐
January 7, 2016 at 4:58 pm #238918i set the thumbnail for the blog for the feature post images to be 300px x 300px
this works perfectly with the swiftbuilder blog element-generated page.when i click on the post itself, from that page, then click on “more” (by the author)
i am taken to an archive page where the feature image width seems to have been narrowed to around 200px or so,
while leaving the height at 300px. The effect of this horizontal narrowing is that the proportions of the feature image are now off.
you can see this here.so what is the css to ensure that this archive page displays the image proportionally?
either 300 x 300 or, say, reduced by an equal percentage in both dimensions?January 7, 2016 at 7:15 pm #238939Don’t set the height in the css, you should leave that to auto or you will squash/stretch your images as they are not all square
– Kyle
January 7, 2016 at 8:21 pm #238944Perfect. Now it looks right. I was going to also ask you how to change the background color in Archive Blog Post page, but I realize now that that would be pushing it. ๐
Thanks again, Kyle!
January 7, 2016 at 8:23 pm #238946No problem
You can open a new topic for that
– Kyle
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.