Hi,
Thanks for the help Mohammad. I same issue and added this piece of code to the style.css file. Originally it did not work. Then I noticed there was this code:
.wf-loading body{
visibility:hidden;
}
So I ended up changing your piece of code to:
.wf-loading body{
visibility:visible !important;
}
Everything is working now.
Thanks,
Derek