hannahvaughngogh Posted May 26 Share Posted May 26 A client's mobile menu has stopped functioning for some users on both Android and iPhone. The issue seems random, and I've been unable to replicate the issue myself on any device. Below is the original code used for the mobile menu that was working perfectly up until this past week or so: #mobileMenuLink li.active-link a { visibility:hidden; } #mobileMenuLink li.active-link a:after { visibility: visible; font-size: 15px; font-style: normal; speak: none; font-weight: normal; -webkit-font-smoothing: antialiased; content: "Menu"; text-align: right; display: inline-block; vertical-align: right; } @media (max-width: 800px) { #mobileNav .mobile-folder>a { display:none; } } @media only screen and (max-width: 800px) { #mobileNav a, #mobileNav a:visited { font-size: 18px !important; line-height: 2.5em !important; display: inline; } } @media only screen and (max-width: 800px) { #mobileNav nav { background-color: #ffffff; } #mobileNav nav ul li { a { color: #000000 !important; } &.active-link a { border-bottom: 1px solid; color: #999999 !important; } } } #mobileNav.menu-open { margin-top: -24px; height: 390px !important; } #mobileNav a, { font-size: 14px !important; } #mobileNav nav ul li.active-link a { border-bottom: none; } #mobileNav .wrapper { padding: 2em 0; background-color: white; } I tried to update this: #mobileMenuLink li.active-link a { visibility:hidden; } to this: #mobileMenuLink li.active-link a { color: transparent; } as was suggested in another forum post but had no luck with that. Any other thoughts? Link to comment
paul2009 Posted May 26 Share Posted May 26 We'll need a link to the site if you'd like us to take a look 🙂 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
hannahvaughngogh Posted May 31 Author Share Posted May 31 Not sure why the link didn't post! Here it is: https://www.stephenjerkins.com Link to comment
paul2009 Posted May 31 Share Posted May 31 I can reproduce this issue on the site. Please see my earlier post here: Did this help? Please give feedback by clicking an icon below ⬇️ About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
hannahvaughngogh Posted June 10 Author Share Posted June 10 I had found that post and tried it but this is what happens when I change it to 'transparent.' Link to comment
paul2009 Posted June 10 Share Posted June 10 I don't see the CSS on your site. You'll need to add the transparency and also add a color to your pseudo-element as this doesn't currently have one set. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment