As being a newbie to MODx and this forum, I might overlook related topics have been posted somewhere else...
I was following the official tutorial to set up a basic blog applying this template, but wasn't able to get the style as shown in the tutorial.
Finally, I could figure it out the reason as follows.
When I unzip this template, my WINDOWS unzip program made a folder named "light" which I was supposed to upload.
So, I uploaded the folder as it is.
Two templates(Light and Light-post) using the style-sheet however are linking to it as "assets/templates/Light/style/light.css".
The folder name is "L"ight, instead of "l"ight, in the template files. Yes, it was just a common case sensitive issue.
So, I modified the link descriptions in the two templates as "assets/templates/light/style/light.css"--or you can modify the DIRECTORY name as "L"ight--,
and getting the style-sheet effect quite nicely afterwards.
