thank you very much. I went ahead and bought the template, great work! however im currently trying to change the article heading color, and im not seeing an option for it, and eventhough ive changed all the colors some of the rollover colors are the same as before. do you have any idea whats going on?
AS Templates
POSTED: 2012-04-09
Hello chriswiggs,
The heading article color is the same like body color, you can change it in the General Configuration Parameters -> Fonts.
If you would like have other from body you have edit styles.php file, please look for the following class:
Hi,
I have problem with setup Position-2 (Custom HTML - Icons Menu). I created custom html module with editor code mirror and copy&paste html code from http://astemplates.com/itemdetails.php?id=109&page=howto&article=16
When i click on "contact us" a new email message window has wrong fields to: "TO: type='text/javascript,'"
Hello,
hopefully this will be my last question and my website will be finished! but i set up a contact page as the how to section explained, but whenever i go to test it it doesnt send an email. it will send one to the sender if the 'send me a copy' box is checked, but the destination email doesnt get anything. ive looked around online and apparently this is a pretty common problem. do you have any suggestions as to how i can get this contact form working?
thank you
AS Templates
POSTED: 2012-04-13
Hello chriswiggs,
Unfortunately we can't help you in this case, the problem is not related to the template.
Hi,
I would like to know where is the .css file for the Royal color theme is located, I need to change the hover links color from orange to blue.
I did make the changes from the admin panel in theme manager however the change isnt showing on the site...
Thanks
AS Templates
POSTED: 2012-04-16
Hello wonderblunt,
You have to change it in the params.general.php file, please look for the following:
$body_linkcolorhover = 'FFA41C';
It should be on line 132, if you have a latest version and did not make any changes in this file before.
LOLL Hi again.. I hope this is the last issue I can't figure out...
In my contact page I have the work ( contact) showing right under the breadcrums bar.. in the page title area, How can I remove it, I can't find any option concerning page title display options...
this is the link to the site..
http://alybicommunications.com/vlindustriel/index.php/fr/nous-joindre
AS Templates
POSTED: 2012-04-18
Hello wonderblunt,
Hmmm, strange. We are also not able to find out how to disable it through the Joomla admin panel, but you can disable in the source code by editing:
templates/as002032/html/com_contact/contact/default.php file.
Please find the following string and delete it (should be on line 48)
I have fresh installation of Joomla 2.5.4 and as002032 premium templates.
When I try to create new Menu item, I have the following error:
'JFolder: :folder: Path is not a folder. Path:'
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
The heading article color is the same like body color, you can change it in the General Configuration Parameters -> Fonts.
If you would like have other from body you have edit styles.php file, please look for the following class:
#colmain h1,
#colmain h2,
#colmain h3
{
color: <?php echo $body_fontcolor; ?>;
font-size: <?php echo $body_hfontsize; ?>;
font-weight: <?php echo $body_hfontweight; ?>;
}
and replace the color, for example to grey:
#colmain h1,
#colmain h2,
#colmain h3
{
color: #cccccc;
font-size: <?php echo $body_hfontsize; ?>;
font-weight: <?php echo $body_hfontweight; ?>;
}
View History
It's possible show 8 (instead 4) columns to 2 rows in homepage?
Sorry, only 4 in 1 row.
Regards, AS Team.
View History
I have problem with setup Position-2 (Custom HTML - Icons Menu). I created custom html module with editor code mirror and copy&paste html code from http://astemplates.com/itemdetails.php?id=109&page=howto&article=16
When i click on "contact us" a new email message window has wrong fields to: "TO: type='text/javascript,'"
View History
View History
How /where can I define entries in "menu main" (POS41) in BOLD ?
Thanx for your help.
Manuel
In the template.css file please add the following class:
#colleft ul.menu li a,
#colright ul.menu li a
{
font-weight: bold;
}
Regards, AS Team.
View History
View History
hopefully this will be my last question and my website will be finished! but i set up a contact page as the how to section explained, but whenever i go to test it it doesnt send an email. it will send one to the sender if the 'send me a copy' box is checked, but the destination email doesnt get anything. ive looked around online and apparently this is a pretty common problem. do you have any suggestions as to how i can get this contact form working?
thank you
Unfortunately we can't help you in this case, the problem is not related to the template.
Regards, AS Team.
View History
I would like to know where is the .css file for the Royal color theme is located, I need to change the hover links color from orange to blue.
I did make the changes from the admin panel in theme manager however the change isnt showing on the site...
Thanks
You have to change it in the params.general.php file, please look for the following:
$body_linkcolorhover = 'FFA41C';
It should be on line 132, if you have a latest version and did not make any changes in this file before.
Regards, AS Team.
View History
View History
In my contact page I have the work ( contact) showing right under the breadcrums bar.. in the page title area, How can I remove it, I can't find any option concerning page title display options...
View History
http://alybicommunications.com/vlindustriel/index.php/fr/nous-joindre
Hmmm, strange. We are also not able to find out how to disable it through the Joomla admin panel, but you can disable in the source code by editing:
templates/as002032/html/com_contact/contact/default.php file.
Please find the following string and delete it (should be on line 48)
<?php echo '<h3>'. JText::_('COM_CONTACT_DETAILS').'</h3>'; ?>
Regards, AS Team.
View History
Is there any easy way to centre my div boxes. I am trying margin-left and margin-right: auto but nothing is working.
Regards,
djneilly
That is not easy to suggest you something without to see your site, sorry.
Did you try text-align: center;
Regards, AS Team.
View History
I have fresh installation of Joomla 2.5.4 and as002032 premium templates.
When I try to create new Menu item, I have the following error:
'JFolder: :folder: Path is not a folder. Path:'
Please help me to solve this.