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
May 2, 2019 at 8:05 am
#22427
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.