This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search box art shows up huge on page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search box art shows up huge on page Reply To: Search box art shows up huge on page

#22427
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

This phenomenon is called FOUC and it happens, whenever the stylesheets are loaded asynchronously. Usually it is caused by custom cache plugin, that minify stylesheets, and have an asynchronous script loading feature.
There is also an async CSS loader feature within the plugin, make sure you have it disabled, although it should not cause this problem. I suggest checking any cache plugin you have, and turning off asynchronous stylesheet loading features via JS, and it will resolve the problem.