I want to move websites from Chronoforms 4 to Chronoforms 6, but I have troubles with new functionality in Chronoforms 6.
A lot of css is automatic generated ( semanticui-styling ) and implied on the form.
CEGCore2 makes a lot of large css files (300Kb) in folder libraries/cegcore2/cache and implies that css multiple times (I have seen the same css implied up to six times), eg:[pre].semanticui-body h1, .semanticui-body h2, ... {
line-height: 1.2857em;
margin: calc(26.0001px) 0em 14px;
font-weight: bold;
padding: 0em;
}[/pre]This means that, if I make my h1 font-weight: normal, Chronoforms6 overrules this setting up to 6 times in font-weight: bold. To do that it implies 6 times 300Kb of css (!)[br][br]I think you understand that I am not happy with this. Can I turn off this semanticui css that I do not need and the CEGCore2-caching system? Turning off the CEGCore2 library does not help (it keeps placing css files in libraries/cegcore2/cache and keeps using them).[br][br]Regards,[br]Ben
A lot of css is automatic generated ( semanticui-styling ) and implied on the form.
CEGCore2 makes a lot of large css files (300Kb) in folder libraries/cegcore2/cache and implies that css multiple times (I have seen the same css implied up to six times), eg:[pre].semanticui-body h1, .semanticui-body h2, ... {
line-height: 1.2857em;
margin: calc(26.0001px) 0em 14px;
font-weight: bold;
padding: 0em;
}[/pre]This means that, if I make my h1 font-weight: normal, Chronoforms6 overrules this setting up to 6 times in font-weight: bold. To do that it implies 6 times 300Kb of css (!)[br][br]I think you understand that I am not happy with this. Can I turn off this semanticui css that I do not need and the CEGCore2-caching system? Turning off the CEGCore2 library does not help (it keeps placing css files in libraries/cegcore2/cache and keeps using them).[br][br]Regards,[br]Ben