Hi,
I have a few questions:
– Are the .less files in /less_files folder dynamically compiled by the theme or are they just used by the developers to compile it to a .css file, becuause I noticed that style.css and the less files have many lines of code in common? Otherwise I will remove the folder.
– Is the booster plugin automatically enabled when I install the theme, because the theme doesn’t ask me to install it like visual composer and the social plugin?
Thanks in advance,
Engo
Speed booster plugin
– It moves the styles and all the scripts of the theme to the bottom, activates internal theme optimizations for better speed and it adds async js
Hi,
1. We developed the theme from less files. When we publish the theme we compile all the less files into the style.css. Also the theme have an internal live less compiler, if you want to change the theme to use the less files instead of style.css just change the code like here: http://screencast.com/t/CQ09Uw5zFvvA
2. The speed booster is not required by the theme, is an optional plugin.
Thanks!