Nov 7, 2022 8:53 AM
Hey,
I have a question. Is it possibel to get a loader for the websit/pages? So the page have time to load before the visitor can see the page.
If so, how?
Solved! Go to Solution.
Nov 7, 2022 11:19 AM
Hi @OZarp,
yes - it's possible. From a ux point I wouldn't recommend it since this is a quite old technique but if you want - add it.
Basically you need some kind of jQuery/Javascript for this which will be placed in your base.html/layout.html which will be executed everytime somebody opens the page.
There are a ton of ready-to-use loaders out there in the wild. So again - find the one you'd like to add, place the script in your base/layout html file, apply some CSS if needed and done
best,
Anton
Nov 7, 2022 11:19 AM
Hi @OZarp,
yes - it's possible. From a ux point I wouldn't recommend it since this is a quite old technique but if you want - add it.
Basically you need some kind of jQuery/Javascript for this which will be placed in your base.html/layout.html which will be executed everytime somebody opens the page.
There are a ton of ready-to-use loaders out there in the wild. So again - find the one you'd like to add, place the script in your base/layout html file, apply some CSS if needed and done
best,
Anton