Dear All, You wrote in your Modul Configuration page for the Slider (AS Sequence Slider) -> This extension is a combination of Sequence Slider script and default Joomla Articles newsflash module. I can't find how it is combined and how I can combine now the AS Slider and Newsflash. Thx.
samplermr
POSTED: 2018-06-12
Dear Team,
How can I replace from your template the crystal images?
AS Templates
POSTED: 2018-06-13
Hello SAMPLERMR,
Can you provide us with domain URL?
Regards, AS Team.
samplermr
POSTED: 2018-06-13
Dear Team,
One more question :-)
I use as-content-3 "Our Team" and I will use more than 4 team member - I can add more diffrent ariticles that's fine but only 4 team member are flying in - how can I setup this for all team members?
Thx.
Sorry, if i can't provide at this time the domain URL
AS Templates
POSTED: 2018-06-13
Hello SAMPLERMR,
Please see Number of Articles parameter under Basic Options tab of Our Team module.
Regards, AS Team.
samplermr
POSTED: 2018-06-13
Hi AS Team,
How can I change the background color in your template for articel "Cras pellentesque mauris - alias: slider-1 in category: -home slider" and also for alias slider-2 and alias slider-3.....?
Many thanks for your support
AS Templates
POSTED: 2018-06-13
Hello SAMPLERMR,
It can be changed by editing css files. You can easy determinate the file which should be changed and the css class by installing and using Firefox Web Development tools
https://developer.mozilla.org/son/docs/Tools or Firebug Lite for Google Chrome https://getfirebug.com/releases/lite/chrome/
Here you can find some info of using firebug tool:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
samplermr
POSTED: 2018-06-13
Hello Team,
You wrote -> Please see Number of Articles parameter under Basic Options tab of Our Team module.
I checked all this parameters and I played with all this parameters.
I have 14 articles in the "Our Team" section as as-content-3. If I refresh my site, only four articles flying in to the site, two from the left side and 2 from the right side.
Category Depth = 1
Number of Articles = 14
Columns = 5
Any idea?
Thx.
AS Templates
POSTED: 2018-06-13
Hello SAMPLERMR,
We need to see your website please.
Regards, AS Team.
samplermr
POSTED: 2018-06-13
Hi Team,
The site is:
http://test3.de-fidelen-seelued.de
Thx,
AS Templates
POSTED: 2018-06-13
Hello SAMPLERMR,
Now understanding, the template comes with 4 flying articles, more flying articles you have to add in the '/templates/as002077/css/tmpl.default.css' file, please see the following class line 2759:
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
How can I replace from your template the crystal images?
Can you provide us with domain URL?
Regards, AS Team.
One more question :-)
I use as-content-3 "Our Team" and I will use more than 4 team member - I can add more diffrent ariticles that's fine but only 4 team member are flying in - how can I setup this for all team members?
Thx.
Sorry, if i can't provide at this time the domain URL
Please see Number of Articles parameter under Basic Options tab of Our Team module.
Regards, AS Team.
How can I change the background color in your template for articel "Cras pellentesque mauris - alias: slider-1 in category: -home slider" and also for alias slider-2 and alias slider-3.....?
Many thanks for your support
It can be changed by editing css files. You can easy determinate the file which should be changed and the css class by installing and using Firefox Web Development tools
https://developer.mozilla.org/son/docs/Tools or Firebug Lite for Google Chrome https://getfirebug.com/releases/lite/chrome/
Here you can find some info of using firebug tool:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
You wrote -> Please see Number of Articles parameter under Basic Options tab of Our Team module.
I checked all this parameters and I played with all this parameters.
I have 14 articles in the "Our Team" section as as-content-3. If I refresh my site, only four articles flying in to the site, two from the left side and 2 from the right side.
Category Depth = 1
Number of Articles = 14
Columns = 5
Any idea?
Thx.
We need to see your website please.
Regards, AS Team.
The site is:
http://test3.de-fidelen-seelued.de
Thx,
Now understanding, the template comes with 4 flying articles, more flying articles you have to add in the '/templates/as002077/css/tmpl.default.css' file, please see the following class line 2759:
.visible .team .item_num0,
.visible .team .item_num1,
.visible .team .item_num2,
.visible .team .item_num3
{
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
and lines 2548 - 2587:
.team .item_num0
{
-webkit-transform: translate(-1000px, 100px);
-moz-transform: translate(-1000px, 100px);
-ms-transform: translate(-1000px, 100px);
-o-transform: translate(-1000px, 100px);
transform: translate(-1000px, 100px);
-webkit-transition: transform 1s;
-moz-transition: transform 1s;
-o-transition: transform 1s;
transition: transform 1s;
}
.team .item_num1
{
-webkit-transform: translate(-1000px, -100px);
-moz-transform: translate(-1000px, -100px);
-ms-transform: translate(-1000px, -100px);
-o-transform: translate(-1000px, -100px);
transform: translate(-1000px, -100px);
-webkit-transition: transform 1s ease 0.3s;
-moz-transition: transform 1s ease 0.3s;
-o-transition: transform 1s ease 0.3s;
transition: transform 1s ease 0.3s;
}
.team .item_num2
{
-webkit-transform: translate(1000px, 100px);
-moz-transform: translate(1000px, 100px);
-ms-transform: translate(1000px, 100px);
-o-transform: translate(1000px, 100px);
transform: translate(1000px, 100px);
-webkit-transition: transform 1s ease 0.6s;
-moz-transition: transform 1s ease 0.6s;
-o-transition: transform 1s ease 0.6s;
transition: transform 1s ease 0.6s;
}
.team .item_num3
{
-webkit-transform: translate(1000px, -100px);
-moz-transform: translate(1000px, -100px);
-ms-transform: translate(1000px, -100px);
-o-transform: translate(1000px, -100px);
transform: translate(1000px, -100px);
-webkit-transition: transform 1s ease 0.9s;
-moz-transition: transform 1s ease 0.9s;
-o-transition: transform 1s ease 0.9s;
transition: transform 1s ease 0.9s;
}
Regards, AS Team.
It will be published after it has been approved by the Website Administrator.