Jump to content

sstinus

Circle Member
  • Posts

    109
  • Joined

  • Last visited

Everything posted by sstinus

  1. Only move white section overlap banner image section a bit 🙂
  2. Site URL: https://selencia.squarespace.com/ Hi, Did you know if it's possible to have this result on a SS website 7.1 with or without Fluid please ? https://en.magnitudeconstruction.com/autres-projets/#nos-renovations This is my one https://selencia.squarespace.com/ passw : selencia Thank you 🙂
  3. Site URL: https://tricoche.squarespace.com/ Hi everyone, Di you have the solution to align the white text block on the gallery images please ? The whbsite https://tricoche.squarespace.com/ pw : TS2022 Thank you, Sebastien
  4. Site URL: https://tricoche.squarespace.com/sommaire-1-gamme Hi there, I would like to know if it is possible to make each image clickable in this section please. It's a gallery (services) and the options only offer a link from the button. My goal is to not use the button and only have the link active on every image. Or if you have another solution for the same result. https://tricoche.squarespace.com/sommaire-1-gamme pw : ts22 Thank you 🙂 Sebastien Services gallery
  5. Just one thing, did you know why a second grey line appears with this code ? Without With Would have the text below the title RHUMS VIEUX
  6. Hello Creedon, I've tried you code in this website https://tricoche.squarespace.com pw : TS22 The code is in this shop : /rhum-hse-martinique but doesn't work 😞 Maybe you can help me please ? Thank you in advance 🙂 Sébastien
  7. Yes, you can see in action below in footer https://www.voguebusiness.com/technology/how-discord-became-the-soho-house-of-web-30?uID=0c7620adf7a6849a83d6cb1e1c6e8d3f221aa2aeec58d6a849786d7ccaae3898&utm_campaign=newsletter_weekly&utm_source=newsletter&utm_brand=vb&utm_mailing=VB_NEWS_WEDS_26012022&utm_medium=email&utm_term=VB_VogueBusiness
  8. Site URL: https://www.voguebusiness.com/technology/how-discord-became-the-soho-house-of-web-30?uID=0c7620adf7a6849a83d6cb1e1c6e8d3f221aa2aeec58d6a849786d7ccaae3898&utm_campaign=newsletter_weekly&utm_source=newsletter&utm_brand=vb&utm_mailing=VB_NEWS_WEDS_26012022&utm_medium=email&utm_term=VB_VogueBusiness Hi, Somebody knows if it's possible to have the same result with a Toggle switch code or an other solution please for newsletter inscription ? https://www.voguebusiness.com/technology/how-discord-became-the-soho-house-of-web-30?uID=0c7620adf7a6849a83d6cb1e1c6e8d3f221aa2aeec58d6a849786d7ccaae3898&utm_campaign=newsletter_weekly&utm_source=newsletter&utm_brand=vb&utm_mailing=VB_NEWS_WEDS_26012022&utm_medium=email&utm_term=VB_VogueBusiness Thank you. Sebastian ------------------------
  9. Hi Creedon, Paul says to me to have a look at your post after my question 

     

    Did you think the solution you propose is possible for my case please ?

    Thank you very much for help 🙂

    Sébastien

    1. Show previous comments  3 more
    2. sstinus

      sstinus

      Hi Creedon,

      It works perfectly for each difrent categories. You sav emy life 😉 Thank you.

      It works perfectly for each different categories. You saved my life 😉 Thank you. Just one last thing if possible. Did you know how I can insert more spaces width please ? Especially after the category line.

       

      space.thumb.jpg.5d1c8fd1a4aa2cc6de96fb4c09ab7218.jpg

    3. creedon

      creedon

      For the category title spacing add the following to Design > Custom CSS.

      .nested-category-breadcrumb {
      
        margin-bottom : calc( 37px / 2 );
        
        }

      I"m not seeing the spacing issue you are seeing for the category list.

      104626092_ScreenShot2022-01-18at12_14_20PM.png.55deb490421a96aae2fa9a49a68404c3.png

    4. sstinus

      sstinus

      perfect ! thank you very much 🙂

  10. Site URL: https://tricoche.squarespace.com/rhum-hse-martinique Hi, Does any of you know how it is possible to insert text below the title of the collection and above the products please? https://tricoche.squarespace.com/rhum-hse-martinique passw : ts2022 Thank you. Sebastian
  11. Site URL: https://www.thierrybamas.fr/toutes-nos-patisseries Hi, did you know how is possible to center the .product-scarcity an font please ? Thanks
  12. Crazy ...it should be a basic implementation.
  13. Hi Omar, I've tried superJack, but Google don't autorize to connect my Sheet file. Any solution please ? Thanks
  14. Thanks @RobPegurri, I use a Brine template too, but the code doesn't work for me 😞
  15. Hi @RobPegurri I've tried your codes but doesn't work 😞 Can you maybe have a look please ? https://thierry-bamas-boutique.squarespace.com/les-gateaux-de-voyage/le-cake-a-orange pw : hello Thank you 🙂
  16. Hi, Rob, I saw your upselling process. It will be really good for me and I would like to integrate it, if possible to have the code for this site https://www.thierrybamas.fr/ please. Thanks a lot 🙂 Seb
  17. Hello 

    Hello, I've read some of your relevant answers on SQPS circle. Maybe you can help? ..I hope so. I'm sure it's easy but I don't find the solution 😞

    Here's the website https://www.thierrybamas.fr/shop/le-cheesecake-mangue-yuzu

     

    I'm look to align 2 icons + text in the excerpt from the product detail page like this picture

    ------
    css
    ------

    .fas {

      float: left ;

    }

    .fas { color: #ff6a02 }

     

    ------
    JS
    ------

    <p style="text-align:center">

    <i class="fas fa-truck"></i>

    <body>

      <p style="color:#ff6b0a";> &ensp;Livrable</p>

    </body>

      </p>

    <p style="text-align:center">

    <i class="fas fa-shopping-bag"></i>

    <body>

      <p style="color:#ff6b0a";>&ensp;Non livrable</p>

    </body>

      </p>

     

    Hope you can help me 🙂

    Thank you in advance 🙂

    Sebastien

    fiche produit.png

    Capture d’écran 2020-08-19 à 13.36.55.png

    1. rwp

      rwp

      You will need to generate a jquery script tag from https://code.jquery.com/ use 3.5 MINIFIED (not slim)

      Put that code in your header code injection.

      Add this in your code block below your html, or in the page code injection:
       

      <script>
        $(document).ready(function() {
          $('.sqs-add-to-cart-button-wrapper').append($('#block-yui_3_17_2_1_1597731599077_96492').html());
          $('#block-yui_3_17_2_1_1597731599077_96492').html('');
        });
      </script>

       

    2. sstinus

      sstinus

      it works like a charm !

      Thank you very much ! 🙂

      Seb

      Capture d’écran 2020-08-23 à 08.19.22.png

×
×
  • 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.