preloader background

marta.oliveira's picture
marta.oliveira
Tue, 03/22/2016 - 12:42
#1
preloader background

Hi

it is possivel to add a image to the backgrounf od preloader?

thanks

Marta

phuonght's picture
phuonght
Tue, 03/22/2016 - 22:43

Hi,

By default, our Make theme has no function preloader. If you would like to use, please go to file html.preprocess.inc (sites/all/themes/mad_make/theme_setting/front), line 72:

//loading
$vars['preload'] = '';
if (theme_get_setting('preload') == TRUE) {

$vars['preload'] = '<div>
<div class="preloader loading">
<span class="slice"></span>
<span class="slice"></span>
<span class="slice"></span>
<span class="slice"></span>
<span class="slice"></span>
<span class="slice"></span>
</div>
</div>';
}

and change/ edit html in $vars['preload'] with a image link then customise css code.

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.