misc_adventures Posted June 8 Share Posted June 8 Hello. I'm having a weird issue on my store. My banner image is displaying fine on the store page, but disappears on the individual product pages. It shows it as being there in the settings. The template I'm using is Bedford. Screenshots are attached. Any help would be amazing as this is super annoying! Cheers! Link to comment
tuanphan Posted June 9 Share Posted June 9 Hi, Can you share link to a product? 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
misc_adventures Posted June 12 Author Share Posted June 12 Hi, sorry, I've just seen your reply, thank you. Here's a link to a product. https://scarlet-wolverine-7a6b.squarespace.com/shop/1m3-seasoned-firewood Password is: songthrush Cheers! Link to comment
paul2009 Posted June 12 Share Posted June 12 (edited) On 6/8/2023 at 6:20 PM, misc_adventures said: I'm having a weird issue on my store. My banner image is displaying fine on the store page, but disappears on the individual product pages. It shows it as being there in the settings. The template I'm using is Bedford. @misc_adventures This is normal for Bedford family templates 🙂. The Bedford template family only supports "collection item" banners on blog posts and events, not products within a Store. This differs according to the template and/or version that you use. On Bedford, banner images can appear on 'collection' pages, like the Product List Page (PLP) that lists all the items in the Store, but not on individual 'collection items', like the Product Detail Pages (PDPs) that show a single product. I hope this helps. For more details See Adding banner images in version 7.0, as this describes banner support on all the older version 7.0 templates. Here's an excerpt of the Bedford template information: Did this help? Please give feedback by clicking an icon below ⬇️ Edited June 12 by paul2009 misc_adventures 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
misc_adventures Posted June 12 Author Share Posted June 12 Paul, thank you, this is good to know. I should have checked this first, I don't think I have the same issue on the other site I manage. This leaves me with a problem - is there a work around for this? Can I overwrite it with custom CSS or can I prevent store items from linking to a Product Detail Page? It looks pretty bad having banners displayed on all my other pages, but just a big black block on the individual product page! Thanks for your help so far. Link to comment
Solution paul2009 Posted June 12 Solution Share Posted June 12 29 minutes ago, misc_adventures said: I don't think I have the same issue on the other site I manage. This is quite possible. Every Squarespace 7.0 template-family is different. For example, the Five template supports this feature. 28 minutes ago, misc_adventures said: Is there a workaround for this? Can I overwrite it with custom CSS or can I prevent store items from linking to a Product Detail Page? Yes, you could try to recreate this effect, either by using some custom CSS or, by using JavaScript to do what Squarespace does on other pages by creating an entirely separate "banner-thumbnail-wrapper" div element between the header and the main page that contains the image. Here's an example of some custom CSS to get you started, although you may want to adjust margins and padding to meet your needs: .view-item.collection-type-products.transparent-header #header { background-image: url(https://images.squarespace-cdn.com/content/v1/644148edc2011865159d7123/1686243561278-WNVMSG9HSO9USMU11FI2/Firewood_Coop_1.jpg?format=2500w); background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 72px 20px 72px; } Did this help? Please give feedback by clicking an icon below ⬇️ misc_adventures 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
misc_adventures Posted June 12 Author Share Posted June 12 Ah! This is brilliant, thanks so much, works a treat. paul2009 1 Link to comment
517living Posted November 21 Share Posted November 21 I tried to to this: .view-item.collection-type-products.transparent-header #header { background-image: url(https://static1.squarespace.com/static/56172c18e4b092405575cb78/t/655bfe5479dfb615bf845e00/1700527701550/517.jpeg?format=2500w); background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 72px 20px 72px; } for this page: 517living.com/store/directory but it didn't show up. Am I missing something? Link to comment
tuanphan Posted November 24 Share Posted November 24 On 11/21/2023 at 7:58 AM, 517living said: I tried to to this: .view-item.collection-type-products.transparent-header #header { background-image: url(https://static1.squarespace.com/static/56172c18e4b092405575cb78/t/655bfe5479dfb615bf845e00/1700527701550/517.jpeg?format=2500w); background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 72px 20px 72px; } for this page: 517living.com/store/directory but it didn't show up. Am I missing something? Use this code instead body.view-item.collection-type-products #header { background-image: url(https://static1.squarespace.com/static/56172c18e4b092405575cb78/t/655bfe5479dfb615bf845e00/1700527701550/517.jpeg?format=2500w); background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 72px 20px 72px; } 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