• Ryan

    (@digitallion)


    For some reason, the load more button doesn’t seem to be working on some pages. e.g. short links deleted, do not use those here again. How come?

    • This topic was modified 1 year, 10 months ago by Jan Dembowski.

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

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

    (@razyrx)

    Hello,

    It can be cache related issue. Please clear all the caches on your site.

    Regards,
    Oleg

    Thread Starter Ryan

    (@digitallion)

    Hmm, I’ve done that and still have the same issue. Is it possible that your plugin doesn’t think these are woocommerce pages and are therefore not loading the scripts?

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    In this case you can try to disable option “JavaScript and CSS is used on WooCommerce pages only” in plugin settings and then update caches.

    Regards,
    Oleg

    Thread Starter Ryan

    (@digitallion)

    Is it possible to instead just tell your plugin those are woocommerce pages? Otherwise, it creates a lot of overhead on all pages with unecessary scripts.

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    You can change it only in plugin code, there is no options for this.

    Regards,
    Oleg

    Thread Starter Ryan

    (@digitallion)

    Is there a hook or something to add those pages so that the change wouldn’t be overwritten next time the plugin updates? Alternately, are there particular CSS/JS files I can manually enqueue just on those pages from functions.php?

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Plugin do not have hook to change pages.
    To enqueue scripts and styles you can use this code

    $BeRocket_LMP = BeRocket_LMP::getInstance();
    $BeRocket_LMP->include_front();

    Regards,
    Oleg

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Doesn’t work on all pages’ is closed to new replies.