Additional Header

Hi,

I user header builder of PRO, but I see when the page is loading, before the header that is created by PRO being loaded, a white square is trying to load, and that causes some freeze at the beginning of page loading.

Any idea what that square is and how can I avoid that from being loaded?

Also, I can’t figure out what is the usage of this file for the theme/site, but it is loading and seems like useless which can be removed to improve optimizations:
https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css
any idea how to remove this? and if its ok to remove at all?

Thanks

Hi There,

The white block might be the lazy load element of your images. To fix this issue, please add this custom CSS under Theme Options > CSS:

.x-image {
     position: relative;
}

This file is NOT a part of Pro theme. Please test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.