- This topic has 6 replies, 2 voices, and was last updated 7 years, 2 months ago by
Tom.
-
AuthorPosts
-
November 21, 2015 at 11:02 am #154633
cath
Hi, just purchased the blog add-on. thanks for your nice theme! My question is – with masonry and the grid style, the images seem to all show up different sizes vs. the same box size which I am more used to. Is this what is supposed to happen? I also thought with masonry, that the first post would be full length and then the others would be excerpted automatically? Do you have to set the Read More for the Masonry style also?
Thanks!
November 21, 2015 at 12:03 pm #154644cath
p.s. Also, I am getting duplicate images on the home page except when I set it to excerpt. But, to use masonry, if I have to manually excerpt them – I have over 1000 posts – that will be difficult. Thanks.
November 21, 2015 at 12:59 pm #154649Tom
Lead DeveloperLead DeveloperHi there,
So you’re wanting the latest post on masonry to show the full post content, and the rest to have excerpts? If so, I should have a function for you.
For the image sizes, you can set them in “Customize > Blog > Post Images” – that will allow you to set them to one size instead of having them vary.
The duplicate images is because you have a featured image set and the same image within the content. When the full post is set to show, the images will show also. You can use some CSS to hide the image in the full post like this:
.blog .entry-content img, .archive .entry-content img { display: none; }
Let me know ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 22, 2015 at 12:40 pm #154819cath
I am a little unclear tho what here will make the first post read full length. Which thing is changed that will let this occur ? Thank you!
November 22, 2015 at 11:22 pm #154878Tom
Lead DeveloperLead DeveloperYou can use this function to show the latest post as full: https://gist.github.com/generatepress/5009727fe1b9fdba37b4
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 30, 2015 at 7:29 am #156780cath
thanks so much for your great support and help.
November 30, 2015 at 10:40 am #156834Tom
Lead DeveloperLead DeveloperYou’re welcome ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.