Tagged: x
-
AuthorPosts
-
March 2, 2017 at 6:40 pm #1392612
Hey guys,
I have installed superfly menu on my site here http://www.parronhall.com and I’d like the menu to be visible on mobile and ipad. I’ve set the width so it should work with iPad but for some reason it won’t show.
Thanks!
Ann
March 3, 2017 at 1:29 am #1393011Hi Ann,
Please see screenshot- https://www.screencast.com/t/aLRtAZjKI
If that doesn’t work kindly provide us your wordpress admin login in private reply.
Thanks
March 3, 2017 at 2:02 am #1393043This reply has been marked as private.March 3, 2017 at 3:47 am #1393103Hello There,
Thanks for updating in and for posting the information. The iPad is not considered as desktop nor mobile. The mobile size may start from below the 767 pixels.
For mode detailed information, please check the documentation here:
http://superfly.looks-awesome.com/docs/Customize/Customize_Appereance_on_Mobiles
http://superfly.looks-awesome.com/docs/Customize/Customize_Appereance_on_DesktopHope this helps.
March 3, 2017 at 10:56 am #1393497That helps!
I think it’s working now. I have some issues getting the superfly menu to appear at the exact same width as the x-menu disappear though. I’ve played around with the pixel width but I keep end up with 2 menus at a certain width.
Could you help me with that too?
Thanks a lot!
Ann
March 3, 2017 at 9:36 pm #1394062Hi there,
Please try this
#sfm-sidebar .sfm-nav, #sfm-sidebar .sfm-logo { position: relative !important; display: block !important; } @media all and (min-width: 980px){ .superfly-on #sfm-sidebar, .superfly-on .sfm-navicon-button{ display: none !important; } }
X’s uses 767px and 979px breakpoints, 980px is considered desktop.
Thanks!
March 4, 2017 at 10:21 am #1394457Hey Rad,
Thanks! I added the code but that gave me a width with no menu at all
March 4, 2017 at 10:22 am #1394458Sorry, screen shot was too big..
March 4, 2017 at 10:23 am #1394460Again,
March 5, 2017 at 12:52 am #1394822Hi there,
How about this
#sfm-sidebar, #sfm-sidebar .sfm-logo { position: relative !important; display: block !important; } @media all and (min-width: 980px){ #sfm-sidebar, #sfm-sidebar .sfm-logo{ display: none !important; } }
Though, I checked, you have the desktop menu already, that mean you don’t need SuperFly on a desktop at all.
Thanks!
March 5, 2017 at 6:40 pm #1395442That code didn’t work. It made the menu visible all the time.
I read the link you sent me earlier from superfly and it’s my understanding that I have to have the desktop view enabled for the menu to show up on ipad. I may have read that wrong though.
Thanks!
Ann
March 6, 2017 at 1:10 am #1395811Hi there,
I went ahead and change it to this
@media (min-width: 1025px){ .superfly-on #sfm-sidebar, .superfly-on .sfm-navicon-button{ display: none !important; } }
Tablet is 979px, but landscape is 1024px (but it still considered desktop resolution), but, I set 1025px as desktop breakpoint this time. Should be okay now.
Thanks!
March 6, 2017 at 12:06 pm #1396567Ohhh you are awesome!! Thank you so much for all the help!
Ann
March 6, 2017 at 12:36 pm #1396612Glad we were able to help you out!
Feel free to ask us again if you have any further queries regarding the X-theme.
Thanks!
-
AuthorPosts