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. Tobias
  2. General Discussion
  3. Monday, 10 February 2014
  4.  Subscribe via email
Hi guys,
I saw, that if I create a theme and change the template.less file, the template.css later after compiling is not the last file loading before custom.css. So changes will be overwritten by megamenu.css and off-canvas.css. So I cannot override the template whithout using the custom.css. But in developer mode I don't see changes in custom.css.
So my question. How can I change the loading of the compiled css files.

Is this eventually a bug?

Thanks a lot.
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tobias,

The best way to keeps your changes after upgrade is creating a new theme.
You can then create new less file which have the same name as in /less folder.

T3 will try to compile those files.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,
Unfortunatelly I cannot provide a link, because its a local installation with xampp to prepsre the layout.

If I make changes in off-canvas.less and megamenu.less will my my changes not be overwritten in the next update?

How can I add more files in less which are compiled to css after?

Thanks a lot for help.
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
Hi Tobias,

I do not know why you want to use templates.css to overwrite these specific styles.
We have separated style to multiple files for easy to use.

"So changes will be overwritten by megamenu.css and off-canvas.css"
=> The megamenu.css and off-canvas.css files are specific style.
You should use these files to overwrite the default core style (the default core style is placed in plugin)
instead of using template.css

You can not change the order of these default files.
But you can add more style (less or css) if you want.

"But in developer mode I don't see changes in custom.css"
Can you provide a link for me to check this issue?

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


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