Meghan_105 Posted March 11, 2023 Share Posted March 11, 2023 Hello! I have a problem that when on mobile, my redirected link (www.turningfromanxiety.com) is showing the desktop version of the website. This problem goes away when I use the direct link to the site (www.meghaneakentherapy.com/anxietyintensive). How do I fix it so that when on mobile, and typing or clicking into www.turningfromanxiety.com, it goes to the mobile version, not desktop? Thanks! Link to comment
tuanphan Posted March 12, 2023 Share Posted March 12, 2023 You mean When users on Desktop >> it will open link X but when users on Mobile >> it will open link Y ? 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
julesgilleland Posted November 9, 2023 Share Posted November 9, 2023 I am also having this problem. I created a sales landing page for a new project, and I did webforwarding to connect it to a new domain name. It looks great when under my original domain name on mobile, but when using the web-forwarded domain, the mobile version shows the desktop version. (so all text is unreadable) https://www.thinkwiththings.com/thingslab-app the new domain is https://www.thingslab.app/ on desktop both are fine, only mobile is bad. Link to comment
tuanphan Posted November 10, 2023 Share Posted November 10, 2023 11 hours ago, julesgilleland said: I am also having this problem. I created a sales landing page for a new project, and I did webforwarding to connect it to a new domain name. It looks great when under my original domain name on mobile, but when using the web-forwarded domain, the mobile version shows the desktop version. (so all text is unreadable) https://www.thinkwiththings.com/thingslab-app the new domain is https://www.thingslab.app/ on desktop both are fine, only mobile is bad. You mean, when users access thingslab.app on mobile, it should redirect to this page? https://www.thinkwiththings.com/thingslab-app 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
julesgilleland Posted November 13, 2023 Share Posted November 13, 2023 Yes, it does redirect to that page, and the URL is hidden, so it shows www.thingslab.app, but on mobile, it remains the desktop version and is not responsive. Is it fine when I am not web forwarding? Makes no sense. Link to comment
tuanphan Posted November 17, 2023 Share Posted November 17, 2023 You try adding this code to Page Header Code Injection <script type="text/javascript"> if (screen.width <= 767) { document.location = "https://www.thinkwiththings.com/thingslab-app"; } </script> 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
julesgilleland Posted December 4, 2023 Share Posted December 4, 2023 @tuanphan sorry, so this is super late as was away on business. I tried the code but now it doesn't come up at all on mobile?? Link to comment
tuanphan Posted December 5, 2023 Share Posted December 5, 2023 20 hours ago, julesgilleland said: @tuanphan sorry, so this is super late as was away on business. I tried the code but now it doesn't come up at all on mobile?? You mean the code doesnt work or? 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
julesgilleland Posted December 7, 2023 Share Posted December 7, 2023 No, actually nothing comes on the screen at all. When I removed the code it worked again, but again was small like the desktop version. Link to comment
tuanphan Posted December 8, 2023 Share Posted December 8, 2023 19 hours ago, julesgilleland said: No, actually nothing comes on the screen at all. When I removed the code it worked again, but again was small like the desktop version. Can you add code again? I will check again on mobile 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