Support

Home Forums Event Espresso Premium customize the loading spinner

customize the loading spinner

Posted: December 16, 2015 at 3:11 am

Viewing 4 reply threads


Victor Quinten

December 16, 2015 at 3:11 am

hi is there a way to display a customloader, and how to i do it?


Lorenzo Orlando Caum

  • Support Staff

December 16, 2015 at 6:11 am

Hi Victor,

The spinning icon cannot be customized at this time.

Thanks


Lorenzo


Victor Quinten

December 16, 2015 at 1:05 pm

i asume there is somethin in the css of img file?


Lorenzo Orlando Caum

  • Support Staff

December 16, 2015 at 4:19 pm

Hi, I made a mistake. It can actually be changed since the CSS does the animation. You just need to change the value for the icon that is used.

This one will set it to a spinning earth:

.ee-spinner:before {
content: "\f319";
}

This one will be a spinning arrow:

.ee-spinner:before {
content: "\f531";
}

This one will be a spinning smily face:

.ee-spinner:before {
content: "\f328";
}

Here are some others that are available:

https://developer.wordpress.org/resource/dashicons/#image-rotate


Lorenzo


Victor Quinten

December 17, 2015 at 2:02 pm

Hi Lorenzo,

Thanks 🙂
i have found also that i can use:
content: url(‘image.png’);
for an alternative icon, of somethin else great!
thanks!

Viewing 4 reply threads

The support post ‘customize the loading spinner’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso