Forums Forums Search & Filter Pro Divi Module Infinity scroll

Viewing 8 posts - 11 through 18 (of 18 total)
  • Anonymous
    #263995
    This reply has been marked as private.
    Trevor
    #264001

    Load More is not possible. For now (until we make further development on the Divi Extension) you may be limited to normal pagination, sorry.

    Anonymous
    #264006
    This reply has been marked as private.
    Trevor
    #264009
    This reply has been marked as private.
    Anonymous
    #264012
    This reply has been marked as private.
    Anonymous
    #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_container

    This 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’

    Anonymous
    #264022

    Please ignore my last message regarding data-search-filter-action=’infinite-scroll-end’ i fix that issue by add

    Post / Result Selector: article
    Infinite Scroll Container: .et_pb_ajax_pagination_container

    that change has made it all work now.

    Trevor
    #264033

    Does this solution work for you then, and can I close this thread?

Viewing 8 posts - 11 through 18 (of 18 total)