Guest Posted October 25, 2019 Share Posted October 25, 2019 Hey everyone, So I've been driving myself mad trying to figure this out. What I want to do is very simple but I can't seem to get it working. I just want a page on my site that has no navigation, just an embedded twitch stream that will play when we are live and then a link to the rest of the website, I'll be using this as a home page. The cover page option is the most ideal setting Squarespace offers you but as far as I know they do not allow you to embed any code anywhere. I've searched a hundred times on how to remove the heading / hide the nav bar and no ones code seems to work. I'm using the "Heights" template. Any help would be greatly appreciated! Link to comment
creedon Posted October 25, 2019 Share Posted October 25, 2019 You should be able to accomplish what you want. Go to Pages. Click on your cover page. Then click on Video. Click on the </> symbol. Enter your embeded code in the dialog. I've added some pics below to hopefully guide you. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
colin.irwin Posted October 26, 2019 Share Posted October 26, 2019 You can use a regular page and then hide its header and footer using css. You need to know the page's collection ID. You can find it by Inspecting the page code and looking at the BODY tag. Then insert the collection id after the # in the code below and paste it into your custom css after any other code that may already be there. #collection-id-goes-here { header.Header, footer.Footer { display: none !important; } } I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free Link to comment
Guest silvercrow Posted November 11, 2019 Share Posted November 11, 2019 Okay..damn this is one of those issues that I wished I had wordpress so I could just put in the code easily. But none the less, I did this on https://crystalopedia.com and it went pretty well. I did this using colin.irwin's suggestion and it works pretty well. Highly recommend it Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.