• Resolved clrlbk20

    (@clrlbk20)


    Hello!

    I recently switched up my headers and now I am getting a very unexpected loading gif at the top of my event pages. All the information is loaded, so it shouldn’t be there.

    When I inspect the element, it tells me that this is connected to lazy loading; however I have turn off these optimizations and it still appears. I could remove the image via file manager, but expect there would then be a broken image symbol instead.

    <img alt="Loading Events" data-src="https://wp.fivesensestastings.com/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif" class="tribe-events-spinner-medium lazyloaded" src="https://wp.fivesensestastings.com/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif">

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Truman

    (@tdorn)

    Hi there,

    Hmm, this is really odd and I haven’t seen anything like that before.

    You might want to test your site for conflicts with a theme or plugin: https://theeventscalendar.com/knowledgebase/k/testing-for-conflicts/

    You could also maybe try hiding it with some CSS:

    .tribe-events-spinner-medium {
    display: none;
    }

    Give that a try and see if it goes away on all your pages, just watch out it case it possibly causes something else to look off.

    Let us know if that works and if you find anything during conflict testing!

    Thread Starter clrlbk20

    (@clrlbk20)

    Thanks so much!!

    The conflict was somewhere within Hummingbird, which is what I am using to optimize my site. I’ve reactivated it, but added in the CSS, which seemed to suppress it.

    Appreciate the assistance!

    Plugin Support Truman

    (@tdorn)

    Hey again,

    That’s really awesome to hear! I’m very glad you got it sorted out!

    If you don’t mind, you can go ahead and mark this thread resolved, and that can also help people looking for similar solutions!

    And please let us know if you need help with anything else!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unexpected Loading Icon’ is closed to new replies.