Can you please help me in understanding how to substiture the spinning egg at the loading stage with something better?
Because I really don't like eggs!
:-)
Thanks!
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.
Hi,
You can go to theme settings to turn off that crazy egg ;)
I had not gotten around to asking about this yet. Can you please answer the question of the OP? I also don't want to completely get rid of the 'loading' indicator, I want to replace the egg with something else. Where/how can that be done?
Has anyone figured out how to replace the spinning egg with another image?
Hi,
As we said in the previous comment, you can go to theme settings to turn off the preloader
If you want to replace the egg with other preloader, you can change html in file template/page--front.tpl.php line 11 -> 13
in file themes/md_alpine/js/scripts.js please remove the following code and change in function
$(window).load(function(){}) (line 8 - 9)
$("#intro-loader").delay(500).fadeOut();
$(".mask").delay(1000).fadeOut("slow");