• philbert25

    (@philbert25)


    Is there a way to show a custom loading graphic. I have a calendar that pulls from several feeds and I would like a custom message/graphic that says something like “Please be Patient while calendars load.” So that users don’t abandon the page thinking there is an issue.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author room34

    (@room34)

    Yes, this can be changed with CSS. The loading graphic is the background element on this CSS selector:

    .r34ics-ajax-container.loading:before

    If you use that selector you can specify a different background image; you’ll also need to set the background size and possibly position.

    Thread Starter philbert25

    (@philbert25)

    Thank you. I will try this out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.