Hi,
I would love if someone could help me out.
http://www.bubblechile.com (scroll to the bottom of the site)
Yesterday i cleared my site’s cache with W3 Total Cache and after it 2 things happened:
( 1 ) A weird white box appeared below the footer and can’t seem to get rid of it
( 2 ) My site became EXTREMELY slow
Regards
Hi jualcald!
Please try de-activating all active plugins and check if that helps.
You can remove the whitebox using following code in Quick CSS field in Enfold theme options > General Styling tab
div#mg_full_overlay {
display: none !important;
}
make sure to disable CSS minifying feature
Cheers!
Yigit
Thank you! That did work, but in the end i was able to narrow it down to W3 Total Cache, unchecking the object cache and the minify CSS ;)