Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #178672

    Hey guys

    Thanks for the theme update (2.4)

    Small issue with the responsive menu – it was fine and has now disappeared when you rotate an iPad into portrait mode. I did the mode you suggested (ages ago) and has been fine until this update (avia.js adjusted to 980px value on both plus the Quick CSS mod).

    Also the tab container has mysteriously developed a large white space above it on all pages where a tab is featured…
    Any ideas guys???

    http://www.swarez.co.uk/modern-art-paintings-for-sale/sunset-boulevard/

    as an example of the big white space where the tab container is. Was never like this. Layout builder looks same as before if that helps.

    Cheers
    Ed

    #178680

    Hey swarez!

    Please refer to this post https://kriesi.at/support/topic/mobile-menu-not-displaying/#post-178089 and please enable right-click on your site for a while so we can provide you CSS code to decrease whitespace above tab container

    Regards,
    Yigit

    #178684

    Hey Yigit

    Thanks for the reply.

    Right Click enabled now (sorry!). Am checking the post as we speak.

    Thanks Ed

    #178685

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .tabcontainer { margin-top: 0; }

    Regards,
    Yigit

    #178689

    The tab container is now much better; thankyou buddy

    Responsive menu still not working despite going through all the code on the post you gave me.

    Had this in the Quick CSS:

    @media only screen and (max-width: 980px) {
    .responsive #header .main_menu ul {
    display: none;
    }
    }

    from a previous post and changed avia.js to values of 980px on both – this was great until the last update. Any ideas?

    Thanks as always.

    Ed

    #178691

    Hi!

    Please try adding following code

    .mobile_active #advanced_menu_toggle {
    display: block!important;
    }

    Cheers!
    Yigit

    #178695

    Tried it, thankyou.

    Got the icon but the menu is still visible; here’s a screenshot form the iPad…

    http://www.swarez.co.uk/menu.jpg

    nearly there man!

    Thanks
    Ed

    #178703

    Hi!

    Followind code should do it

    @media only screen and (max-width: 989px) { .main_menu { display: none; } }

    Regards,
    Yigit

    #178704

    No it doesn’t I’m afraid dude….
    Now it’s gone back to blank again (no icon and no menu).

    Thanks
    Ed

    #178706

    Hey!

    :) Would you mind creating a temporary admin login and posting it here privately so i can take a look? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Regards,
    Yigit

    #178708
    This reply has been marked as private.
    #178714

    Hi!

    Can you check it now? It looks fine when i resize browser window but i do not have a chance to check it on a tablet

    Regards,
    Yigit

    #178715

    You are my hero Yigit!!!!

    Thankyou so much :)

    Perfecto…
    Kind regards
    Ed

    #178719

    Hi!

    You are welcome! Just had to change 989px to 998px in previous code and that did the trick :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Responsive menu diappeared in update 2.4’ is closed to new replies.