MasonCreative Posted December 15, 2023 Share Posted December 15, 2023 I'm using the Bedford template and trying to figure out how to set the banner section to 100 vh so it fills the entire screen. I've tried some code I've found on here, but can't seem to get it to work - I don't think I understand what the name of that section is (I have the finder plugin but it calls it a collection)? Thanks for any ideas. Link to comment
Web_Solutions Posted December 16, 2023 Share Posted December 16, 2023 6 hours ago, MasonCreative said: I'm using the Bedford template and trying to figure out how to set the banner section to 100 vh so it fills the entire screen. I've tried some code I've found on here, but can't seem to get it to work - I don't think I understand what the name of that section is (I have the finder plugin but it calls it a collection)? Thanks for any ideas. Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
MasonCreative Posted December 16, 2023 Author Share Posted December 16, 2023 12 hours ago, Web_Solutions said: Can you share your website URL? I would love to, I typed it in to the initial post but it must not have taken. I am building this with a new template as the current site is still live, so it's unpublished and I'm unsure how I would share that -- any advice? Link to comment
paul2009 Posted December 16, 2023 Share Posted December 16, 2023 1 minute ago, MasonCreative said: it's unpublished and I'm unsure how I would share that My post, How to Post a Forum Question provides guidance on how to provide a link to an unpublished site. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
melody495 Posted December 16, 2023 Share Posted December 16, 2023 19 hours ago, MasonCreative said: I don't think I understand what the name of that section is (I have the finder plugin but it calls it a collection)? Thanks for any ideas. You need the one that's called section ID from the ID Finder Or please see @paul2009 's post above for how to share your website url. -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
MasonCreative Posted December 16, 2023 Author Share Posted December 16, 2023 2 hours ago, paul2009 said: My post, How to Post a Forum Question provides guidance on how to provide a link to an unpublished site. Thanks, but I still don't understand -- to clarify, I currently have a live site based on a template, and I'm re-building the site via a new template (using the 'preview' function)... it seems to me that if I apply a password to the site, it would apply to the live site, right? thx! Link to comment
MasonCreative Posted December 16, 2023 Author Share Posted December 16, 2023 1 hour ago, melody495 said: You need the one that's called section ID from the ID Finder Or please see @paul2009 's post above for how to share your website url. Thanks, working out how to share the URL. When I use ID finder, it only gives me a collection ID at the top where the banner is, so I have a code that looks like this but it isn't working: #collection-6579abe8eb3505138ea56434 { height: 100vh !important; } Link to comment
melody495 Posted December 16, 2023 Share Posted December 16, 2023 (edited) 2 hours ago, MasonCreative said: I currently have a live site based on a template, and I'm re-building the site via a new template (using the 'preview' function)... it seems to me that if I apply a password to the site, it would apply to the live site, right? thx! Sounds like you have two sites. One is live, one is the one you are building. Set a password to the one you are building with the instructions from paul. 2 hours ago, MasonCreative said: When I use ID finder, it only gives me a collection ID at the top where the banner is, so I have a code that looks like this but it isn't working: #collection-6579abe8eb3505138ea56434 { height: 100vh !important; } Do you only have 1 section on that page? If so, you can add page-section to your code. Try and let me know how it goes. #collection-6579abe8eb3505138ea56434 .page-section { height: 100vh !important; } Edited December 16, 2023 by melody495 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
MasonCreative Posted December 17, 2023 Author Share Posted December 17, 2023 20 hours ago, melody495 said: Sounds like you have two sites. One is live, one is the one you are building. Set a password to the one you are building with the instructions from paul. Do you only have 1 section on that page? If so, you can add page-section to your code. Try and let me know how it goes. #collection-6579abe8eb3505138ea56434 .page-section { height: 100vh !important; } Thanks again, Regarding the password... I still don't quite understand, because the password seems to apply site-wide and not to an individual theme (i.e. the new theme I'm using to re-build the site). So, wouldn't it make it where current users of the live site would need to enter a password? Certainly don't want that, but maybe I'm missing something? As for the code, it didn't seem to work... attaching a screenshot of what I have so far, trying to get the banner area above the logo scroll to default to 100 vh. Link to comment
melody495 Posted December 17, 2023 Share Posted December 17, 2023 2 minutes ago, MasonCreative said: Regarding the password... I still don't quite understand, because the password seems to apply site-wide and not to an individual theme (i.e. the new theme I'm using to re-build the site). So, wouldn't it make it where current users of the live site would need to enter a password? Certainly don't want that, but maybe I'm missing something? Go to accounts.squarespace, do you see 2 sites? 1 for your live site, and 1 for the one you are currently working on? 3 minutes ago, MasonCreative said: As for the code, it didn't seem to work... attaching a screenshot of what I have so far, trying to get the banner area above the logo scroll to default to 100 vh. The code doesn't work because it looks like you only have 1 section? Ideally you should have the hero banner as 1 section, then I would have the logo as a different section, then Our Approach a different section etc. We would need a link to your website to really see what's going on and help you. It is really hard without, hence just guessing with code that should work based on the information you have provided. -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
MasonCreative Posted December 17, 2023 Author Share Posted December 17, 2023 14 minutes ago, melody495 said: Go to accounts.squarespace, do you see 2 sites? 1 for your live site, and 1 for the one you are currently working on? Thanks again, I will add a section and see what happens. To clarify, I am using the 'starting over' method outlined by Squarespace here (option 1 in 7.0). I am not creating a new site, only switching templates, with this method - so I still don't see how I could password protect and/or share the template I am working on without affecting the live site. https://support.squarespace.com/hc/en-us/articles/205815378-Starting-over?platform=v6&websiteId=606b7f0d50868d69372d1aed Link to comment
MasonCreative Posted December 17, 2023 Author Share Posted December 17, 2023 48 minutes ago, melody495 said: We would need a link to your website to really see what's going on and help you. It is really hard without, hence just guessing with code that should work based on the information you have provided. Think I finally figured it out 🙂 curalinc.com/landing-bedford Pass: Astro1965 Link to comment
MasonCreative Posted December 17, 2023 Author Share Posted December 17, 2023 3 hours ago, melody495 said: The code doesn't work because it looks like you only have 1 section? Ideally you should have the hero banner as 1 section, then I would have the logo as a different section, then Our Approach a different section etc. Maybe the problem is that I'm starting from the home page in the template (doesn't seem to be any options for adding sections) -- maybe I should make the homepage from an index page instead? Link to comment
melody495 Posted December 18, 2023 Share Posted December 18, 2023 22 hours ago, MasonCreative said: Think I finally figured it out 🙂 curalinc.com/landing-bedford Pass: Astro1965 Thanks for sharing. I am not familiar with that template, nor more generally 7.0 templates to be honest. But maybe there is a 7.0 template that provides this functionality that you are looking, that you can try? The template is setting the banner to work that way you see with a bunch of different settings, we could use code to set it o 100% viewport , but without more a thorough look, I don't feel comfortable that it doesn't affect other things. Either see if another SquareSpace user responds to you, or I suggest posting another forum question with your template name in the title. e.g. Bedford 7.0 - set banner section to 100vh. Sorry couldn't help more! -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
MasonCreative Posted December 18, 2023 Author Share Posted December 18, 2023 1 minute ago, melody495 said: Thanks for sharing. I am not familiar with that template, nor more generally 7.0 templates to be honest. But maybe there is a 7.0 template that provides this functionality that you are looking, that you can try? The template is setting the banner to work that way you see with a bunch of different settings, we could use code to set it o 100% viewport , but without more a thorough look, I don't feel comfortable that it doesn't affect other things. Either see if another SquareSpace user responds to you, or I suggest posting another forum question with your template name in the title. e.g. Bedford 7.0 - set banner section to 100vh. Sorry couldn't help more! Thanks, the very first line of my post says I'm using Bedford. Link to comment
melody495 Posted December 18, 2023 Share Posted December 18, 2023 Just now, MasonCreative said: Thanks, the very first line of my post says I'm using Bedford. Update your post title to include that. The clearer you make a post, the easier other users can help! As we are all just volunteering our time on the forum to help each other out. -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
MasonCreative Posted December 18, 2023 Author Share Posted December 18, 2023 26 minutes ago, melody495 said: Update your post title to include that. The clearer you make a post, the easier other users can help! As we are all just volunteering our time on the forum to help each other out. I think it's plenty clear but thanks. Link to comment
MasonCreative Posted December 18, 2023 Author Share Posted December 18, 2023 @Web_Solutions @paul2009 any ideas on how to get the hero to be 100 vh here? Also, starting to wonder if it's best to build out the homepage with an index page or through the demo homepage as I started off here? Seems to be more flexibility, any thoughts? curalinc.com/landing-bedford Pass: Astro1965 Link to comment
paul2009 Posted December 18, 2023 Share Posted December 18, 2023 32 minutes ago, MasonCreative said: Thanks, the very first line of my post says I'm using Bedford. @MasonCreative although you previewing a Bedford template, your public site is currently using a Brine-family template 🙂. This is because, as you mentioned above, you are currently previewing a different template, which isn't visible to the public. For this reason, we can't view with the "Bedford version" of your site until you've completed the switch. Here's what we see: That said, Bedford is older than the Brine-family templates and so is much more restrictive that your current template, and has fewer features. If it helps, I'd personally recommend using a Brine-family template or moving to version 7.1. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
MasonCreative Posted December 18, 2023 Author Share Posted December 18, 2023 Thanks @paul2009 that helps. There is some hesitation internally to switch to 7.1, so I am stuck in 7.0. If it were possible, I would use the same template we're on now for the re-build, but of course I can't do that. I was under the impression that Bedford was in the Brine family, but looks like it's not so I may try to switch here. As for asking questions about the template I am working on that is not public... how can I go about asking questions? Should I just post a link to the template family and ask the question that way? Seems strange that there is no way to share something you are working on ahead of roll-out, right? 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