Jump to content

Re-direct mobile to a different page

Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
  • 3 months later...
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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
  • 1 year later...
On 4/25/2022 at 11:03 PM, user1514 said:

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.