-
AuthorPosts
-
November 8, 2019 at 8:37 pm #1155103
I am using the Enfold Health Demo. The menu on desktops has the logo floating over the image, but on Mobile, it doesn’t. Can we have the mobile do the same as desktop? Starts with logo floating over image and then when scrolling, it shows the sticky menu? This company has that effect that I want: https://www.acceladvantage.com/
I have attached my credentials.
thanks!November 11, 2019 at 5:49 pm #1155685Hey bemodesign,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaNovember 13, 2019 at 3:12 am #1156249Ok, that kinda worked. I add this code below, but it is using the wrong logo for the transparency. I have a gold logo and a blue logo. The GOLD logo is the first with the transparency and the BLUE logo is when it scrolls. But on mobile, they are both BLUE and it doesn’t show the GOLD logo at all.
@media only screen and (max-width: 990px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}}November 13, 2019 at 3:15 am #1156250And the menu “burger” icon is gray, instead of white. Basically, it is set in the scroll colors
November 14, 2019 at 2:42 am #1156597And another MOBILE issue with these codes I”ve added is that the MENU is covering up the top portion of the page
November 14, 2019 at 12:29 pm #1156736Hi bemodesign,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaNovember 14, 2019 at 6:33 pm #1156864Guys, that is the Website that I wanted it to look like. That works correctly. Mine is in private:
November 14, 2019 at 6:45 pm #1156866On Mobile, the opening logo should be GOLD and the burger icon WHITE. Then is changes when you scroll, just like desktop. Internal pages menu is fine, but it is cutting off the top portion of the page.
November 15, 2019 at 6:08 pm #1157248Please let me know on this. Do I need to remove some CSS or add more to fix this?
Thanks!November 15, 2019 at 9:14 pm #1157299Hi bemodesign,
Best regards,
VictoriaNovember 15, 2019 at 11:31 pm #1157353What? My website is fine. Need to check again.
November 16, 2019 at 12:42 pm #1157439Hi,
Great, I’m glad that your site is fine. Should we close this thread for now then?
Best regards,
RikardNovember 16, 2019 at 7:51 pm #1157523Wait a second. I still need help with my last few requests. Victoria had a problem loading my website for some reason. I was simply saying that the website loads fine. BUT, I still need help with the issues.
I have a gold logo and a blue logo. The GOLD logo(with white Burger menu) is the first with the transparency and the BLUE logo(with gray Burger menu) is when it scrolls. But on mobile, they are both BLUE and it doesn’t show the GOLD logo at all. On Mobile, the opening logo should be GOLD and the burger icon WHITE. Then is changes when you scroll, just like desktop. On the Internal pages, the top header is cutting off top portion of the page.
November 18, 2019 at 5:51 pm #1157930Any help with this please?
Thanks
November 19, 2019 at 9:51 pm #1158285Please let me know on this. Thanks
November 21, 2019 at 1:22 am #1158661Can anyone help me with this issue please. It was never resolved because one of the Moderator couldn’t pull up my site for some reason. (and it has not has an issue opening up)
November 21, 2019 at 7:08 am #1158726Hi,
Sorry for the confusion. You can use the following css code to reverse the gold and blue logo on mobile view.
@media only screen and (max-width: 767px) { .responsive.html_mobile_menu_tablet #top .av_alternate_logo_active .logo a > img { opacity: 1; } .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 0; } .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate { display: block; opacity: 1; } }
Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
IsmaelNovember 21, 2019 at 8:24 pm #1158934That worked great, but the Burger icons is still GRAY and it should be WHITE at first, and then turn gray when it scrolls. Like on the desktop.
Thanks!
November 22, 2019 at 10:26 am #1159053Hi,
Glad it worked. You’re welcome!
For the burger menu, try to add this code inside one of the css media queries for mobile view.
.html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after { background-color: white; } .html_mobile_menu_tablet .header-scrolled.header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header-scrolled.header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header-scrolled.header_color div .av-hamburger-inner::after { background-color: gray; }
Best regards,
IsmaelNovember 22, 2019 at 7:18 pm #1159303That made the Burger icon White before the scroll, but it stays white after you scroll. Instead of changing to gray.
November 25, 2019 at 3:44 am #1159748Hi,
Thank you for the update.
It is working properly on our end. The burger menu turns to gray on scroll, but we noticed a few style issues, so we added a few css modifications in the Quick CSS field. Please make sure that the browser cache is removed before checking the page.
Best regards,
IsmaelNovember 25, 2019 at 3:49 am #1159750When scrolling on MOBILE, the burger icons stays WHITE instead of turning to GRAY.
November 25, 2019 at 4:57 pm #1159916Hi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) { .avia_mobile #top #header .main_menu .av-hamburger-inner, .avia_mobile #top #header .main_menu .av-hamburger-inner::before, .avia_mobile #top #header .main_menu .av-hamburger-inner::after { background-color: gray; } .avia_mobile #top #header.av_header_transparency .main_menu .av-hamburger-inner, .avia_mobile #top #header.av_header_transparency .main_menu .av-hamburger-inner::before, .avia_mobile #top #header.av_header_transparency .main_menu .av-hamburger-inner::after { background-color: #fff; } }
If you need further assistance please let us know.
Best regards,
VictoriaNovember 25, 2019 at 5:43 pm #1159929That worked!! Thanks for all the help!
November 26, 2019 at 3:35 am #1160165 -
AuthorPosts
- The topic ‘Enfold Health Demo Mobile Header Menu Issues’ is closed to new replies.