Same thing, showing just blank page. Where could I get 3.5.0.2? I haven’t made a backup 🙁
Not to 3.5.0.2 but, you may back to 3.5.0.1 or 3.4.2 from Toolbox –> Beta Test.
BUT it is a good idea to backup your web site daily. I’m using UpdraftPlus. It backups entire site to Google Drive automatically. Most of the features of plugin is also free. Have a look.
Sincerely.
I was able to fix it by turning “HTML Minify” & “Remove Comments” options off
-
This reply was modified 4 years, 6 months ago by
guess4me.
Plugin Support
qtwrk
(@qtwrk)
Hi,
Just follow up , how is thing going ?
Best regards,
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, 6 months ago by
Philip Faster.
-
This reply was modified 4 years, 6 months ago by
Philip Faster. Reason: sorry i mean a comment, not just a syntax
@philipfaster
This issue is located last Friday and I pushed a commit v3.6-rc1 to fix it. It is caused by the option Remove Comments
. You can either try that commit, or set that option to OFF. You can keep CSS Combine on.
@hailite,
I already tried v3.6-rc1 on my test site.
So far, it works without any known problems.