Site logo

Archived topic

infinite scroll home page

14 replies · Started by francesco on December 16, 2021

Viewing posts 1–15 of 15

I can't understand why, infinite scrolling doesn't appear. I have already tried to select infinite scroll in the customizer.

https://fehu.it/

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.

I keep only images and title? or is there a way to remove the summary?

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 :)

This archived topic is closed to new replies.