Tagged: Responsive Menu
-
AuthorPosts
-
October 21, 2013 at 10:40 pm #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
EdOctober 21, 2013 at 10:48 pm #178680Hey 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,
YigitOctober 21, 2013 at 10:56 pm #178684Hey Yigit
Thanks for the reply.
Right Click enabled now (sorry!). Am checking the post as we speak.
Thanks Ed
October 21, 2013 at 10:58 pm #178685Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.tabcontainer { margin-top: 0; }
Regards,
YigitOctober 21, 2013 at 11:06 pm #178689The 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
October 21, 2013 at 11:08 pm #178691Hi!
Please try adding following code
.mobile_active #advanced_menu_toggle { display: block!important; }
Cheers!
YigitOctober 21, 2013 at 11:17 pm #178695Tried 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
EdOctober 21, 2013 at 11:23 pm #178703Hi!
Followind code should do it
@media only screen and (max-width: 989px) { .main_menu { display: none; } }
Regards,
YigitOctober 21, 2013 at 11:27 pm #178704No it doesn’t I’m afraid dude….
Now it’s gone back to blank again (no icon and no menu).Thanks
EdOctober 21, 2013 at 11:29 pm #178706Hey!
:) 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,
YigitOctober 21, 2013 at 11:34 pm #178708This reply has been marked as private.October 21, 2013 at 11:41 pm #178714Hi!
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,
YigitOctober 21, 2013 at 11:43 pm #178715You are my hero Yigit!!!!
Thankyou so much :)
Perfecto…
Kind regards
EdOctober 21, 2013 at 11:47 pm #178719 -
AuthorPosts
- The topic ‘Responsive menu diappeared in update 2.4’ is closed to new replies.