Hi @qtwrk
TLDR:
problem with CSS Combine.
the file generated by “CSS combine” has an open comment syntax /* at the beginning of the first line,
which does not exist in the previous version.
Hence it breaks my site
—
LONG STORY
updating to v3.5.2 also breaks my site.
However, I can’t solve it even by using the “beta test” downgrade to 3.5.0.1 (previous ver).
I have to restore my whole site from my backup to roll back.
—
using v3.5.2,
on my website, it has a problem with “CSS Combine”. It is “turned on” as my settings, but it breaks my site by using LSC v3.5.2.
It was solved by turning off the CSS Combine.
—
in inspect element (firefox) in v3.5.0.1, in style editor
there is a CSS file with 2562 rules, which is the combined CSS.
However, this file has 0 rules with using LSC v3.5.2
BECAUSE THERE IS AN OPEN COMMENT SYNTAX in the first line –>
/* Inline formulas format:<img class="$1" src="imageURL"/>$1 - default class ql-img-inline-formula ... [then followed by combined css]
Therefore, the whole CSS in that file is considered as comments.
when I remove these two characters in the inspect element, the site back to normal.
-
This reply was modified 4 years, 4 months ago by
Philip Faster.
-
This reply was modified 4 years, 4 months ago by
Philip Faster. Reason: sorry i mean a comment, not just a syntax