1.)
First of all at the Crew menu point, the last two team members will not slide into the website, how can I change this ?
2.)
menu point service (carousel). is it possible to change the icons or the whole pic ?
Wait for your feedback.
BR
Hons
AS Templates
POSTED: 2016-04-07
Hello HONSAUSTIROL,
1. The template is designed to have 4 items only, to make more you have to add css in the tmpl.default.css file (line 3671) as the following:
When its impossible to change the icons to customer pics how i can choose the icons for the correct service point ?
AS Templates
POSTED: 2016-04-07
Hello HONSAUSTIROL,
Currently you have 4 icons only, the script is designed to work with 5 icons, you have to add one more.
Regards, AS Team.
honsaustirol
POSTED: 2016-04-12
When i would use a second slider on one page,
how i can change the pictures on the second slider ?
AS Templates
POSTED: 2016-04-12
Hello HONSAUSTIROL,
The second slider you have to point to another category of articles with your images.
Regards, AS Team.
honsaustirol
POSTED: 2016-04-13
I had put your suggestion into the css file in line 3671,
but same problem again. Please check at www.wegscheider.cc/cms
my old questions:
First of all at the Crew menu point, the last two team members will not slide into the website, how can I change this ?
your answer:
1. The template is designed to have 4 items only, to make more you have to add css in the tmpl.default.css file (line 3671) as the following:
Hello HONSAUSTIROL,
We checked your site source code, we do not see the added css.
Regards, AS Team.
honsaustirol
POSTED: 2016-04-13
Okay i unterstood, but how i can change the icon ?
Can i do this with fa fa-university ? for example.
What are the names of the different icons?
And on which backend point i can change or choose the icons names?
My question:
When its impossible to change the icons to customer pics how i can choose the icons for the correct service point ?
You comment:
Currently you have 4 icons only, the script is designed to work with 5 icons, you have to add one more.
AS Templates
POSTED: 2016-04-13
Hello HONSAUSTIROL,
All available fonts you can preview here:
http://fortawesome.github.io/Font-Awesome/icons/
Regards, AS Team.
honsaustirol
POSTED: 2016-04-28
Your COMMENT POSTED: 2016-04-13
++++++++++++++++++++++++++++++++++++++++++++++++++
Hello HONSAUSTIROL,
We checked your site source code, we do not see the added css.
Regards, AS Team.
++++++++++++++++++++++++++++++++++++++++++++++++++
For sure the css code is already in.
File: tmpl.default.css
Line: 3671 (as you suggest)
First of all thank you very much, the crew menu works now :-)
Next questions: At the menu point "Hardware",
how i can delete the line between column 2 and 3 ?
Can `t find this, but must be a template problem, the pictures has the same weight. Thanks
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Homepage: www.wegscheider.cc/cms
Two questions:
1.)
First of all at the Crew menu point, the last two team members will not slide into the website, how can I change this ?
2.)
menu point service (carousel). is it possible to change the icons or the whole pic ?
Wait for your feedback.
BR
Hons
1. The template is designed to have 4 items only, to make more you have to add css in the tmpl.default.css file (line 3671) as the following:
.team .item_num0 {
transform: translate(-1000px, 100px);
transition: transform 1s ease 0s;
}
.team .item_num1 {
transform: translate(-1000px, -100px);
transition: transform 1s ease 0.3s;
}
.team .item_num2 {
transform: translate(1000px, 100px);
transition: transform 1s ease 0.6s;
}
.team .item_num3 {
transform: translate(1000px, -100px);
transition: transform 1s ease 0.9s;
}
2. Sorry, there is no such option.
Regards, AS Team.
Currently you have 4 icons only, the script is designed to work with 5 icons, you have to add one more.
Regards, AS Team.
how i can change the pictures on the second slider ?
The second slider you have to point to another category of articles with your images.
Regards, AS Team.
but same problem again. Please check at www.wegscheider.cc/cms
my old questions:
First of all at the Crew menu point, the last two team members will not slide into the website, how can I change this ?
your answer:
1. The template is designed to have 4 items only, to make more you have to add css in the tmpl.default.css file (line 3671) as the following:
.team .item_num0 {
transform: translate(-1000px, 100px);
transition: transform 1s ease 0s;
}
.team .item_num1 {
transform: translate(-1000px, -100px);
transition: transform 1s ease 0.3s;
}
.team .item_num2 {
transform: translate(1000px, 100px);
transition: transform 1s ease 0.6s;
}
.team .item_num3 {
transform: translate(1000px, -100px);
transition: transform 1s ease 0.9s;
}
We checked your site source code, we do not see the added css.
Regards, AS Team.
Can i do this with fa fa-university ? for example.
What are the names of the different icons?
And on which backend point i can change or choose the icons names?
My question:
When its impossible to change the icons to customer pics how i can choose the icons for the correct service point ?
You comment:
Currently you have 4 icons only, the script is designed to work with 5 icons, you have to add one more.
All available fonts you can preview here:
http://fortawesome.github.io/Font-Awesome/icons/
Regards, AS Team.
++++++++++++++++++++++++++++++++++++++++++++++++++
Hello HONSAUSTIROL,
We checked your site source code, we do not see the added css.
Regards, AS Team.
++++++++++++++++++++++++++++++++++++++++++++++++++
For sure the css code is already in.
File: tmpl.default.css
Line: 3671 (as you suggest)
Please re-check
http://www.wegscheider.cc/cms/templates/as002070/css/tmpl.default.css
Still do not see any changes, try to add the same css to the style.custom.css file.
Regards, AS Team.
AS Templates
POSTED: 2016-04-28
In this file this css is already in, but when i add two more than it will don`t show me these team members
Still do not see any changes, please add the css to to the style.custom.css file.
Regards, AS Team.
But same problem
Please add following code :
.team .item_num4 {
transform: translate(1000px, 100px);
transition: transform 1s ease 0.6s;
}
.team .item_num5 {
transform: translate(1000px, -100px);
transition: transform 1s ease 0.9s;
}
Regards, AS Team.
You can change following code:
.team .item_num2 {
transform: translate(1000px, 100px);
transition: transform 1s ease 0.6s;
}
to
.team .item_num2 {
transform: translate(-1000px, 100px);
transition: transform 1s ease 0.6s;
}
Regards, AS Team.
than in the tmpl.default.css -> same problem
???
Add following code in style.custom.css:
.visible .team .item_num0, .visible .team .item_num1, .visible .team .item_num2, .visible .team .item_num3, .visible .team .item_num4, .visible .team .item_num5
{
transform: translate(0px, 0px);
}
.team .item_num4 {
transform: translate(1000px, 100px);
transition: transform 1s ease 0.6s;
}
.team .item_num5 {
transform: translate(1000px, -100px);
transition: transform 1s ease 0.9s;
}
Regards, AS Team.
Next questions: At the menu point "Hardware",
how i can delete the line between column 2 and 3 ?
Can `t find this, but must be a template problem, the pictures has the same weight. Thanks