#8920
ThemeofWP
Keymaster

Yes these rules resolved the problem now: (I’ve also updated the plugin to latest version. This version will be release on codecanyon soon.)

.preloader + * {
opacity: 1 !important;
}

.preloader {
display: none !important;
}
.preloader + *:not(iframe) {
height: auto !important;
}

Please check out your page. It seem it’s okay right now.