• Resolved Abid

    (@hussain76)


    We noticed that the gif images ajax-loader-lg.gif and spinner.gif aren’t displayed when loading is triggered.

    In Chrome’s network tab we see the request for those two images results in a 404. Unfortunately it doesn’t show the exact source of the error.

    The two gif’s do exist in the folder /plugins/ajax-load-more/build/frontend/img.

    What’s wrong? Is there anything we can do about it?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @hussain76 I notice the 404s are leading to the legacy image path.
    /plugins/ajax-load-more/core/img/spinner.gif

    Are you loading a custom version of the Ajax Load More stylesheet from your theme?
    https://connekthq.com/plugins/ajax-load-more/docs/css-stylesheets/

    Thread Starter Abid

    (@hussain76)

    Thanks for your quick reply!

    Are you loading a custom version of the Ajax Load More stylesheet from your theme?

    No we’re not using custom css.

    We use this shortcode for vertical load more:

    echo do_shortcode('[ajax_load_more max_pages="3" offset="' . $offset_for_rest . '" posts_per_page="10" loading_style="white" scroll="true" category__and="1" button_label="Mehr laden" button_loading_label="Laden ..."]');
    • This reply was modified 9 months, 1 week ago by Abid.
    • This reply was modified 9 months, 1 week ago by Abid.
    Plugin Author Darren Cooney

    (@dcooney)

    I can see the custom CSS being loaded here.

    https://apollo-news.net/wp-content/themes/new/alm/ajax-load-more.css

    Just update the paths to fix the issue

    Thread Starter Abid

    (@hussain76)

    I can see the custom CSS being loaded here.

    I have no idea where this comes from. I never made any attempts to modify the alm CSS.

    I removed the custom CSS file and everything looks fine now.

    Thanks a lot for helping me out!

    Plugin Author Darren Cooney

    (@dcooney)

    Nice, glad to help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘spinner gifs aren’t loaded’ is closed to new replies.