I bought this template and am currently configuring it. I am using AS Menu 2.2.0, which was included in the template package. I followed exactly the configuration steps for the AS menu but it is smaller, than it should be. On a test site, I used the free version of the template and were able to configure it properly.
Unfortunately, I can't remember, what I have changed to have it as shown here: https://kvzs-demo.xcalibur.ch. This is the page, where the menu appears as wanted.
Here is the page, where the menu is too small: https://kvzs-demo-hb.kvzs.ch
I went through the AS menu modul configuration several times now and compaired it with my test page. They are 100% identically configured. It must be in another place.
Thanks for your assistance.
Excalibur
POSTED: 2021-05-18
Never mind.. after the second row appeared, the menu is now larger.. but my next question would be, where in the ext.menu.css can I configure, that more than 5 menu items are listed in one row?
AS Templates
POSTED: 2021-05-18
Hello EXCALIBUR,
Please check line 101, the following class:
I found that line and changed it to 10.00% already yesterday but it still showed only 5 menu items. I've found a different solution and reduced the amount of menu items on the 1 level.
Two more questions:
I also tried to align the sub-menus from center to left. I changed the following CSS settings within ext.asmenu.css. Once individually and then both together:
.navigation #as-menu ul.as-menu ul li a,
.navigation #as-menu ul.as-menu ul li span
{
text-align: center;
font-size: 14px;
letter-spacing: 1px;
font-weight: normal;
line-height: 20px !important;
overflow: hidden;
text-shadow: 1px 1px 0 #FFFFFF;
text-transform: uppercase;
color: #A5A2A1 !important;
text-decoration: none;
background: none;
display: block;
padding: 5px;
}
no effect. I just don't know, if it was a cashing issue or if this are the wrong places.
Second question is:
When I am on my home page and hover over the other top level menue items, they don't unfold and are not showing the sub-menue items. I have to select one of the other menue items first and only after that, the sub-menues are unfolded and shown. As soon as I click on home again, the sub-menues are not shown anymore. Looking at the demo, the behavior should be different. In the demo, the sub-menues are also displayed, when I am on the home page.
What is configured wrongly on my side?
Thanks
Excalibur
POSTED: 2021-05-26
First question was resolved. It was indeed a cashing issue of my browser.
The second question remains and I am wondering, when I can get an answer for it.
I tested it with different browsers, compaired it with the demo and how the demo is configured, checked my css files but wasn't able to figure it out.
Second question is:
When I am on my home page and hover over the other top level menue items, they don't unfold and are not showing the sub-menue items. I have to select one of the other menue items first and only after that, the sub-menues are unfolded and shown. As soon as I click on home again, the sub-menues are not shown anymore. Looking at the demo, the behavior should be different. In the demo, the sub-menues are also displayed, when I am on the home page.
What is configured wrongly on my side?
Thanks for looking into it and coming back with hopefully a solution.
Excalibur
POSTED: 2021-05-26
additional information to my previous question:
Example from the demo: https://demo.astemplates.com/joomla-templates/002056/index.php
click on Home, if not already there.. hover your mouse over 'About'. After a short while, the sub-menu structure is shown.
My homepage: https://kvzs-test-hb.kvzs.ch/index.php
click on Home, if not already there.. hover your mouse over 'Verein' and wait. Nothing happens. click on 'Verein' and hover your mouse over it again. The sub-menu structure is shown now.
AS Templates
POSTED: 2021-05-26
Hello EXCALIBUR,
Try to disable the slider on your homepage, we think you have some javascript conflict.
Regards, AS Team.
Excalibur
POSTED: 2021-05-27
Thanks.. it was the video player, which caused this effect.. might have to check on a different player then
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 bought this template and am currently configuring it. I am using AS Menu 2.2.0, which was included in the template package. I followed exactly the configuration steps for the AS menu but it is smaller, than it should be. On a test site, I used the free version of the template and were able to configure it properly.
Unfortunately, I can't remember, what I have changed to have it as shown here: https://kvzs-demo.xcalibur.ch. This is the page, where the menu appears as wanted.
Here is the page, where the menu is too small: https://kvzs-demo-hb.kvzs.ch
I went through the AS menu modul configuration several times now and compaired it with my test page. They are 100% identically configured. It must be in another place.
Thanks for your assistance.
Please check line 101, the following class:
.navigation #as-menu ul.as-menu > li, .
navigation #as-menu ul.as-menu > li:hover {
padding: 0;
margin: 0;
width: 19.66%;
text-align: center;
list-style: none;
}
Regards, AS Team.
I found that line and changed it to 10.00% already yesterday but it still showed only 5 menu items. I've found a different solution and reduced the amount of menu items on the 1 level.
Two more questions:
I also tried to align the sub-menus from center to left. I changed the following CSS settings within ext.asmenu.css. Once individually and then both together:
line 100:
.navigation #as-menu ul.as-menu > li,
.navigation #as-menu ul.as-menu > li:hover
{
padding: 0;
margin: 0;
width: 19.66%;
text-align: center;
list-style: none;
}
line 270:
.navigation #as-menu ul.as-menu ul li a,
.navigation #as-menu ul.as-menu ul li span
{
text-align: center;
font-size: 14px;
letter-spacing: 1px;
font-weight: normal;
line-height: 20px !important;
overflow: hidden;
text-shadow: 1px 1px 0 #FFFFFF;
text-transform: uppercase;
color: #A5A2A1 !important;
text-decoration: none;
background: none;
display: block;
padding: 5px;
}
no effect. I just don't know, if it was a cashing issue or if this are the wrong places.
Second question is:
When I am on my home page and hover over the other top level menue items, they don't unfold and are not showing the sub-menue items. I have to select one of the other menue items first and only after that, the sub-menues are unfolded and shown. As soon as I click on home again, the sub-menues are not shown anymore. Looking at the demo, the behavior should be different. In the demo, the sub-menues are also displayed, when I am on the home page.
What is configured wrongly on my side?
Thanks
The second question remains and I am wondering, when I can get an answer for it.
I tested it with different browsers, compaired it with the demo and how the demo is configured, checked my css files but wasn't able to figure it out.
Second question is:
When I am on my home page and hover over the other top level menue items, they don't unfold and are not showing the sub-menue items. I have to select one of the other menue items first and only after that, the sub-menues are unfolded and shown. As soon as I click on home again, the sub-menues are not shown anymore. Looking at the demo, the behavior should be different. In the demo, the sub-menues are also displayed, when I am on the home page.
What is configured wrongly on my side?
Thanks for looking into it and coming back with hopefully a solution.
Example from the demo: https://demo.astemplates.com/joomla-templates/002056/index.php
click on Home, if not already there.. hover your mouse over 'About'. After a short while, the sub-menu structure is shown.
My homepage: https://kvzs-test-hb.kvzs.ch/index.php
click on Home, if not already there.. hover your mouse over 'Verein' and wait. Nothing happens. click on 'Verein' and hover your mouse over it again. The sub-menu structure is shown now.
Try to disable the slider on your homepage, we think you have some javascript conflict.
Regards, AS Team.