In my blog page I insert my blog article.
I remove the pagination but it still there.
How can I have an infinity load or similar?
Hey Pandora,
Can you disable caching and minification for now?
https://cl.ly/9ddb034845a1 Do you mean you want to hide this?
Best regards,
Victoria
Hi Victoria, yes I want to hide this and I need the infinity load.
I deactivated the cache plugin but nothing changed.
Hi,
Add this to quick css:
.pagination-wrap.pagination-slider{
display:none!important;
}
Best regards,
Jordan Shannon
Hi,
it doesn’t work. In safari I see the pagination, in Firefox i don’t see the pagination but i can see only 10 article.
I need to have only one page with alla articles.
Thanks.
Sonia
Hi,
It should hide on all browsers, it may be a caching issue so please refresh a few times over. As for all the articles showing, do you have a method of doing this. If you want them to continually load, you would likely need a custom script or plugin to accomplish this.
Best regards,
Jordan Shannon