visualreserve Posted April 1, 2020 Share Posted April 1, 2020 Site URL: https://www.visualreserve.com/nashville-covid19 I have one page on my site that uses roll-over images and doesn't really work well on mobile. Is there a way to either A) Make the roll-over work on mobile. It works, but you it gets confusing for the user the way it does. or B) Re-direct that one page to a different page that I make separately just for mobile users? Thanks!!!! Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 You can with JavaScript. You want to redirect https://www.visualreserve.com/nashville-covid19 to another page on mobile? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
eleonored Posted April 17, 2020 Share Posted April 17, 2020 I would also be interested to have a button directing to a different page depending on if we are viewing on desktop or mobile.http://chihuahua-sunflower-dckd.squarespace.com > for the "Talent" button in the menu for example. Thanks in advance Link to comment
giorgiarossi Posted August 11, 2020 Share Posted August 11, 2020 On 4/3/2020 at 3:50 PM, tuanphan said: You can with JavaScript. You want to redirect https://www.visualreserve.com/nashville-covid19 to another page on mobile? Hi! I would like to know this too! I need to have this homepage on desktop is https://studiobig.squarespace.com/creative-services and this https://studiobig.squarespace.com/creative-services-mobile on mobile. Link to comment
tuanphan Posted August 12, 2020 Share Posted August 12, 2020 20 hours ago, giorgiarossi said: Hi! I would like to know this too! I need to have this homepage on desktop is https://studiobig.squarespace.com/creative-services and this https://studiobig.squarespace.com/creative-services-mobile on mobile. Add to Page Settings > Advanced > header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> if ($(window).width() < 640) { window.location.href = 'https://studiobig.squarespace.com/creative-services-mobile'; } </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
giorgiarossi Posted August 12, 2020 Share Posted August 12, 2020 29 minutes ago, tuanphan said: Add to Page Settings > Advanced > header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> if ($(window).width() < 640) { window.location.href = 'https://studiobig.squarespace.com/creative-services-mobile'; } </script> Worked!! Amazing, thank you. Link to comment
user1514 Posted April 25, 2022 Share Posted April 25, 2022 Can this be done for this as well? https://www.thebungalowdesign.com.au/home https://www.thebungalowdesign.com.au/mobile Link to comment
user1514 Posted April 25, 2022 Share Posted April 25, 2022 Can this be done for this as well? https://www.thebungalowdesign.com.au/home https://www.thebungalowdesign.com.au/mobile On 4/3/2020 at 10:50 AM, tuanphan said: You can with JavaScript. You want to redirect https://www.visualreserve.com/nashville-covid19 to another page on mobile? Link to comment
tuanphan Posted April 27, 2022 Share Posted April 27, 2022 On 4/25/2022 at 11:03 PM, user1514 said: Can this be done for this as well? https://www.thebungalowdesign.com.au/home https://www.thebungalowdesign.com.au/mobile Hover Page Home on Pages > Main Navigation or Not Linked > Click GEar Icon > Add this code <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> if ($(window).width() < 640) { window.location.href = '/mobile'; } </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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