Forums › Forums › Search & Filter Pro › Divi Module Infinity scroll
Tagged: infinity scroll
- This topic has 17 replies, 2 voices, and was last updated 4 years, 2 months ago by Trevor.
-
Anonymous(Private) October 24, 2020 at 9:47 pm #264015
Thank you for your help today, i have found a workaround for divi blog module grid infinity scroll issue.
i changed the layout from grid to full width and added the following css to get the same grid look..bloggird2 .et_pb_post {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}.bloggird2 .et_pb_ajax_pagination_container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 30px;
}Post / Result Selector: left blank
Infinite Scroll Container: .et_pb_ajax_pagination_containerThis should fix alot people issues that want to use divi module as grid format.
Can you please assist in me on the final issue i have which is when i get to the end of the scroll it gives me the follow message
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.confused where to put data-search-filter-action=’infinite-scroll-end’
-
AuthorPosts