Tagged: enfold
Hello! My client wants to make his logo as a preload image animation. It’s png and it’s loaded here:
http://download.probusinesslab.com/stkh/test/loader/
In the source I see a CSS animation that makes it work. Can you, please, help me to add this image properly to my Enfold website?
i’m not shure about this loader. I don’t think it is as simple as an image rotating.
if you look into layout.css there is something mentioned:
http://projects.lukehaas.me/css-loaders/
and we use here on enfold the load8 i think
Hey!
You should be able to do that by activating Page Preloading and then selecting your custom one in the Custom Logo for preloader option in the Theme Options panel.
Cheers!
Rikard
Hey Rikard – i believe he wants to replace that spinning thing – not setting up a logo above that animation.
Thank you for your answer!
Yes, you are right. I want to change the spinning ring…
Hey Oksana!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-siteloader {
border: none;
background-image: url(https://download.probusinesslab.com/stkh/test/loader/st_loader.png);
background-size: contain;
}
Best regards,
Yigit
Wow! It works! Thank you so much!:))
Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit