-
AuthorPosts
-
March 8, 2015 at 4:29 pm #407679
Hello,
When I scroll to the right, in Safari 8.0.5. or on safari at iOS 8.1.3., I can see the mobile navigation. This is what happens on my new website, enfold demo and kris.at itself.
Can you please give me a solution on this and of course fix in the next update;).
Thank you in advance!
Kind regards,
Jelle Spaan
March 8, 2015 at 4:36 pm #407682If I am right in an earlier version of Enfold you could switch the menu activation to fade-in effect , but can’t find it anymore. If it is not an option, how would you suggest to make that happen without messing with the code of enfold, but nicely adding it?
Thank you!
March 9, 2015 at 10:21 am #407952Hi!
Please add the following to Quick CSS:
#wrap_all { position: relative !important; }Cheers!
RikardMarch 9, 2015 at 12:07 pm #407984Hello Rikard,
Thank you, easy quick fix!
About my other question about the fade in menu, can you help me in the right direction?
Thank you in advance!
Kind regards,
Jelle Spaan
March 10, 2015 at 1:39 am #408564This reply has been marked as private.March 10, 2015 at 11:57 am #408748Hey!
I’m sorry but there is no option for the mobile menu animation even on the earlier versions of the theme. You can change the css animations manually.
.avia_transform3d #mobile-advanced { opacity: 0; top: -100%; left: 0; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); } .avia_transform3d .show_mobile_menu #mobile-advanced { opacity: 1; -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }This will slide the mobile navigation from the top fading in gradually till it hits 100% opacity.
Regards,
IsmaelMarch 13, 2015 at 12:16 am #410788This reply has been marked as private.March 13, 2015 at 12:25 pm #410929 -
AuthorPosts
- You must be logged in to reply to this topic.
