Hi I have noticed that when in portrait mode on any tablet or ipad.. the dropdown menu dissapears. Is there a css fix for this or can you suggest anything else?
Thanks in advance.
stuart
Can you post a link to the website please? Tablets and ipads should display the mobile menu instead of the standard dropdown menu. You can test it with a standard browser/computer – you just need to resize the browser window to i.e. 768px.
http://www.cudmorefisheries.co.uk Thanks Dude.. I did try a suggestion on here on my quick css but it didnt work.
Hi Stuart,
I’m not sure why but in your layout.css file line 2699 is incorrect. It should be:
.responsive .mobile_menu_tablet .main_menu{display: block; }
instead its display: none; which is why the menu isn’t showing. So you can either go in and change that line specifically or just try updating your theme files to the newest 2.0+ available from your downloads on themeforest.
Regards,
Devin
I will give it a try.. thanks for the speedy response today.. keep up the good work ;)
hi Devin..
this fix works fine on my android tablet but apprently still missing on the ipad as per the other post here:
https://kriesi.at/support/topic/no-drop-down-menu-option-on-ipad
Is it maybe that the ipad allows for a larger resolution than the cutover in the css?
They all have different screen resolutions but the media queries are set up so that at different levels the theme adjusts (eg responsive theme). Make sure that on your ipad you re-fresh the page a few times and that any caching on the live site is cleared so that the new css changes are being properly read.
hi yes I have asked them to ensure that do this.. I will also clear any cache server side. will let you know it there is still any issues
Glad we could help. Let us know if you have any other questions or issues.