-
AuthorPosts
-
November 21, 2014 at 11:37 pm #355682
Hi, on my website since I moved the menu to the right of the logo I have some bugs.
Hover over recent work.
Then hover over one of the sub menu and Recent Work disappears.Click on Cleggs Shoe Repair (sub menu of Recent Work)
When in that page hover over recent work. Cleggs Shoe Repair has disappeared.
Same thing happens when in any of the four sub menu pages.Last menu item Contact Us has text squashed up to the right, all other button text is centred.
How can I fix?
November 23, 2014 at 5:43 pm #356269Hi GOWD!
I’m having trouble logging in. Is the information correct?
Cheers!
ElliottNovember 25, 2014 at 12:00 am #357238This reply has been marked as private.November 25, 2014 at 12:05 am #357243The menu has now also overlapped the Logo on Desktop
November 25, 2014 at 7:10 pm #357790Hi!
You have this somewhere in your custom CSS which is turning it red.
.current-menu-item .avia-menu-text { color: #d1202f !important; }
I couldn’t tell where because you have all of the CSS minified.
As for the menu overlapping the logo are you wanting to reduce font size of the menu? If so then you can do that in Dashboard > Enfold > Advanced Styling.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 26, 2014 at 2:09 pm #358271Hi Elliot,
I have moved the menu underneath the Logo to get rid of the overlapping issue.
I still have two issues.
Issue 1.
The menu is supposed to have the following colouring for top level menu items and sub (dropdown) menu.
Inactive menu item:
Red background #d1202f
White Text #ffffffHover:
White background #ffffff
Red Text #d1202fCurrent Menu Item:
White background #ffffff
Red Text #d1202fI have done the Inactive and Hover settings in the Enfold – Advanced Styling
There is no option for Current menu item there so…I was previously given this custom css in this support forum to apply to style the menu which I applied to the child theme css accessed through Appearance – Editor.
/*this is css for enfold menu*/
.header_color .main_menu ul:first-child > li.current-menu-item > a,{ background:#FFFFFF!important; color: #d1202f!important; } /* color of active menu item */
.header_color .main_menu ul:first-child > li.current_page_item > a { background:#FFFFFF!important; color: #d1202f!important; } /* color of active page */.current-menu-item .avia-menu-text {color: #d1202f!important;}
The last line of CSS was necessary as the previous lines were not working for text colour for some reason.
Everything is fine until you click on the “Recent Work” menu item.
Once that page is active the dropdown menu underneath that menu item seems to have red text instead of white, making the sub menu items invisible.If any other page is active, and you hover over the menu button “Recent Work” those sub menu items are the correct colour, red background, white text.
How can I fix it so that when the page “Recent Work” is active and you hover over the menu item “Recent Work” that the sub menu items are visible with white text on a red background.
Issue 2.
When you hover over a menu item a red line appears at the bottom of that button.
On the last button that red line does not stay within the button width but is aligned to the right.
How can I fix or just remove the line.I think the decoration is span.avia-menu-text
November 26, 2014 at 9:35 pm #358564Hey!
1. You can target the sub menus like so.
.sub-menu .current-menu-item .avia-menu-text {color: #fff !important;}
2. Add this to your custom CSS.
.avia-menu-fx { display: none !important; }
Best regards,
Elliott- This reply was modified 9 years, 12 months ago by Elliott.
November 26, 2014 at 11:40 pm #358644Hi Elliot,
that got rid of the red menu button underline on hover but the other issues remained the same.
The css now reads
/*this is css for enfold menu*/
.header_color .main_menu ul:first-child > li.current-menu-item > a,{ background:#FFFFFF!important; color: #d1202f!important; } /* color of active menu item */
.header_color .main_menu ul:first-child > li.current_page_item > a { background:#FFFFFF!important; color: #d1202f!important; } /* color of active page */.current-menu-item .avia-menu-text {color: #d1202f!important;}
.sub-menu .current-menu-item .avia-menu-text {color: #d1202f!important;}
.avia-menu-fx { display: none !important; }
November 28, 2014 at 1:52 am #359340Hey!
Your wanting it white correct? You still have it set to red in your custom CSS.
.sub-menu .current-menu-item .avia-menu-text {color: #d1202f!important;}
Cheers!
ElliottNovember 28, 2014 at 2:33 am #359364Hi Elliot,
no I do not want the text white if it is a current menu item, the background is supposed to be white, the text is supposed to be red.
As I posted earlier;
The menu is supposed to have the following colouring for top level menu items AND sub (dropdown) menu.
Inactive menu item:
Red background #d1202f
White Text #ffffffHover:
White background #ffffff
Red Text #d1202fCurrent Menu Item:
White background #ffffff
Red Text #d1202fI have done the Inactive and Hover settings in the Enfold – Advanced Styling
There is no option for Current menu item there so…I was previously given this custom css in this support forum to apply to style the menu which I applied to the child theme css accessed through Appearance – Editor.
/*this is css for enfold menu*/
.header_color .main_menu ul:first-child > li.current-menu-item > a,{ background:#FFFFFF!important; color: #d1202f!important; } /* color of active menu item */
.header_color .main_menu ul:first-child > li.current_page_item > a { background:#FFFFFF!important; color: #d1202f!important; } /* color of active page */.current-menu-item .avia-menu-text {color: #d1202f!important;}
The last line of CSS was necessary as the previous lines were not working for text colour for some reason.
Everything is fine until you click on the “Recent Work” menu item.
Once that page is active the dropdown menu underneath that menu item seems to have red text instead of white, making the sub menu items invisible.If any other page is active, and you hover over the menu button “Recent Work” those sub menu items are the correct colour, red background, white text.
How can I fix it so that when the page “Recent Work” is active and you hover over the menu item “Recent Work” that the sub menu items are visible with white text on a red background.
November 28, 2014 at 8:25 am #359442Hey!
Please replace this css code:
.current-menu-item .avia-menu-text {color: #d1202f!important;}
with this:
.current-menu-item > .avia-menu-text {color: #d1202f!important;} #top #header .av-main-nav > li.current_page_item > a .avia-menu-text { color: #d1202f; }
Regards,
IsmaelNovember 28, 2014 at 2:11 pm #359555Hi Ismael, that fixed the sub menu buttons text not being visible when parent “Recent Work” is the active page
What is still not working is when any of the four sub menu buttons are the active page and you hover over their parent “Recent Work”, that active pages button text is not visible.
So if Agathos Financial is the active page and you hover over parent Recent Work the Agathos Financial button text is not visible.
I suspect the text is probably red as it is supposed to be but the background is not turning white as it should.
CSS now reads
/*this is css for enfold menu*/
.header_color .main_menu ul:first-child > li.current-menu-item > a,{ background:#FFFFFF!important; color: #d1202f!important; } /* color of active menu item */
.header_color .main_menu ul:first-child > li.current_page_item > a { background:#FFFFFF!important; color: #d1202f!important; } /* color of active page */.current-menu-item > .avia-menu-text {color: #d1202f!important;}
#top #header .av-main-nav > li.current_page_item > a .avia-menu-text { color: #d1202f; }.sub-menu .current-menu-item .avia-menu-text {color: #d1202f!important;}
.avia-menu-fx { display: none !important; }
December 1, 2014 at 7:30 am #360634Hi!
Add this below:
#top #wrap_all .av-main-nav ul > li.current-menu-item > a span.avia-menu-text { color: #ffffff !important; } #top #wrap_all .av-main-nav ul > li.current-menu-item:hover > a span.avia-menu-text { color: #d1202f !important; }
Best regards,
IsmaelDecember 2, 2014 at 2:19 am #361229Hi Ismael.
Thank you for the reply. That has now made the text of the current active page in the dropdown menu visible by making it white (It was red).
What we are trying to make it is white background and red text.
The custom css now reads;
/*this is css for enfold menu*/
.header_color .main_menu ul:first-child > li.current-menu-item > a,{ background:#FFFFFF!important; color: #d1202f!important; } /* color of active menu item */
.header_color .main_menu ul:first-child > li.current_page_item > a { background:#FFFFFF!important; color: #d1202f!important; } /* color of active page */.current-menu-item > .avia-menu-text {color: #d1202f!important;}
#top #header .av-main-nav > li.current_page_item > a .avia-menu-text { color: #d1202f; }.sub-menu .current-menu-item .avia-menu-text {color: #d1202f!important;}
.avia-menu-fx { display: none !important; }
#top #wrap_all .av-main-nav ul > li.current-menu-item > a span.avia-menu-text {
color: #ffffff !important;
}#top #wrap_all .av-main-nav ul > li.current-menu-item:hover > a span.avia-menu-text {
color: #d1202f !important;
}December 2, 2014 at 5:41 am #361299Hey!
Please try to play around with the selectors provided above. Change background color and color property accordingly.
#top #wrap_all .av-main-nav ul > li.current-menu-item a { color: #d1202f !important; background-color: #ffffff !important; }
Cheers!
IsmaelDecember 3, 2014 at 12:59 pm #362071Hi Ismael,
that made the dropdown active menu item text and background white but after changing a previous line you gave me everything is now working.
The code for anyone who needs it is;
/*this is css for enfold menu*/
.header_color .main_menu ul:first-child > li.current-menu-item > a,{ background:#FFFFFF!important; color: #d1202f!important; } /* color of active menu item */
.header_color .main_menu ul:first-child > li.current_page_item > a { background:#FFFFFF!important; color: #d1202f!important; } /* color of active page */.current-menu-item > .avia-menu-text {color: #d1202f!important;}
#top #header .av-main-nav > li.current_page_item > a .avia-menu-text { color: #d1202f; }.sub-menu .current-menu-item .avia-menu-text {color: #d1202f!important;}
.avia-menu-fx { display: none !important; }
#top #wrap_all .av-main-nav ul > li.current-menu-item > a span.avia-menu-text {
color: #d1202f !important;
}#top #wrap_all .av-main-nav ul > li.current-menu-item:hover > a span.avia-menu-text {
color: #d1202f !important;
}#top #wrap_all .av-main-nav ul > li.current-menu-item a {
color: #d1202f !important;
background-color: #ffffff !important;
}Thanks and you may close this thread.
-
AuthorPosts
- The topic ‘Menu bugs’ is closed to new replies.