Archived topic
Homepage got broken, cache cleared
5 replies · Started by Sanu Dutta on May 21, 2020
Hi,
I have just cleared cache & minified js through WordPress Fastest Cache plugin.
Now page loading with broken interface?
Here's the screenshot: https://prnt.sc/sl3ww
Hi there,
The site opens fine for me - try clearing your devices browser cache.
Hi, is it ok to use Headers & Footers plugin to add codes?
Not sure, but I think that plugin causing the problem and not letting page load properly.
I would recommend using the hooks element to add your code:
https://docs.generatepress.com/article/hooks-element-overview/
The wp_head and wp_footer hook should offer the same functionality:
https://docs.generatepress.com/article/wp-head/
https://docs.generatepress.com/article/wp_footer/
What a great function, really impressed. Used hook to place Analytics code. Smooth :)
Glad to hear :)