Hello and thank you for the template. I have purchased the 002059 template but have been unable to install it form the quickstart file partly due to problems with the server. Is there documentation regarding the template that outlines what plugins are used in what positions and the settings that would have been included with the quickstart installations.
I have attempted to utilize the plugins but am unable to replicate the slidehsow etc as my pictures although added to the settings do not appear.
I have had some joomla development experience but am still quite a novice. Thanks in advance for any advice.
AS Templates
POSTED: 2014-05-08
Hello ANDREWE,
The template documentation you can find here:
http://www.astemplates.com/joomla-template-documentation/218-160-modules-configuration
Anyway, our suggestion is install it using quick-start package, if you can't install it on your live server, you may install it on some demo server and then preview all parameters and settings.
Regards, AS Team.
AndrewE
POSTED: 2014-05-08
Thank you for the advice. I have manged to install the template, the issue was with the server. The only issue I am having is not being able to change the colour of the font in the ASslider module. I have changed the parameters but the font remains white. Any advice?
AS Templates
POSTED: 2014-05-09
Hello ANDREWE,
The font you can change by editing 'as002059/css/ext.artslider.css' file, please look for the following classes:
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
I have attempted to utilize the plugins but am unable to replicate the slidehsow etc as my pictures although added to the settings do not appear.
I have had some joomla development experience but am still quite a novice. Thanks in advance for any advice.
The template documentation you can find here:
http://www.astemplates.com/joomla-template-documentation/218-160-modules-configuration
Anyway, our suggestion is install it using quick-start package, if you can't install it on your live server, you may install it on some demo server and then preview all parameters and settings.
Regards, AS Team.
The font you can change by editing 'as002059/css/ext.artslider.css' file, please look for the following classes:
.camera_caption p {
color: #FFFFFF;
font-size: 16px !important;
font-weight: bold;
line-height: 22px;
margin: 0 !important;
padding: 0 !important;
text-shadow: 1px 1px 0 #333333;
text-transform: uppercase;
}
.camera_caption h2 {
color: #B3C8D7;
font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
font-size: 28px !important;
font-weight: bold !important;
margin-bottom: 15px;
text-shadow: 1px 1px 0 #333333;
}
.camera_caption .slide_title {
color: #FFFFFF;
font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
font-size: 64px;
font-weight: bold;
line-height: 80px;
margin-bottom: 0 !important;
padding-bottom: 15px !important;
text-shadow: 1px 1px 0 #333333;
text-transform: uppercase;
}
Regards, AS Team.