Archived topic
infinite scroll home page
14 replies · Started by francesco on December 16, 2021
I can't understand why, infinite scrolling doesn't appear. I have already tried to select infinite scroll in the customizer.
Hi there,
that is a Theme option that applies to the Blog and Archive pages.
It won't work with a core Query Block on a static page.
hi david, is there any way for that in a static page?
what do you advise me to do to have a home page with all the articles in columns of 3? what I wanted to do was put another charge at the end of the pages.
If you set the Home Page to Display Latest Posts in Settings > Reading.
Then make sure you have the Blog module enabled in Appearance > GeneratePress.
Go to Customizer > Layout > Blog and enable Columns and set them to 3
https://docs.generatepress.com/article/using-columns-in-the-blog/
I keep only images and title? or is there a way to remove the summary?
In Customizer > Layout > Blog you can set the Excerpt Word Count to 0
https://docs.generatepress.com/article/blog-content-layout/
Or you can design your own content template:
https://docs.generatepress.com/article/block-element-content-template/
I had already done so, but nothing changes. even if I put as a value 0.
Hi francesco,
Can you clear cache and disable cache plugin to test?
Let me know :)
I think I understand what the problem is. i used the fakerpress plugin to create articles. and from what I see only the articles created with this plugin give me problems.
Yeah - FakerPress will insert a Manual excerpt in those posts it creates. If you edit that post, and remove the Excerpt then you will see the customizer changes.
is it possible to change the columns of the home page? example rounded corners etc.
Yes, give this CSS a try:
.generate-columns-container > .post > .inside-article {
border-radius: 20px;
}
.generate-columns-container > .post > .inside-article > .post-image img {
border-radius: 20px 20px 0 0;
}
For more questions that not related to the original topic, please open a new topic, thanks!
thnx all.
No problem :)