Inserts a bar in the middle of the page specifying the site is loading its content. Once finished, remove the bar and shows the entire page.
1. Go to Template, then Edit HTML and before \u0026lt;/ head> paste the following code:
\u0026lt;script type='text/javascript'> window.onload = detectarCarga; detectarCarga function ()
{document.getElementById ("imgLOAD.") style.display = "none";}\u0026lt;/ script>
2. Then go to Page Elements and paste the following code: