CMS Development

OZarp
Miembro

Loader

resolver

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? 

1 Soluciones aceptada
Anton
Solución
Experto reconocido

Loader

resolver

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

Anton Bujanowski Signature

Ver la solución en mensaje original publicado

1 Respuesta 1
Anton
Solución
Experto reconocido

Loader

resolver

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

Anton Bujanowski Signature