I got very strange issue. After I load my web page, the style of page is broken (header and footer). I found out its caused of missing spaces beetwen values in class, for ex.
Code: Select all
<nav id="header-navigation" class="hide-on-small-only pin-topblue-grey darken-2 pin-top" style="top: 0px;">
This thing started happen after I copied one shop to create new one then just delete products, change logo, etc. and I CLEARED cache (but modification cache, because I uninstalled some unnecessary modules). After that step it looks like now. I tried to restore backups, copied it again from first eshop and still the same. So I created clear install of Opencart (3.0.3.2), created new database and then I installed the Materialize Template. But it still looks the same.
After staring to code I found the missing spaces. So I had a look to twig files of footer and header, and everything was fine - spaces were there. Also when I checked it in administration theme editor, it was the same - space were there. I tried to manually delete cache in storage (no effect), I also checked modification in storage - there weren't any view files.
I have no idea what to do, I tried many browser, I tried to change web from non-www to www (some tut on Internet) and nothing helped. Do you have any idea?
Thank you.