• Hey everyone,

    I have been trying to set the correct selectors for the theme Magnifique by CSSIgniter:
    https://www.cssigniter.com/preview/magnifique/

    The selectors below are getting close to accomplishing the infinite scroll.
    The problem is that once someone scrolls to the bottom, it loads the next set
    of posts and the latest posts already being displayed. It loads the posts
    over and over, in an infinite loop. This results in the page becoming infinitely
    long/growing. The only way to stop the constant loading of new posts is
    to refresh the page.

    ———————-
    My current selectors:

    Content Selector:
    .row

    Navigation Selector:
    .paging .row

    Next Selector:
    .paging .prev a

    Item Selector:
    .entry
    ———————-

    You can inspect the link above to find the appropriate selectors,
    as my site is currently not published. An advanced thank you to
    anyone who can/wants to help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there, I’m one of the developers of the theme. I just found out this thread because I was randomly googling our themes ??

    Have you resolved your issue or do you need further help after all this time ? ??

    If you didn’t resolve it, I think you need to go into the Infinite Scroll settings and change the “Behavior” setting to “Manual Trigger” instead of “Default.” Default is set to automatically load new posts when the user reaches the bottom of the page. It shouldn’t have to do with the selectors.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Selectors for Magnifique Theme’ is closed to new replies.