• Resolved euchia

    (@euchia)


    Hi,
    I’m trying to setting up your module with our site, builded up with Divi.

    In particular I’m trying to match Divi Blog module with your Infinite Scrolling plugin.

    I’ve 2 situation, both of them with problem:

    1) I can choose “grid layout” (https://demo.euchia.it/reference/blog), that is made of three columns with a certain number of elements inside them (4 element for column), but when I try to set up the plugin, new articles are all loaded in the last column.
    Selector used are
    Navigation: .pagination
    Next Selector: .pagination a:first-of-type
    Item Selector: .et_pb_post
    Content Selector: .et_pb_salvattore_content
    I read another topic in which you tell to use the column (.column) as selector: I tried but with this setting it doesn’t works, I suspect that this is because columns are added through JS, if you see page source you cannot find them.

    2) I can choose “fullwidth layout” (https://demo.euchia.it/reference/news), that is made (I’m speaking about html, not visual result) of just one column with all the elements inside it. Using css I trasformed this layout in a 3-columns-layout (I made each element width 33% ann floated them left). In this way I get the plugin works (it mainteins 3-colums-layout) but it cause a REAL INFINITE scrolling: in fact it loads already loaded articles in an infinite loop, without reaching the end.
    Selector used are
    Navigation: .pagination
    Next Selector: .pagination a:first-of-type
    Item Selector: .et_pb_post
    Content Selector: .et_pb_ajax_pagination_container

    Unfortunately I cannot let’s you see both situation “working” at the same time, but I hope that the links are usefull for you

    Another “bug”: if I use a 2 class selector, for ex. .et_pb_posts .pagination, it doesn’t works at all

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with Divi Blog: “too much infinite” scrolling or layout problem’ is closed to new replies.