- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
So, when you're editing CSS/JS of a theme you have various possibilities:
You can use the the LS Theme Editor: it deals with the asset manager and you don't have to worry about anything
You can turn debug mode on: it will turn asset manager off, so the real css/js files of your themes are called (but then, you have to refresh your browser cache at each load)
You can refresh the assets cache: from Global Settings -> General -> Clear asset cache
What exact version of LimeSurvey is used? When was the last time you did an update?steffih wrote: Until a few weeks ago, theme-editing via FTP worked fine! It is no option for me to develop themes via the templateeditor unfortunately.
in most cases i get lots of error messages when turning on the debug mode
Since user have ftp access : debug=1 is clean enough for me.Mazi wrote: We are just wondering if others are facing similar issues or if you are using different approaches for creating templates. Because the caching of CSS files really makes it hard to test templates and debug CSS.
The concept of disable caching via a switch via ini-file or gui seems to be still unacceptable by the developers. I don't know why, but it was a hard-way to get the "flush assets" button.Mazi wrote: We are just wondering if others are facing similar issues or if you are using different approaches for creating templates. Because the caching of CSS files really makes it hard to test templates and debug CSS.
Because if you need it : you have access to FTP .jelo wrote:
The concept of disable caching via a switch via ini-file or gui seems to be still unacceptable by the developers. I don't know why, but it was a hard-way to get the "flush assets" button.Mazi wrote: We are just wondering if others are facing similar issues or if you are using different approaches for creating templates. Because the caching of CSS files really makes it hard to test templates and debug CSS.
What does having an FTP-Access have to do with it?DenisChenu wrote: ]Because if you need it : you have access to FTP .