-
AuthorPosts
-
March 25, 2015 at 12:16 pm #417695
Hi,
The scroll to top button is not visible in mobile/tablet view.
Also the socket is not showing completely on mobile.
Here menu points are missing. If you compare from desktop to mobile you see.
Thanks Simon
March 25, 2015 at 3:43 pm #417802Hey simonac!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block!important; }}Cheers!
YigitMarch 26, 2015 at 10:46 am #418402That worked! But would it not better to make this function standart on mobile?
What did not work was to make the footer menu visible on mobile. I found this post:
https://kriesi.at/support/topic/footer-menu-display-issue-on-mobile-version/
That did the trick for potrait mode but in landscape the footer menu is still not visible. How to show the footer menu in portrait mode as well?
Regards, Simon
March 26, 2015 at 5:05 pm #418624Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #socket .sub_menu_socket { display: block!important; }}Scroll to top button is hidden on mobile to save space. Plus mobile browsers scroll to top automatically once you touch the top of the browser :)
Regards,
YigitMarch 27, 2015 at 10:33 am #419179That makes it appear on Landscape mode but in Portrait it is gone then.
March 27, 2015 at 5:32 pm #419470Hi!
Can you please use it as following instead
.responsive #socket .sub_menu_socket { display: block!important; }Cheers!
YigitNovember 16, 2015 at 6:48 pm #536801Hi Yigit,
My footer socket does not show up on mobile, nor does the scroll to top button. I found this thread but the code does not work for me. Running Enfold 3.4.2.
Cheers!
JordanNovember 17, 2015 at 9:45 am #537184Hi,
Try the following: http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.
