Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #187085

    Love your theme so far – thank you!
    I have a couple of small problems though – on an ipad in portrait view, the menu disappears altogether. It is fine in landscape view and fine on an iphone. Can you please tell me what might be going wrong?
    Also, I am finding that I can’t add shortcodes in Advanced Layout Editor. I try to add them but they just don’t show up. I have had to set up a temporary page, create shortcodes in Default Editor and then copy and paste them into my other page using A.L.E. Is there something I am doing wrong here in trying to get this to work?
    Thanks.

    #187253

    Hey genkidesign!

    Can you please give us a link to your website? Please add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .responsive #header .main_menu ul {
    display: block !important;
    }
    }

    Best regards,
    Ismael

    #187659
    This reply has been marked as private.
    #187808

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block!important;
    } }

    Regards,
    Yigit

    #188081

    Thank you – that is fantastic!
    Any tips on what I could be doing wrong with the shortcodes in Advanced Editor? I am setting them up in the same way as I do in Default Editor on another page but they just don’t show up.
    Cheers, Tam

    #188086

    Hey!

    Please try to deactivate all active plugins and check if that helps. There may be a conflict with a plugin.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘menu not showing on ipad + shortcodes’ is closed to new replies.