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.
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.
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.....?
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.
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:
the slider pagination image is missing. Before I spend a lot of time looking for what is missing. Can you please point me to it?
my site is at test.orikam.com
Thank you
AS Templates
POSTED: 2018-07-01
Hello ORIKAM18,
You have too small slider images, please replace them with high resolution images, the image size should be at least 2000x1100.
Then we will need an access to your Joomla admin panel, the access info you have to put in the Special info area under your Purchased items section of your AS account.
I have started working with the 002077 template and when I added the superfish menu and slide a while bar appeared between them. How do I get rid of it.
thanks
http://www.pghchillout.com/index.php
AS Templates
POSTED: 2019-01-01
Hello CAPOZLAPGH,
Our suggestion is to install this template using quick-start installation package, after installing the package your site will look exact like our demo preview page it will be easy for you to make changes in the content, preview all parameters and settings, the package installation will save days of your time. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info: https://www.astemplates.com/joomla-template-documentation/383-002077
I am using 002077. the default background is white .... can I turn the default background to black?
Thanks.
AS Templates
POSTED: 2019-01-07
Hello CAPOZLAPGH,
You can do it by editing css files only or creating your own css and uploading it in the style.custom.css file, you can find it in 'templates/as002077/css' folder.
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
View History
View History
How can I replace from your template the crystal images?
Can you provide us with domain URL?
Regards, AS Team.
View History
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.
View History
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.
View History
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.
View History
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.
View History
View History
http://kisteherberles-szarvas.hu/
I dont no, what should i make.
Very thanks!
Robert
Please check the following article, it should help you: https://blog.astemplates.com/sorry-something-went-wrong-page-didnt-load-google-maps-correctly/
Regards, AS Team.
View History
the slider pagination image is missing. Before I spend a lot of time looking for what is missing. Can you please point me to it?
my site is at test.orikam.com
Thank you
You have too small slider images, please replace them with high resolution images, the image size should be at least 2000x1100.
Then we will need an access to your Joomla admin panel, the access info you have to put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
View History
thanks
http://www.pghchillout.com/index.php
Our suggestion is to install this template using quick-start installation package, after installing the package your site will look exact like our demo preview page it will be easy for you to make changes in the content, preview all parameters and settings, the package installation will save days of your time. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info:
https://www.astemplates.com/joomla-template-documentation/383-002077
Regards, AS Team.
View History
Thanks.
You can do it by editing css files only or creating your own css and uploading it in the style.custom.css file, you can find it in 'templates/as002077/css' folder.
Regards, AS Team.