I have a question about this template.
It seems ther are only 7 profiles... is it possible to change the color of thats profiles out of those 7 colours?
SolidBusiness
POSTED: 2013-05-25
Hello MISZAPATOS,
Yes it is possible to add as many different profiles as you wish. Actually, it's as simple as editing the color in one single line of a single file.
For example, if the profile color is #EAAF00 (yellow), just delete #EAAF00 in line 3 of the file variables.less and type #61399d (purple) and the entire theme turns to purple.
Thanks,
Solid Business.
miszapatos
POSTED: 2013-05-27
Hi Astemplates,
Excellent work with this template, I hve just buyed and I like what I'm seeing...
What are the dimensions recommend for the top logo? Could we customizate those dimensions? Where?
SolidBusiness
POSTED: 2013-05-27
Hello MISZAPATOS,
Thanks for appreciating this item.
In the template, open the folder "less" and edit the file variables.less.
Just search for line 364 below and adjust the dimensions of your logo image;
// T3 LOGO
// --------------------------------------------------
@logoWidth: 235px;
@logoHeight: 55px;
@T3LogoImage: "../images/logo.png";
We recommend the height not to be more than 65px, but the width depends on your logo.
Once you have saved the changes, click the button "Compile LESS to CSS" after selecting your template in the template manager.
Please let us know if you need further assistance.
Thanks,
Solid Business.
miszapatos
POSTED: 2013-05-28
Thanks a lot, for your quick response.
I'm trying to change main color and font of the template.
Some responses before you said me that I could edit variables.less file in line 3... But first 'no commented' lines in that file are:
@black: #000;
@grayDarker: #222;
@grayDark: #444;
@gray: #666;
@grayLight: #999;
@grayLighter: #eee;
@white: #fff;
Could you say me exactly what have I to change? Is there any possibility to edit that file with the admin panel of joomla or its only possible by ftp?
What about to change the font of the text? Where can I change it?
SolidBusiness
POSTED: 2013-05-30
Hello MISZAPATOS,
Concerning the main color, or theme color, please open the directory: ../less/themes/ in the template.
Once in the themes folder, follow the following steps:
1. Create a new folder and name it the color you wish to create,
2. Copy the file variable.less inside the folder named silver. Once done, paste it into the new folder you created.
3. Open the file you have just pasted, that is variable.less, and change the @themeclor to the one you like.
For example, if the color is @themecolor: #748jr9, and you like #889889, then type @themecolor: #889889;
4Click the button "Compile Less to CSS" in the template's Administration Panel.
Concerning the font, just open the fonts folder and re-create or copy snd paste one of the files, eg. font-awesome.
1.Rename it to fit the name of your font, then open it and drop your font inside the font folder.
2. Replace all instances of the words font-awesome with that of your font in all the files of your template.
4Click the button "Compile Less to CSS" in the template's Administration Panel.
miszapatos
POSTED: 2013-06-02
Comment in status pending...
It will be published after it has been approved by the Website Administrator.
miszapatos
POSTED: 2013-06-02
Forgot my firts questions, I was in gear folder, not in echelin one...
But wat about the footer?
SolidBusiness
POSTED: 2013-06-04
Hello MISZAPATOS,
Do you wish the footer to be of different color from that of the main color?
SolidBusiness
POSTED: 2013-06-04
Hello MISZAPATOS,
Did you succeed to change the main color or do you need help?
Please feel free to ask for assistance.
miszapatos
POSTED: 2013-06-05
Comment in status pending...
It will be published after it has been approved by the Website Administrator.
miszapatos
POSTED: 2013-06-09
In your model of template, 'Blog's Latest' occupates position 'c' and 'd'.
Changing things in that model, now, that section in my web is only in section c, and d section is empty. How can extend that module to two sections?
Thanks again for your answers.
SolidBusiness
POSTED: 2013-06-11
Hello MISZAPATOS,
When you go to Extensions > Template Manager > Choose the template(Gears)
Under the "layouts" tab
You will click the top right corner of the box showcasing the position.
This will give you the option of editing that position or changing that position to the one you like.
E.g You can swap position c and d so that d comes before c as it is in the demo.
You can also reduce or add the number of module positions by clicking no.s 1 to 6.
So in the demo, no 2 was click, then c was changed to d and d to c
Please let us know whether this helps.
Solid Business
miszapatos
POSTED: 2013-06-14
I would like to know if its possible to eliminate the ' Powered by T3 Framework' link in the footer of the web...
miszapatos
POSTED: 2013-06-21
I would like to know the answer about how to clear 'Powered by T3 Framework' if it's possible.
Also, I would like to know how can I change the colour of dropdown courtain in main menu when you pass over the mousse.
SolidBusiness
POSTED: 2013-06-24
Hello MISZAPATOS,
Hello MISZAPATOS,
The only way is by use of css
In the styles.css found in the folder 'css', search for .poweredby
It seems ther are only 7 profiles... is it possible to change the color of thats profiles out of those 7 colours?
Yes it is possible to add as many different profiles as you wish. Actually, it's as simple as editing the color in one single line of a single file.
For example, if the profile color is #EAAF00 (yellow), just delete #EAAF00 in line 3 of the file variables.less and type #61399d (purple) and the entire theme turns to purple.
Thanks,
Solid Business.
Excellent work with this template, I hve just buyed and I like what I'm seeing...
What are the dimensions recommend for the top logo? Could we customizate those dimensions? Where?
Thanks for appreciating this item.
In the template, open the folder "less" and edit the file variables.less.
Just search for line 364 below and adjust the dimensions of your logo image;
// T3 LOGO
// --------------------------------------------------
@logoWidth: 235px;
@logoHeight: 55px;
@T3LogoImage: "../images/logo.png";
We recommend the height not to be more than 65px, but the width depends on your logo.
Once you have saved the changes, click the button "Compile LESS to CSS" after selecting your template in the template manager.
Please let us know if you need further assistance.
Thanks,
Solid Business.
I'm trying to change main color and font of the template.
Some responses before you said me that I could edit variables.less file in line 3... But first 'no commented' lines in that file are:
@black: #000;
@grayDarker: #222;
@grayDark: #444;
@gray: #666;
@grayLight: #999;
@grayLighter: #eee;
@white: #fff;
Could you say me exactly what have I to change? Is there any possibility to edit that file with the admin panel of joomla or its only possible by ftp?
What about to change the font of the text? Where can I change it?
Concerning the main color, or theme color, please open the directory: ../less/themes/ in the template.
Once in the themes folder, follow the following steps:
1. Create a new folder and name it the color you wish to create,
2. Copy the file variable.less inside the folder named silver. Once done, paste it into the new folder you created.
3. Open the file you have just pasted, that is variable.less, and change the @themeclor to the one you like.
For example, if the color is @themecolor: #748jr9, and you like #889889, then type @themecolor: #889889;
4Click the button "Compile Less to CSS" in the template's Administration Panel.
Concerning the font, just open the fonts folder and re-create or copy snd paste one of the files, eg. font-awesome.
1.Rename it to fit the name of your font, then open it and drop your font inside the font folder.
2. Replace all instances of the words font-awesome with that of your font in all the files of your template.
4Click the button "Compile Less to CSS" in the template's Administration Panel.
It will be published after it has been approved by the Website Administrator.
But wat about the footer?
Do you wish the footer to be of different color from that of the main color?
Did you succeed to change the main color or do you need help?
Please feel free to ask for assistance.
It will be published after it has been approved by the Website Administrator.
Changing things in that model, now, that section in my web is only in section c, and d section is empty. How can extend that module to two sections?
Thanks again for your answers.
When you go to Extensions > Template Manager > Choose the template(Gears)
Under the "layouts" tab
You will click the top right corner of the box showcasing the position.
This will give you the option of editing that position or changing that position to the one you like.
E.g You can swap position c and d so that d comes before c as it is in the demo.
You can also reduce or add the number of module positions by clicking no.s 1 to 6.
So in the demo, no 2 was click, then c was changed to d and d to c
Please let us know whether this helps.
Solid Business
Also, I would like to know how can I change the colour of dropdown courtain in main menu when you pass over the mousse.
Hello MISZAPATOS,
The only way is by use of css
In the styles.css found in the folder 'css', search for .poweredby
You will find:
.poweredby {
float: right;
text-align: right;
}
add: display: none; after float: right;
It should look like this;
.poweredby {
float: right;
display: none;
text-align: right;
}
It will be published after it has been approved by the Website Administrator.