• Can you advise me.
    I am using your plugin, I like it.
    But there is a problem – when the page is first loaded, the “Load More Button” button is displayed, but if you select any of the filters, the button disappears. The problem goes away if you reload the page with this filter result.
    I checked different options of “Products Loading Type” – there is always a problem when “Load More Button” is activated.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    After filtering this code must be executed to fix load more functionality
    jQuery('.lmp_load_more_button').remove();jQuery( the_lmp_js_data.products ).after( jQuery( the_lmp_js_data.load_more ) );lmp_update_state(true);

    Regards,
    Oleg

    Thread Starter ilyapokrov

    (@ilyapokrov)

    @razyrx,
    Thanks for the help. But where do I put it?))) I don’t understand at all.

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    It must be executed after filtering.
    If you used some plugin for filters, then ask support for some possibility to execute code after filtering. Maybe it has some field where code can be added or it must be added for some JavaScript event.

    Regards,
    Oleg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Load More Button” button is not displayed with filter results’ is closed to new replies.