x

Main chapters

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installation
  4. How to design a good survey (Guide)
  5. Getting started
  6. LimeSurvey configuration
  7. Introduction - Surveys
  8. View survey settings
  9. View survey menu
  10. View survey structure
  11. Introduction - Questions
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

QS

QS:Theme editor - advanced options

From LimeSurvey Manual

Revision as of 18:47, 9 January 2018 by Cdorin (talk | contribs)

When you open the options of a given template, you can choose between “simple options” and “advanced options”. “Advanced options” is just a naked form that gives you access to the main fields of the Template Configuration in the database. To understand how it works, you should also read all about the XML file and the creation of a template from scratch. So, it’s rather complex and made for advanced users.

  • Files css: the CSS files that should be added to the template;
  • Files js: the JS files that should be added to the template;
  • Files Print Css: the CSS files to load when printing a template;
  • Options: the options (and their value) that should be parsed to the template view;
  • CssFramework Name: The name of the CSS framework to load. For now, only Bootstrap or nothing;
  • Cssframework Css: here, you can replace the core bootstrap.css by a different custom version of it;
  • Cssframework Js: here, you can replace the core bootstrap.js by a different custom version of it;
  • Packages To Load: here, you can load some core asset packages from LimeSurvey.

You’ll notice an upload input at the top, it gives you the possibility to upload a file into the file directory. With those parameters, the entire appearance of the template can be changed.

  Warning! : Don't touch the values below unless you know what you're doing.