Forums

@import in CUSTOM CSS doesn't works anymore on 6.1.1

morphinestyle 08 May, 2019
This string seems not working anymore after 6.1.1 update...





Our forms are "centralized" with an unique CSS but it doesn't load anymore the style after the 6.1.1 Chronoforms update.
We can't update Chronoforms on all our websites because we will lose all settings.
morphinestyle 08 May, 2019
In this moment i see at the same time:
- version 6.1.1 as LATEST VERSION on https://www.chronoengine.com/blog
- but i see 6.1.2 on Joomla update...

So, maybe doesn't works after 6.1.2 version?
healyhatman 09 May, 2019
The blog isn't always updated. 6.1.2 is the newest.

w3schools says @import has to be at the top of the document, I doubt that would be the case. Can you just import it normally with <linkrel="stylesheet"type="text/css"href="mystyle.css"> ?
morphinestyle 09 May, 2019
Yes healyhatman,
but it was working perfectly... and what sense to load another css, with specific forms rules, to the full website?

And more: to "move" a full functionant form from-to other websites you need only to Export the form, and just re-Import it elsewhere without code/update any website for CSS loading.
Max_admin 11 May, 2019
I tried this here and the @import line is added to the page source code, how does it work for you ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
morphinestyle 17 May, 2019
Answer
Great! Now it works again!
Thank you!
morphinestyle 23 Sep, 2019
@import url("..."); No working anymore 😢
morphinestyle 23 Sep, 2019
Solved with an HTML MODULE with <link rel="stylesheet" href="...">, but with a CSS module with @import it doesn't works anymore.
This topic is locked and no more replies can be posted.