problem with premium version of template 2031. I have defined a dropdown menu, but the dropdown box isn't width enough for the menu items. Therefore the text of some menuitems is beyond the dropdownbox. How can I solve this issue.
Here the link to my test site - click on "unsere Leistungen"
http://neu.r-bd.at/
many thanks in advance
Hermann
AS Templates
POSTED: 2012-04-15
Hello hraninger,
You have to make small changes in the template.css file, please find the following classes:
I´m using a content builder edit form with this template and get following effect:
Command buttons are aligned vertical instead horizontal. With other templates it works fine.
with ASA02031:
Delete
Edit
Back
with i.e. Beeze it works as it should be.
Delete Edit Back
According content builder manufaturer it´s a template issue. Can you help me?
AS Templates
POSTED: 2013-03-11
Hello HRANINGER,
We are sorry, we are not able to provide free support for third-party extensions, thank You for understanding.
Regards, AS Team.
hraninger
POSTED: 2013-04-24
I just have updated to V410. Now I would like add a listimage to the submenu (">" = listimage) and all submenu elements should have a bottom border. Like this
I guess, it should be done in "tmpl_header.css", but I don't know how. I hope, you can help me.
Many thanks in advance
Best regards
HR
AS Templates
POSTED: 2013-04-24
Hello HRANINGER,
We are sorry, such kind of question can't be covered by our support team, you have to ask for our customization services:
http://www.astemplates.com/customservices
Regards, AS Team.
hraninger
POSTED: 2013-10-08
How I can Redirect an 404 error to stay on the Website?
AS Templates
POSTED: 2013-10-08
Hello HRANINGER,
We are sorry, it is related to the Joomla CMS, please ask for help on forum.joomla.org website.
Regards, AS Team.
hraninger
POSTED: 2014-10-15
I have upgraded joomla 2.5 to 3.3.6. Deinstalled 2031 2.5 template und installed 2031 3 template. The main menu is shown vertically instead horizontally now! I can't find how to change that.
AS Templates
POSTED: 2014-10-15
Hello HRANINGER,
Just checked your site, everything looks fine, have you managed to resolve this issue?
Regards, AS Team.
hraninger
POSTED: 2014-10-22
the side is on a test url www1.r-bd.at. Menu issue is solved already. But the as slider doesn't show any pic?
hraninger
POSTED: 2014-10-22
When I enter my url (www1.r-bd.at) firsttime the pull down menu isn't shown if i place mouse on menu items. After klicking a menu item it works?
How i can change menu items format (e.g. width of menu item, font size, etc.)?
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
problem with premium version of template 2031. I have defined a dropdown menu, but the dropdown box isn't width enough for the menu items. Therefore the text of some menuitems is beyond the dropdownbox. How can I solve this issue.
Here the link to my test site - click on "unsere Leistungen"
http://neu.r-bd.at/
many thanks in advance
Hermann
You have to make small changes in the template.css file, please find the following classes:
#header #topmenu ul.menu ul {
display: none;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
top: 60px;
width: 183px;
z-index: 40 !important;
}
#header #topmenu ul.menu ul li {
height: 35px;
width: 183px;
}
#header #topmenu ul.menu ul ul {
border-left: 0 none;
border-top: 0 none;
display: none;
left: 180px;
margin: 0 !important;
padding: 8px 0 0;
position: absolute;
top: 0;
z-index: 70;
}
and replace with the following:
#header #topmenu ul.menu ul {
display: none;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
top: 60px;
width: 223px;
z-index: 40 !important;
}
#header #topmenu ul.menu ul li {
height: 35px;
width: 223px;
}
#header #topmenu ul.menu ul ul {
border-left: 0 none;
border-top: 0 none;
display: none;
left: 220px;
margin: 0 !important;
padding: 8px 0 0;
position: absolute;
top: 0;
z-index: 70;
}
We changed the 'width' and 'left', hope it will help you.
Regards, AS Team.
#colmain h1 { color #ffff11; .... }
but there is no effect.
Other parameters (like background-color) works well?
In which module position/component you need to change it? Thank You.
Regards, AS Team.
I use <h1> in the content. see www.neu.r-bd.at
best regards
hraninger
You have make changes in the styles.php file in the following class:
#colmain h1,
#colmain h2,
#colmain h3
{
color: #3F3C38;
}
Regards, AS Team.
We think you have to write your own css. Can you please provide us with an example? Do you have it on your site?
Regards, AS Team.
a) i did the download 20120401. Meanwhile I have done a lot of changes. Is it necessary to update?
b) I`d like to change the color of <h2> and failed
the item is: html > body > div #general > div #content > div #colmain > div #component > div .item-page > h2
I try to change the color in template.css #colmain h2. But it doesn't work. If i change font-size there, it works!?
1. It is not necessary if all is working fine.
2. The font color you can change in the styles.php file, please look for the following class:
#colmain h1,
#colmain h2,
#colmain h3
{
color: #3F3C38;
}
3. The font size you can change in the template.css file in the folloowing class:
#colmain .item h1,
#colmain .item h2,
#colmain .item h3 {
background-image: none;
font-size: 20px;
font-weight: normal;
margin: 0 0 25px;
padding: 10px 0 0;
width: 100%;
}
Regards, AS Team.
Command buttons are aligned vertical instead horizontal. With other templates it works fine.
with ASA02031:
Delete
Edit
Back
with i.e. Beeze it works as it should be.
Delete Edit Back
According content builder manufaturer it´s a template issue. Can you help me?
We are sorry, we are not able to provide free support for third-party extensions, thank You for understanding.
Regards, AS Team.
Main-menu-item-1 Main-menu-item-2
> Submenu item 11 > Submenu item 21
__________________ _______________
> Submenu item 12 > Submenu item 22
__________________ _______________
> .......
__________________
I guess, it should be done in "tmpl_header.css", but I don't know how. I hope, you can help me.
Many thanks in advance
Best regards
HR
We are sorry, such kind of question can't be covered by our support team, you have to ask for our customization services:
http://www.astemplates.com/customservices
Regards, AS Team.
We are sorry, it is related to the Joomla CMS, please ask for help on forum.joomla.org website.
Regards, AS Team.
Just checked your site, everything looks fine, have you managed to resolve this issue?
Regards, AS Team.
How i can change menu items format (e.g. width of menu item, font size, etc.)?