Forum Replies Created
-
AuthorPosts
-
Brilliant – that works perfectly now.
Thanks Yigit.!
Thanks for confirming the same issue Millertimesites. Hopefully the Enfold gurus have a code tweak available.
Thanks Yigit
I’ve checked all those post points. Have cleared cache and that’s resolved all issues except one:
I’ve got this code in Quick CSS to stop the standard menu bar menu items overlapping with the logo when reducing browser width…———————————————————————————–
@media only screen and (max-width: 1100px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}
———————————————————————————–
It seems to work OK except that when reducing browser width to the point where the standard menu disappears, there is a about 200px of further width before the hamburger menu displays. Is there any code tweak I need to do to display the hamburger menu as soon as the standard menu disappears?Thanks
Thanks Rickard
I’ve done the update to the latest version. It fixed the original issue but now we have a couple of different issues;
1. The mobile hamburger icon doesn’t display until you reduce browser width to around iPad port
2. And when hamburger does display, clicking on it displays the slide-in menu OK but it’s on a transparent background
ThanksGreat thanks Yigit
Hi – looks like I may have it sorted. Firewall issues filtering some content by the looks of it.
cheers
Hi Ismael
As mentioned above – that code did not work, and subsequent changes. So we abandoned the footer menu
Thanks.
hi Vinay
Has been a bit too quirky getting this sorted so we’ve removed the footer menu for now.
Thanks Vinay
That doesn’t quite work as it hides the current Child 1 drop menu on some of the nav items.
Hi Vinay
Yes “Starters” is a Custom Link of child page “Queensland” – which is a child of “Menu” – so that is why the main menu is highlighting correctly.
Problem is – how do I create multiple childs for the full-width menu without invoking an additional drop down menu from the top?
Thanks
Hi Vinay
Have done that and it fixed desktop, but has reverted the mobile view back to initial issues. And when slowly reducing browser width down in size, it’s not a consistent responsive reformatting. Just to confirm – here’s the total custom css for this:
@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket {
display:block!important;
}}@media only screen and (max-width: 767px) {
li#menu-item-6381 {
padding-left: 0!important;
}#socket .sub_menu_socket li {
padding: 0 5px;
}}@media only screen and (min-width: 767px) {
#socket .menu {
position: absolute;
left: 34px;
top: 40px;
}
}Thanks Ismael
That worked – just one small issue on desktop :)
The footer menu ABOUT / TERMS / CONTACT is left aligned too far to the left beyond the line above and below.
Please see screengrab below..
Thanks
Hi Vinay
As mentioned, all pages under the top nav “Menus” – please see below.
thanks
Hi Vinay
This issue relates only to the MENUS pages – that have full-width sub menus on them.
All the other pages are fine.
Thanks
Hi Yigit
Still no luck unfortunately – here’s the total code I’ve got for the footer….
@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket {
display:block!important;
}}@media only screen and (max-width: 767px) {
li#menu-item-6381 {
padding-left: 0!important;
}#socket .sub_menu_socket li {
padding: 0 5px;Thanks Yigit! Brilliant platform you guys have developed.
I’ve posted a screen grab below indicating where the Top Nav item should be displaying its active state (underline) when clicking on one of its sub-menu child items – in this case MENUS > QUEENSLAND > MAINS.
Thanks
Hi Yigit
I’ve added that, cleared cache but both issues still persist.
Thanks
Thanks Vinay
Thanks – yes the issue seems to have corrected itself. Could have been a temp caching issue.
Cheers
Thanks Andy
Please see screengrab below. The Footer menu is now displaying OK on mobile but 2 issues:
1. Need it to display directly under Copyright
2. Need it to left align with CopyrightHi Andy
I’ve done that. So how do I adjust the default light grey menu link colors without over riding the hover and active states?
thanks
hi Andy
Here you go…
All good thanks Andy.
cheers
Hi Ismael
Yes I do. When adjusting the initial state element colour, it over rides the color states. Should I give you WP admin access to view?
Hi Ismael
Yes you are correct. Thanks.
Hi Andy
The first MAIN MENU LINKS option I’ve set up (custom color + custom size) already has the Apply to hover state ticked.
Ticking the same for the 2nd option set up just bounces the menu around on hover.
Based on what you see working now (which is almost what I want), how do I change the default light grey color of the menu links without the above issues happening again?
Should I give you WP admin access to view?
Thanks
Thanks Andy
I’ve jumped straight to adding that code in my Child theme and it corrected the issue.
However, rather than adding more code – can you send through the suspect code that you said that you could see above?
Many thanks
Hi Andy
I’ve created another MAIN MENU LINKS component by clicking Edit Element > Main Menu Links.
I’ve set the font size to 14 (same as the other Main Menu Links for the hover state). That fixed the default size issue being different from the Hover state..
But when changing the Font Color as well (to make the default color darker), it then cancels out the active color state?
Hi Andy
I’m not using any of he code you mention above?
This is the code for the full width sub menu:
#top .av-subnav-menu .current-menu-item a .avia-menu-text {
color: #c3512f !important;
}Hi Basilis
I’ve cleared cache/cookies etc and different browsers but still viewing the same.
The url listed in post at top – I an seeing every sub menu item link RED. Whereas it should only display the active page “Mains” menu link to be red.Thanks
hi Andy
I’ve added that but no luck.
-
AuthorPosts