Sahil007 Posted February 25, 2022 Share Posted February 25, 2022 Site URL: https://vibraphone-cheetah-jwk6.squarespace.com/ I've been able to use a few different scripts to move additional info block up into the product information. But I want to move the description of the product down below the product structure. I have quite a lot of text on some products so want it to be able to move the text down and use the full inset width of the page. Any way to code this? Password: 1234 Beyondspace 1 Link to comment
Beyondspace Posted February 25, 2022 Share Posted February 25, 2022 1 hour ago, Sahil007 said: Site URL: https://vibraphone-cheetah-jwk6.squarespace.com/ I've been able to use a few different scripts to move additional info block up into the product information. But I want to move the description of the product down below the product structure. I have quite a lot of text on some products so want it to be able to move the text down and use the full inset width of the page. Any way to code this? Password: 1234 Can you share the link to product page? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Sahil007 Posted February 25, 2022 Author Share Posted February 25, 2022 31 minutes ago, bangank36 said: Can you share the link to product page? Of course, sorry I hadn't already:https://vibraphone-cheetah-jwk6.squarespace.com/alle-produkter Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 On 2/25/2022 at 4:59 PM, Sahil007 said: Of course, sorry I hadn't already:https://vibraphone-cheetah-jwk6.squarespace.com/alle-produkter You want Top image Next is button next is related products Next is Product Description Is this right? 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
Sahil007 Posted February 28, 2022 Author Share Posted February 28, 2022 On 2/27/2022 at 9:13 AM, tuanphan said: You want Top image Next is button next is related products Next is Product Description Is this right? Not quite. I've attached a quick sketch of my ideal design. In a perfect world I'd also be able to add videos under the product description as well. Link to comment
Solution Sahil007 Posted March 1, 2022 Author Solution Share Posted March 1, 2022 Figured it out. Used the following code in the header Quote <script> jQuery(document).ready(function($) { $('.ProductItem .ProductItem-additional').insertAfter('.ProductItem-details-title'); $('.ProductItem .ProductItem-details-checkout').insertAfter('.ProductItem-additional'); $('.ProductItem .ProductItem-details-excerpt').insertAfter('.ProductItem-summary'); }); </script> tuanphan and Beyondspace 2 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