Jump to content

j_blubird

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by j_blubird

  1. Site URL: https://slideux.com/team I need help fixing the issue with one of the team member’s name, it wraps awkwardly. Issue: Marisa Chantharayukhonthorn Template: Hayden Version: 7.0 1. The page is nestled (see Team_Page.png) under the About section of the site. The title appears fine when you view it this way. https://slideux.com/about 2. It is also accessible via a left-hand sidebar https://slideux.com/team The page does NOT look good when viewed this way. 3. I tried to isolate the block with custom CSS. Added under Home > Design > Custom CSS but I could not figure out the correct CSS. Can someone help me figure it out? I need the name to fit when viewed in both ways. Thank you!
  2. Hi there, I'm trying to edit my confirmation page but I'm in the new editor. I tried plugging in some of the above code but didn't see any changes. Is there any way to remove the shipping address? We only have one service product, unless that info doesn't appear on the order confirmation. SS doesn't really tell you much on what will appear dependent upon what type of product/service you set up.
  3. @creedon I've installed the jQuery. I also copied the code again and placed into the Advanced > Code Injection > Footer. It's working properly now. Thanks for your help, I along with my team appreciate it!
  4. These are the two service pages: https://slideux.com/mini-expert-review https://slideux.com/mini-expert-review-spreadsheet We are avoiding these pages: https://slideux.com/mini-expert-review-services/purchase https://slideux.com/mini-expert-review-services/spreadsheet Thank you for your help.
  5. Hello all, I'm trying to do the same thing but it's not quite working for me. Any advice? I used the above code and plugged in my own urls, but it doesn't work properly. <!-- Change Shopping Cart Service Product Links --> <script> $( ( ) => { /* map cart item title urls */ const urlMappings = { '/mini-expert-review-services/purchase' : '/mini-expert-review', '/mini-expert-review-services/spreadsheet' : '/mini-expert-review-spreadsheet' /* last or only item doesn't get a comma */ } const urlError = '/mini-expert-review-services/purchase'; /* page to go to in case a url mapping isn't found */ // do not change anything below if ( window.location.pathname != '/cart' ) return; $( '.CartTableRow-itemTitle-1MDgZ a' ).each ( function ( ) { let $this = $( this ); let href = $this.attr ( 'href' ); if ( href in urlMappings ) { href = urlMappings [ href ]; } else { href = urlError; } $this.attr ( 'href', href ); } ); } ); </script> <!-- Change Shopping Cart Service Product Links -->
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.