• I put an example but I’m finding the same issue on every page of our e-commerce. In fact, when the last product is loaded, it looks like the plugin is trying to load even more, or at least it doesn’t understand it reached the bottom of the page.

    Apparentely, when you reach the last page the div with the class “lmp_products_loading” instead of being loaded after the <ul> ..products.. </ul> is inside it as

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter minichiara

    (@minichiara)

    Hi again, may I have an answer? I’d really like this plugin and I wouldn’t like to change it, but I don’t see many options if I can’t find a solution ??

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    It happened because you use this custom CSS code

    .lmp_products_loading {
        position: fixed;
        top: 0%;
        background: #fffa;
        left: 0%;
        z-index: 99999999;
        height: 100%;
        padding-top: 37%;
    }

    But block with this class plugin use for loading and also for end of products text.

    Regards,
    Oleg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Load More tries to load more even when the page is ended’ is closed to new replies.