HowTo: Change default sidebar state of Lilina/Newsbox themes
If you are using the Lilina or the Newsbox theme and you dont want to show the left sidebar by default try this:
1. Backup lilina_footer.js located in [gregarius root]\themes\[theme]\web\js\ directory
2. change line 15 of lilina_footer.js
from
setCookie("_lilinaSidebarCollapser", "collapsed", _lilinaCookiePath);
to
// setCookie("_lilinaSidebarCollapser", "collapsed", _lilinaCookiePath);
3. save, upload and overwrite existing file
4. done
Categories: HowTo's