Tagged: , , ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #28556

    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

    #137925

    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.

    #137926

    http://www.cudmorefisheries.co.uk Thanks Dude.. I did try a suggestion on here on my quick css but it didnt work.

    #137927

    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

    #137928

    I will give it a try.. thanks for the speedy response today.. keep up the good work ;)

    #137929

    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?

    #137930

    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.

    #137931

    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

    #137932

    Glad we could help. Let us know if you have any other questions or issues.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘dropdown menu dissapears on tablets / Ipad.’ is closed to new replies.