-
AuthorPosts
-
August 4, 2017 at 4:05 pm #834372
Quick CSS that a previous dev gave me as I was building this site appears to be now conflicting with the new mobile menu. When I remove all code from the Quick CSS box and refresh the site the mobile menu works. Can you please look at the below code and tell me which parts are causing the conflict? Thank you.
August 4, 2017 at 4:13 pm #834375I think it might be this one. Removing this from Quick CSS brings back the mobile menu. However the mobile menu doesn’t have any of the social icons. Please let me know what code to put in place of this one that will do the same thing for the new menu, and what other tweaks are needed to put social back in the mobile menu.
August 5, 2017 at 2:36 pm #834793Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { .responsive #top #header .social_bookmarks { display: block!important; }}
If that does not help, please post a link to your website
Best regards,
YigitAugust 5, 2017 at 4:40 pm #834825Am i adding this to Quick CSS or putting it in to replace the part of it I highlighted?
August 5, 2017 at 4:45 pm #834827Ok so I tried both. Just adding did nothing.
Put it in as a replacement for the part of code I isolated in my second comment worked but the social icons are in the wrong place. Look at these screenshots. They should be inside the burger menu unless there is a better way to put them outside it.
https://www.dropbox.com/s/4gdrnmmsa1a68zy/Screen%20Shot%202017-08-05%20at%2010.42.35%20AM.png?dl=0
https://www.dropbox.com/s/yczl4y6ip212t24/Screen%20Shot%202017-08-05%20at%2010.42.43%20AM.png?dl=0- This reply was modified 7 years, 3 months ago by strengthcoaching.
August 5, 2017 at 4:46 pm #834829August 5, 2017 at 4:47 pm #834831Got it. See my most recent comment for what’s not working with that method. Thanks! :)
- This reply was modified 7 years, 3 months ago by strengthcoaching.
August 5, 2017 at 6:49 pm #834843Hi,
Sorry the social icons can’t be in the burger menu at this time, but we can move them down with some css. Remove your other Quick CSS, and add this:@media only screen and (max-width: 767px) { .responsive #top #header .social_bookmarks { display: block!important; z-index: -50!important; } .responsive #top #header .social_bookmarks:before { content: "\A\A"!important; white-space: pre!important; } .responsive #top #header .av-burger-menu-main { right: -150px!important; }}
Best regards,
MikeAugust 5, 2017 at 8:41 pm #834874this is not working Mike. I replaced
@media only screen and (max-width: 1024px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}WITH
@media only screen and (max-width: 767px) {
.responsive #top #header .social_bookmarks {
display: block!important;
z-index: -50!important;
}
.responsive #top #header .social_bookmarks:before {
content: “\A\A”!important;
white-space: pre!important;
}
.responsive #top #header .av-burger-menu-main {
right: -150px!important;
}}and there is NO change
All other code in my original post comment is still in the Quick CSS box. i need it for other things.
August 5, 2017 at 9:05 pm #834877Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeAugust 5, 2017 at 9:06 pm #834878Sure can. What email should i use for the user account? It’s a required field.
August 8, 2017 at 7:23 pm #836024hello? i haven’t heard anything in 3 days
August 10, 2017 at 5:45 pm #8370855 days. hello??
August 10, 2017 at 10:01 pm #837166Hi,
If you post again on the topics, they do go last on the line, so we do miss them.
Please use what ever you want as an email and just provide for us a username / password which we can use.Best regards,
BasilisAugust 11, 2017 at 1:22 am #837247Sure thing here you go
August 15, 2017 at 12:27 pm #839230Hi strengthcoaching,
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: 767px) { nav.main_menu { display: block !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 16, 2017 at 5:09 am #839679It works. Sort of. These are the following problems…
1. Vertical orientations it shows but no social menu
2. Horizontal orientations both are present but everything overlaps and burger menu should be on far right, not the social
3. iPad resolutions are all kinds of not right.You can see what I mean here http://www.responsinator.com/?url=www.strengthinnumberscoaching.com
In all honesty this was working fine and then you guys broke it by re-engineering the mobile menu. Why?
When it worked before it was burger menu on iPad resolution or lower and when you open the burger menu it showed the social icons above the nav next to the X
Please fix this asap. This has been a long time coming.
- This reply was modified 7 years, 3 months ago by strengthcoaching.
August 18, 2017 at 11:41 am #840826Hi strengthcoaching,
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } .menu-item { display:none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
VictoriaAugust 18, 2017 at 4:37 pm #840920This still doesn’t fix it. It only fixed #3 kind of.
Again, please check http://www.responsinator.com/?url=www.strengthinnumberscoaching.com
- This reply was modified 7 years, 3 months ago by strengthcoaching.
August 19, 2017 at 10:22 pm #841460Hi strengthcoaching,
Could you please clear the cache, check again and get back to us.
I don’t see the issue you’re describing any more.Best regards,
VictoriaAugust 21, 2017 at 12:24 am #841792Apparently you aren’t reading my notes well so let me restate…
“These are the following problems…
1. Vertical orientations it shows but no social menu
2. Horizontal orientations both are present but everything overlaps and burger menu should be on far right, not the social
3. iPad resolutions are all kinds of not right.”#3 is now corrected
#1 is not
#2 is not (except the overlapping issue)Please read them again, compare to your own screenshots you showed me, and you’ll see exactly what i’m talking about.
P.S. Whatever emulator you used let me know and i’ll use it from now on.
- This reply was modified 7 years, 3 months ago by strengthcoaching.
August 21, 2017 at 11:06 am #841942Hi strengthcoaching,
Could you please attach some screenshot of the issues you’re having?
Best regards,
VictoriaAugust 21, 2017 at 5:33 pm #842116Which emulator are you using so we can be consistent? You didn’t answer that question. I’ll check using that one and post screenshots.
August 24, 2017 at 1:45 pm #843481Hi,
You might want to use Google Web Inspector and use device mode: https://developers.google.com/web/tools/chrome-devtools/device-mode/
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.