We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Max
  2. General Discussion
  3. Wednesday, 06 November 2013
  4.  Subscribe via email
Hello

I have a problem with my web site I have no clue how to solve it.

During development "Enable Development Mode was = YES"

I was finished styling and customization, most of my code was edited in t3-assets/dev/templates.t3_blank.less.modules.less.css I added a new css styles modified old ones. After that, I disabled Development mode, Compiled LESS to CSS and upon web site refresh everything is gone!! When I turn ON Development mode, everything works fine.

I'm really not familiar with this compiling procedure, and I don't have any clue how to solve my problem. PLS help
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
1
Votes
Undo
Hi Max,

You should never edit file in t3-assets folder.
Those files are caching files, and it will be overwritten when you modify any source file.

You should find the correct source file to edit.
For example t3-assets/dev/templates.t3_blank.less.modules.less.css => should be mapped to /templates/t3_blank/less/module.less file.
You should write your css in LESS format.

After finish changing LESS files, you can Recompile LESS to CSS and switch off Development mode.

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank You for your reply! :(

What is equivalent of modules.less in css format and where it is located?

Can I just copy - paste templates.t3_blank.less.modules.less.css content in appropriate css file and then disable Development mode?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
1
Votes
Undo
Edit any of the .less files in your templates/t3_blank/less folder and in the subfolder themes/yourtheme.
Make the css and t3-assets 777 if you get any compile errors to ensure it can write to the folders and overwrite any files.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Dani and Super User

I solved my problem copying files content from cached folder t3-assets to original less files and compiling LESS to CSS after that.

content of

CSS version: /public_html/t3-assets/dev/templates.t3_blank.less.modules.less.css

to

LESS version: /public_html/templates/t3_blank/less/modules.less

Maybe that is not correct way but it helped me. Thank you again, I'm starting to realize relationship between LESS and CSS in T3 Framework.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.