hannahvaughngogh Posted May 26, 2023 Posted May 26, 2023 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?
paul2009 Posted May 26, 2023 Posted May 26, 2023 We'll need a link to the site if you'd like us to take a look 🙂 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
hannahvaughngogh Posted May 31, 2023 Author Posted May 31, 2023 Not sure why the link didn't post! Here it is: https://www.stephenjerkins.com
paul2009 Posted May 31, 2023 Posted May 31, 2023 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 ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
hannahvaughngogh Posted June 10, 2023 Author Posted June 10, 2023 I had found that post and tried it but this is what happens when I change it to 'transparent.'
paul2009 Posted June 10, 2023 Posted June 10, 2023 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. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment