Hello MOLOIMAGA12,
You have to use the content.psd file for changing the color, this file is included in the downloaded package, you can find it in the images folder.
How to remove the picture "bg.body.png" when setting a page to "Iframe Wrapper"?
AS Templates
POSTED: 2013-02-16
Hello SOUTHPOINT,
You can remove it in the Template parameters -> General Configuration Parameters -> Background Image, click on the clear button then Save the changes.
Hi,
can you please suggest me where can I publish the language switcher module in this template? I can't find a suitable position for it and in your demo the module il unpublished...
Thanx
AS Templates
POSTED: 2013-02-18
Hello LORENADL,
Try to publish it in module position 0 or 2, we don't have a specific position for it, what is the module developer recommends?
Thank you for your reply. Usually in a multilanguage Joomla template the the language switcher is positioned on the top-right of page. I expected that you have planned a position for it because positions 0 and 2 are already occupied by the search and the breadcrumb modules respectively.
I'll arrange to make room for the language switcher module modifying the template. Thank you anyway.
Regards
I'm having a hard time changing the background color in the tmlp.header file.
I've changed the color of the image files and uploaded with success, but when I tried to update the color in the css file it didn't change.
I don't want to change the background. sorry. I wasn't very clear as I thought for a moment this was a thread for a specific problem, but I guess it's not!
I want to change the background color in the menu button, or rather remove it completely. I changed the:
and nothing happened the stock color remains, is there anything else I need to change?
AS Templates
POSTED: 2013-02-25
Hello LAURELLEAF,
Seems you need to remove the menu background image, in the tmpl.header.css file, please find and edit the following class (line 309):
#header .row1 #topmenu ul.menu li.current a,
#header .row1 #topmenu ul.menu li.active a,
#header .row1 #topmenu ul.menu li.actives a,
#header .row1 #topmenu ul.menu li:hover a
{
background-image: url("../images/bg.btn.menu.png");
background-position: left top;
background-repeat: repeat-x;
display: block;
}
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
You have to use the content.psd file for changing the color, this file is included in the downloaded package, you can find it in the images folder.
Regards, AS Team.
View History
I do a menu to "Iframe Wrapper", and how to disable background picture?
Not quiet understand the problem, can you please provide us with your site url? We would like to see it.
Regards, AS Team.
View History
http://www.hotimg.com/direct/Uf2kZtp
How to remove the picture "bg.body.png" when setting a page to "Iframe Wrapper"?
You can remove it in the Template parameters -> General Configuration Parameters -> Background Image, click on the clear button then Save the changes.
Regards, AS Team.
View History
General Configuration Parameters -> Background Image -> clear -> save -> "Style successfully saved",
but it still show that picture "images/sampledata/as002036/bg.body.png"
Is there anything wrong in permisstions ?
Please provide us with an access to the Joomla admin panel, we have to see this issue.
Regards, AS Team.
View History
I have sented a login password to "astemplates.com/contactus.php"
In such case you have make some css customization, we put additional class in the tmpl.custom.css file, it should be OK now.
Regards, AS Team.
View History
can you please suggest me where can I publish the language switcher module in this template? I can't find a suitable position for it and in your demo the module il unpublished...
Thanx
Try to publish it in module position 0 or 2, we don't have a specific position for it, what is the module developer recommends?
Regards, AS Team.
View History
I'll arrange to make room for the language switcher module modifying the template. Thank you anyway.
Regards
View History
I've changed the color of the image files and uploaded with success, but when I tried to update the color in the css file it didn't change.
the code was also different to the above,
#header .row1 #topmenu ul.menu ul li
{
width: 200px;
height: 30px;
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;
background-color: #acb866;
}
Please provide us with your site URL, we will check it and let you know.
Regards, AS Team.
View History
View History
Try to put the following n the tmpl.custom.css file:
body
{
background-color: #acb866;
}
Regards, AS Team.
View History
I want to change the background color in the menu button, or rather remove it completely. I changed the:
#header .row1 #topmenu ul.menu ul li
{
width: 200px;
height: 30px;
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;
background-color: #acb866; <----
}
and nothing happened the stock color remains, is there anything else I need to change?
Seems you need to remove the menu background image, in the tmpl.header.css file, please find and edit the following class (line 309):
#header .row1 #topmenu ul.menu li.current a,
#header .row1 #topmenu ul.menu li.active a,
#header .row1 #topmenu ul.menu li.actives a,
#header .row1 #topmenu ul.menu li:hover a
{
background-image: url("../images/bg.btn.menu.png");
background-position: left top;
background-repeat: repeat-x;
display: block;
}
Regards, AS Team.
View History