AnjArt Posted April 30, 2022 Share Posted April 30, 2022 Site URL: https://www.anjart.co.uk/shop/p/cookie-greetings-card Is there a way to add a navigation link to my product pages? For example, if a customer clicks on my shop and then selects the "cards" tab and then clicks on a card product, the navigation links only show Shop > Product name. I would like to make it easier for them to go back to the "cards" tab, rather than the entire shop and have to go through the whole process again. So it would read Shop > cards > product name. Is this possible? Link to comment
AnjArt Posted May 3, 2022 Author Share Posted May 3, 2022 Site URL: https://www.anjart.co.uk/shop/p/cookie-greetings-card Is there a way to add a navigation link to my product pages? For example, if a customer clicks on my shop and then selects the "cards" tab and then clicks on a card product, the navigation links only show Shop > Product name. I would like to make it easier for them to go back to the "cards" tab, rather than the entire shop and have to go through the whole process again. So it would read Shop > cards > product name. Is this possible? Link to comment
tuanphan Posted May 5, 2022 Share Posted May 5, 2022 This is not possible. You will need to use a 3rd plugin to achieve this Or need to add a code manually on all products (If you want this, we can give the code) 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
AnjArt Posted May 6, 2022 Author Share Posted May 6, 2022 Hi @tuanphan Thanks for your reply. I’d greatly appreciate the code to add manually for each product. I presume each would still go in the custom css section? many thanks! Link to comment
AnjArt Posted May 6, 2022 Author Share Posted May 6, 2022 (edited) While I have you here @tuanphan😁 Any chance you could give me a code to allow the image to show on mobile version for my pop up as per its layout (image to left, text to right) thanks again! Url - anjart.co.uk Edited May 6, 2022 by AnjArt Link to comment
tuanphan Posted May 7, 2022 Share Posted May 7, 2022 Hi. Not Possible. However you can consider adding a list category links on top of product If you like this, we can test & give the code 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
paul2009 Posted May 7, 2022 Share Posted May 7, 2022 On 4/30/2022 at 9:02 PM, AnjArt said: Is there a way to add a navigation link to my product pages? On Squarespace 7.1 the built-in breadcrumbs are very limited, but it is possible with our Breadcrumbs extension: About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
tuanphan Posted May 8, 2022 Share Posted May 8, 2022 On 5/7/2022 at 3:19 AM, AnjArt said: While I have you here @tuanphan😁 Any chance you could give me a code to allow the image to show on mobile version for my pop up as per its layout (image to left, text to right) thanks again! Url - anjart.co.uk #1. First, add this to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<nav class="ProductItem-nav tp-breadcrumb"><div class="ProductItem-nav-breadcrumb"><a href="/shop" class="ProductItem-nav-breadcrumb-link">Shop</a><span class="ProductItem-nav-breadcrumb-separator"></span><a href="/shop/category1" class="ProductItem-nav-breadcrumb-link">Enter Category Name here</a><span class="ProductItem-nav-breadcrumb-separator"></span><a href="/shop/p/sekhmet-lioness-original-painting" class="ProductItem-nav-breadcrumb-link">Sekhmet - Original Framed Lioness Painting</a></div></nav>').insertBefore('nav.ProductItem-nav'); }); </script> <style> nav.ProductItem-nav:not(.tp-breadcrumb) { display: none; } </style> #2. Which image? 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