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.
HELLO, how do I make your template to the top menu immediately narrow? Ie that it was the same narrow view when scroll down the page and not wide, as soon as you open the site.
AS Templates
POSTED: 2016-04-14
Hello ALEXDAR,
We are sorry, we do not see any purchased items under your account, our support is available for premium versions only.
Я вообще-то покупал ваш шаблон с другом вместе, но его аккаунт я не знаю какой, и с ним уже не общаюсь. Мне очень нужен ответ на мой вопрос. Я не думаю, что вам трудно ответить
I'm making a multilanguage site with the template AS Template 002070. But I face the following issue :
I cannot show the module with flags for multilanguage. The site is availaible on http://test.itemservices.com. Can you please give me a process to create a position for the language switche module or remind a position I can use for this.
Thanks.
AS Templates
POSTED: 2016-04-27
Hello SANDGILOU,
In which module position are you trying to publish it?
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)
I'm trying to put it on as-mainmenu position. next to the menu.
AS Templates
POSTED: 2016-04-28
Hello SANDGILOU,
For checking this issue can you please provide us with an access to your Joomla admin panel?
The access info please put in the Special info area under your Purchased items section of your AS account.
Question: Hi, i can't install my template item: 002070. When i'm on joomla instalation panel showsme a warning that says: XML configuration archive not found and another error window that says: Instalation package not found
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
We checked your site source code, we do not see the added css.
Regards, AS Team.
View History
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.
View History
We are sorry, we do not see any purchased items under your account, our support is available for premium versions only.
Regards, AS Team.
View History
View History
I'm making a multilanguage site with the template AS Template 002070. But I face the following issue :
I cannot show the module with flags for multilanguage. The site is availaible on http://test.itemservices.com. Can you please give me a process to create a position for the language switche module or remind a position I can use for this.
Thanks.
In which module position are you trying to publish it?
Regards, AS Team.
View History
++++++++++++++++++++++++++++++++++++++++++++++++++
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.
View History
For checking this issue can you please provide us with an access to your Joomla admin panel?
The access info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
View History
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.
View History
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.
View History
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.
View History