Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AlexWebsites Posted February 11, 2021 Posted February 11, 2021 I have all my sites on the same server and just upgraded them to 4.5. I have an odd issue where upon page refresh, I lose the border and styling around the editor and some styling in post view template as well So in the default theme it should be like: refresh the page, ends up like this with no border: I thought it was a theme issue since I have custom themes, but its happening on the default theme. I've disabled redis, zlib, and zend opcache, but still same issue. Turned off cloudflare to test as well. Something on my server is causing this I think. If I run the support tool and flush cache, goes back to normal, until I refresh the page. I'm testing on an install with no plugins or apps, no cloudflare and no redis. I tried different versions of php as well. Wasn't having this issue on 4.4. Anyone run into this before? In one of my custom themes I have the quote buttons like so: But they lose styling and turn into: Just odd and I can't figure it out. Tried multiple computers, a laptop and some phones to make sure it wasn't a cache issue on a local machine.
CoffeeCake Posted February 11, 2021 Posted February 11, 2021 What does your browser console tell you? Any errors or warnings?
AlexWebsites Posted February 11, 2021 Author Posted February 11, 2021 39 minutes ago, Paul E. said: What does your browser console tell you? Any errors or warnings? Thanks for replying. Outside if this nothing. You can see the reply box has no styling/border. I'm also running mod_pagespeed, wondering if that is causing this issue with 4.5.
CoffeeCake Posted February 11, 2021 Posted February 11, 2021 1 minute ago, AlexWebsites said: I'm also running mod_pagespeed, wondering if that is causing this issue with 4.5. What happens if you turn it off? Or, turn off combine_css? https://www.modpagespeed.com/doc/filter-css-combine AlexWebsites 1
Solution AlexWebsites Posted February 11, 2021 Author Solution Posted February 11, 2021 2 hours ago, Paul E. said: What happens if you turn it off? Or, turn off combine_css? https://www.modpagespeed.com/doc/filter-css-combine Thanks, it does seem like a mod-pagespeed issue. I disabled to test in htaccess and styling seems to have returned <IfModule pagespeed_module> ModPagespeed off </IfModule> So I looked into the filters and I can only get it to work if I disable both <IfModule pagespeed_module> ModPagespeedDisableFilters flatten_css_imports,rewrite_css </IfModule>
Recommended Posts