This section is dedicated to developer in you. Browse the articles and make your YJSG theme unique.
Since YJSG comes with support for
Twitter Bootstrap
which is based on
LESS CSS
, we included lessphp
class by
Gpeasy.com
that compiles your LESS CSS files in to one CSS file.
There are 4 compiler settings that you can use in order to take advantage of lessphp class:
Here you can select which bootstrap version to use. You also turn Bootstrap off and use YJSG only which can tremendously speed up your website.
Once you are done editing your website, set this ON so that all your CSS files get compressed into one stylesheet.
If set to YES, this setting will compile and compress your generated CSS file and reduce the file size.
This setting is mostly used by developers to see immediate changes to CSS/LESS files while editing. If this setting is set to YES recompile process will run in background via AJAX and it will not slow down first page load. Note that after any LESS/CSS file change you would need to wait few seconds and the script will do "hard refresh" so you can see the changes. If this setting is set to NO first page load will be slow until files are recompiled but you will see changes immediately.