Archived topic
A couple of issues involving caching (W3 Total Cache)
3 replies · Started by Arp on February 20, 2021
My offscreen menu on mobile is not working when the cache is enabled, and I'm not sure what css or js to exclude from minifying to fix that, or if that will resolve it.
Also (and this might not be related to the cache), in the header search the search icon is visible but the content of .icon-search::before is visible too. Maybe I disabled something for performance, or some css needs to be excluded from minifying?
My site is https://www.quackatoa.com
Thank you!
Hi there,
I’m not sure what css or js to exclude from minifying to fix that, or if that will resolve it.
Can you try excluding the css and js folders under the menu plus branch?
https://www.screencast.com/t/NNRpbgel
Also (and this might not be related to the cache), in the header search the search icon is visible but the content of .icon-search::before is visible too. Maybe I disabled something for performance, or some css needs to be excluded from minifying?
Try using the SVG option:
https://docs.generatepress.com/article/svg-icons/
Thanks - excluding all 4 offside css & js files worked. And I managed to fix the search thing by disabling 'use svg' in the performance settings.
Thanks for you help!
No problem :)