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. Proton
  2. General Discussion
  3. Friday, 25 October 2013
  4.  Subscribe via email
Hello,

I have a question. I need to make some changes in file carousel.less in folder ...plugins\system\t3\base\bootstrap, but the result of my changes i can see only after it will be compiled. Is it possible to make it visible without comilation, or its impossible to change any files in that directoty?

Development Mode is Enabled

Thanks in advance.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Proton,

It is yes, that you should not change the file in that folder,
You can copy that file to your template less folder, then change bootstrap.less in less folder to included your file.

For example:
//@import "../../../plugins/system/t3/base-bs3/bootstrap/less/carousel.less";
@import "carousel.less"


And we also recommend you to compile the LESS to CSS one you are finish making changes.

For T3, when you change something, you should turn on the Development Mode.
And Compile LESS to CSS once when you turn 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
Hello and Thank you for your answer!

It really works, but not for 100% :(

After making changes in carousel.less i can see the result on my page only if i refresh bootstrap.less (save without changing)
Tried to find answer in google, and it seems like it happens because of cashing (all files linked with @import in bootstrap.less) but there is no way to solve it for joomla 3

I am looking forward for your answer
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.