-
AuthorPosts
-
March 12, 2014 at 8:29 pm #236497
Hi there,
Three things I’d like some help with if possible (related to this site http://sandfordawards.org.uk/ ):
1) The mobile menu doesn’t seem to display at all when viewing my site on a iOS device. It does appear to behave as expected when you reduce a browser window down to the relevant break-point. But at the moment users on mobile phones (tested on iPhone 4s) are unable to navigate round the site at all – it just doesn’t appear.
2) The header logo is getting cut off in responsive view (I’ve some custom css that increases the size of both the logo and the header) – could you suggest a fix for the chop-off please?
3) The homepage slider is pretty much unusable on a smartphone. I can easily hide it, but wondered whether you could suggest a fix?
Thanks very much!
Dan- This topic was modified 10 years, 8 months ago by danno99uk.
March 13, 2014 at 4:14 pm #237004Hi Dan!
Please update Enfold to the latest version 2.6.1 ( see – http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) and check if that helps. If not, let us know so we can assist you further
Best regards,
YigitMarch 13, 2014 at 5:15 pm #237043Thanks Yigit – I’m already using 2.6.1, in fact this problem only start after I upgraded yesterday (although the carousel was always iffy).
I can provide a admin logon if that would help?
DanMarch 13, 2014 at 5:52 pm #237075I’m experiencing the same problems too. Mega menu / Ubermenu sub menus not working at all on mobile (Apple iPhone) and logo is getting cut off. Hopefully this will be investigated ASAP so a solution ca be found.
Thanks,
March 13, 2014 at 10:33 pm #237235I was seeing some other strange things too and I disabled by WP super cache and the menu DOES show now. So that was clearly to blame – “designprime”, might want to check if you’re using any caching plugins yourself.
The other points are still salient however. Seems like alot of people are having ‘cut-off’ logo problems, it would be helpful to have a bit of documentation around the logo and the changes that happen at the mobile phone breakpoint, and it seems to shrink things overly OR cut off bits of people’s branding image.
dMarch 17, 2014 at 1:14 am #238434Hi!
I’m not seeing any cut off on the site you referenced. If you were using a caching plugin you would need to completely clear its cache after the update to make sure there were no major issues.
Right now though in testing i’m not getting any issues.
Cheers!
DevinMarch 17, 2014 at 2:11 pm #238674Hi Devin – yes I removed my css changes that was making the logo larger on the smallest break-point (because it was cropping)..
It seems to me that several people are not happy with the very small size the mobile phone breakpoint is causing and have trouble with ‘cropping’ of the larger image after they have written CSS overrides.It would be useful to have some documentation about ‘how to make your logo bigger (not get squished) on mobile phone rendering’. That’s the crux of it really.
thanks!Dan
March 17, 2014 at 2:39 pm #238693Hey!
Maybe, this will make the logo on mobile view better:
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img, .logo { max-width: 90%; overflow: visible; } .responsive .mobile_slide_out .logo img, .logo a, .logo { margin: 0; width: 200px; height: 200px !important; max-height: 200px !important; } .responsive #header_main .container { height: 200px !Important; } }
Add the code at the very bottom of Quick CSS.
Cheers!
IsmaelMarch 17, 2014 at 3:34 pm #238747Great, sorted! Thank you for the support, much appreciated.
D -
AuthorPosts
- The topic ‘Mobile menu issues since upgrade’ is closed to new replies.