Great!... I've been able to change the color of these titles..
It is a pitty though that these cant be changed in the parameters menu as you would think it suggests...
Now I've send you the login details by sending a message by using your general questions form...
Hope that this is ok as I'd rather not post these in a public comment ;-)
Thanks for the support!
Regards,
AS Templates
POSTED: 2014-03-19
Hello PBURGERSDIJK,
By some reason the Google Map plugin was disabled in your Joomla admin panel, we made all necessary changes and now it looks exact like our demo preview.
Dear Sirs,
I've buyed and installed this tmpl through "quick start".
Where I can find the product I buy?
How I can know which component you have used for this tmpl and the relative settings?
In your info I can be read:
"002059 Responsive Joomla! template is based on the Bootstrap and AS Frameworks. The Bootstrap Framework makes it fully responsive to all screen resolutions and aspect ratios, the AS Framework allows you to customize our templates with minimum coding knowledge."
Thank you in advance
Bye
Lou Saetta
AS Templates
POSTED: 2014-03-23
Hello LSAETTA,
The item you can download from 'My Purchased Items' section of your AS Template account.
Please click on the URL below or copy it to your browser's address bar and use your assigned username and password to access your AS Template account:
URL: http://astemplates.com/userinfo.php
When you will install the template using quick-start installation package all components and extensions you will be able to see in your Joomla admin panel.
I bought this template and i would like add another style of css to paragraph?
The problem is that the text is white and on some images it doesnt stand out.
So how can i do this?
Thx in advanced
Maria Pires
AS Templates
POSTED: 2014-03-24
Hello MARIAPIRES,
Your css you can put in the style.custom.css file.
today i entered to the "customise template" and got the following error:
"Warning Extension record not found in database"
is this normal?
note: i installed using quickstart...
thx in advanced
AS Templates
POSTED: 2014-03-26
Hello MARIAPIRES,
This issue is known by Joomla community and still under investigation, there is nothing wrong with your installation and hope will be resolved in coming new Joomla version.
1) Another thing, is it possible to change space between modules?
i want modules to become, vertically, more close to each other.
2) when i asked about Menu color i meant to ask about background color, not font. sorry for that.
3) what is the best schedule for asking questions?
thx in advanced :)
AS Templates
POSTED: 2014-03-26
Hello MARIAPIRES,
1. Yes, it is possible, but our support team is not able to help you with the template customization, for any customization requests you can contact us using our services page: http://www.astemplates.com/customservices
2. For changing background please see the following class in the tmpl.default.css file:
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
It is a pitty though that these cant be changed in the parameters menu as you would think it suggests...
Now I've send you the login details by sending a message by using your general questions form...
Hope that this is ok as I'd rather not post these in a public comment ;-)
Thanks for the support!
Regards,
By some reason the Google Map plugin was disabled in your Joomla admin panel, we made all necessary changes and now it looks exact like our demo preview.
Regards, AS Team.
View History
I bought this template and now I am trying to play with it.
How do I change the Article Title Font Size/color for AS Slider module?
Great job on a nice clean template btw.
You can change it by editing ext.artslider.css file, the following class:
.camera_caption .slide_title
{
font-size: 64px;
line-height: 80px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 0px !important;
padding-bottom: 15px !important;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
text-shadow: 1px 1px 0px #333333;
color: #fff;
}
Regards, AS Team.
View History
I've buyed and installed this tmpl through "quick start".
Where I can find the product I buy?
How I can know which component you have used for this tmpl and the relative settings?
In your info I can be read:
"002059 Responsive Joomla! template is based on the Bootstrap and AS Frameworks. The Bootstrap Framework makes it fully responsive to all screen resolutions and aspect ratios, the AS Framework allows you to customize our templates with minimum coding knowledge."
Thank you in advance
Bye
Lou Saetta
The item you can download from 'My Purchased Items' section of your AS Template account.
Please click on the URL below or copy it to your browser's address bar and use your assigned username and password to access your AS Template account:
URL: http://astemplates.com/userinfo.php
When you will install the template using quick-start installation package all components and extensions you will be able to see in your Joomla admin panel.
Regards, AS Team.
View History
I bought this template and i would like add another style of css to paragraph?
The problem is that the text is white and on some images it doesnt stand out.
So how can i do this?
Thx in advanced
Maria Pires
Your css you can put in the style.custom.css file.
Regards, AS Team.
View History
thx for the reply.
today i entered to the "customise template" and got the following error:
"Warning Extension record not found in database"
is this normal?
note: i installed using quickstart...
thx in advanced
This issue is known by Joomla community and still under investigation, there is nothing wrong with your installation and hope will be resolved in coming new Joomla version.
Regards, AS Team.
View History
where can i change main menu color?
thx
The menu font color can be changed in the
'modules/mod_as_menu/css/ext.default.css' file in the following class:
#as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span
{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #996600;
display: block;
font-family: 'BenchNine',sans-serif;
font-size: 18px;
font-weight: 400;
height: 20px;
line-height: 20px;
padding: 27px 1em;
text-transform: uppercase;
}
or you can create your own css and put it in the style.custom.css file.
Regards, AS Team.
View History
how can i turn off welcome text? i found how to turn off page heading, but cant find how to hide the text below it...
Thx in advanced
The text is coming from featured article under Home category, you can edit the article or change Home menu item type.
Regards, AS Team.
View History
1) Another thing, is it possible to change space between modules?
i want modules to become, vertically, more close to each other.
2) when i asked about Menu color i meant to ask about background color, not font. sorry for that.
3) what is the best schedule for asking questions?
thx in advanced :)
1. Yes, it is possible, but our support team is not able to help you with the template customization, for any customization requests you can contact us using our services page: http://www.astemplates.com/customservices
2. For changing background please see the following class in the tmpl.default.css file:
#header-row .container
{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
border-bottom: 9px solid #FFFFFF;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
padding: 25px 0 0;
}
3. We are sorry, we don't have any schedule, we are trying to answer on questions at least 2 times a day.
Regards, AS Team.
View History
thx again for being helpfull.
best regards
View History
how can I enlarge as-position-1?
I have long title and a little logo .. so I would like to enlarge the module menu position.
Thanks
The maximum template width is 1132px, sorry there is no option to make it bigger.
Regards, AS Team.
View History
Again a question of the menu.
1) i was able to change color but How can i set height of main menu?
2) and how can i get logo to stick to top? probably come padding that i couldnt simply find....
thx in advanced