CoorlasArchitecture Posted December 29, 2023 Share Posted December 29, 2023 Why does it take 2 taps on a mobile device for any button or link to work? This has been a weird issue for a couple years now. Using an iphone15 browsing on safari, google and chrome apps. https://www.coorlasarch.com/ CarolStatella 1 Link to comment
CarolStatella Posted April 5 Share Posted April 5 I know this is late in coming, but I’ve experienced this also; turning off animations is a workaround… but most of my clients want animations. I've just rebuilt a site from scratch—same issue. Conversions, credibility… I’m at a loss here. Have been in touch with Support and given no timeframe re: when this issue will be fixed. About to launch five musician/producer sites, two very high profile. Concerned. Link to comment
tuanphan Posted April 7 Share Posted April 7 (edited) On 4/6/2024 at 2:55 AM, CarolStatella said: I know this is late in coming, but I’ve experienced this also; turning off animations is a workaround… but most of my clients want animations. I've just rebuilt a site from scratch—same issue. Conversions, credibility… I’m at a loss here. Have been in touch with Support and given no timeframe re: when this issue will be fixed. About to launch five musician/producer sites, two very high profile. Concerned. With button, try use this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ setTimeout(function(){ $(".sqs-block-button-container").removeClass("preFlex flexIn"); }, 3000); }); </script> <style> @media screen and (max-width:991px) { div.button-block a:before { display: none !important; } } </style> I wrote this for a site yesterday, but I don't have an iPhone to test the code. Edited April 9 by tuanphan update the code CarolStatella 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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