-
AuthorPosts
-
February 15, 2017 at 6:16 pm #747586
Hello,
we have three links in out socket and they are working well on desktop. On mobile devices these links doesn’t show up.
What can we do that the three words “Impressum”, “Datenschutz” and “AGB” show up on mobile version?
We thinks it has anything to do with the break.See additional info in privat content
Thanks
JanFebruary 15, 2017 at 6:24 pm #747587Hey
Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Best regards,
YigitFebruary 15, 2017 at 7:05 pm #747601That doesn’t work for us, cause the space for the link is getting so narrow that you can’t read it cause they don’t break.
February 15, 2017 at 7:11 pm #747607Hi!
Can you please apply the changes and let us know so we can see the issue on the live site?
Best regards,
YigitFebruary 16, 2017 at 1:32 pm #747934Hey,
now I putted in the code and now you it is live.
It is working good but on mobile the break doesn’t work correctIn private content area you can see the link to a screenshot.
Regards
JanFebruary 16, 2017 at 1:47 pm #747940Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) and (min-width: 481px) { #socket .sub_menu_socket div { width: 100%; }}
Best regards,
YigitFebruary 16, 2017 at 2:34 pm #747962That does not work. Now the links doesn’t show up completely on mobile.
February 16, 2017 at 2:40 pm #747969Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitFebruary 16, 2017 at 2:43 pm #747971Here is the login:
February 16, 2017 at 3:19 pm #747986Hi,
I changed the code to following one
@media only screen and (max-width: 767px) and (min-width: 481px) { #socket .sub_menu_socket div { width: 100% !important; }} @media only screen and (max-width: 767px) { .responsive #socket .sub_menu_socket { display: block !important; }}
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and review your website
Best regards,
YigitFebruary 16, 2017 at 6:41 pm #748094Now it is working. Didn’t understand that you wanted me to inplement both parts. :-)
Thank you for your support.
-
AuthorPosts
- The topic ‘Links in mobile socket doesn't show up’ is closed to new replies.