File size: 994B
====== В style/theme/ВАША_ТЕМА/head.php вставить код:
<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("div.indicator").delay(1000).fadeOut(1000);
});
</script>
====== В style/theme/ВАША_ТЕМА/style.css вставить стиль:
.indicator {
top: 0px;
position: fixed;
max-width : 570px;
width: 100%;
background-color: #333333;
background: rgba(0, 0, 0, 0.8);
height: 100%;
}
||||||||ВНИМАНИЕ: строка max-width : 570px; указываете свою ширину сайта
====== Заливаете файлы в корень сайта:
indicator.gif
loader.php
====== Теперь код: include_once 'loader.php'; вставляете в ту страницу, на которой вы бы хотели видеть такую загрузку страницы.