Jump to content

galangster

Circle Member
  • Posts

    26
  • Joined

  • Last visited

Posts posted by galangster

  1. Hi! I am thinking about creating a Squarespace Membership website for a client but one of the requirements is having 2FA logins for members. Currently, Member Areas do not have this feature. Does anyone know of an integration or plugin that would make this possible with Squarespace? It doesn't necessarily need to work with Member Areas, we are fine with a 3rd party integration. Any help or insight would be greatly appreciated!

  2. 19 hours ago, tuanphan said:

    Add this new CSS code

    .sqs-gallery-controls .previous, .sqs-gallery-controls .next {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
    }

     

    This is great! Do you know what I would make the hover color a lighter version of this? rgb(179, 164, 148)

  3. 3 hours ago, tuanphan said:

    Can you share link to 7.0? We can check arrow code easier

    So it's actually Squarespace 7.1 but a gallery on the old builder if that makes sense. The image attached is the arrows I would like to change. Similar to the circle arrows in a previous image.

    Screenshot 2023-04-29 at 12.18.23 AM.png

  4. 8 hours ago, tuanphan said:

    You can add this to Design > Custom CSS. Replace Example Arrow image url with new url

    /* List arrows */
    button.user-items-list-carousel__arrow-button, button.mobile-arrow-button {
        background-image: url(https://static1.squarespace.com/static/6447936db557a42927661514/t/644930ba4ff9f163e9626999/1682518202114/Right+Arrow+2.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    button.user-items-list-carousel__arrow-button svg,  button.mobile-arrow-button svg {
        visibility: hidden;
    }
    button.user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--left,  button.mobile-arrow-button--left {
        transform: rotate(-180deg) !important;
    }
    .user-items-list-carousel__arrow-icon-holder {
        left: -50px;
        z-index: 9999999;
        width: calc(~"100% + 100px");
    }
    .user-items-list-carousel__gutter {
        overflow: visible;
    }

     

    My apologies, I tried to apply the code to this section and it looks like this (first image). Trying to have it be similar to the second image where it has a rounded, circle background. If that makes sense. Thanks! 

    Screenshot 2023-04-29 at 7.57.27 AM.png

  5. 1 hour ago, tuanphan said:

    You can add this to Design > Custom CSS. Replace Example Arrow image url with new url

    /* List arrows */
    button.user-items-list-carousel__arrow-button, button.mobile-arrow-button {
        background-image: url(https://static1.squarespace.com/static/6447936db557a42927661514/t/644930ba4ff9f163e9626999/1682518202114/Right+Arrow+2.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    button.user-items-list-carousel__arrow-button svg,  button.mobile-arrow-button svg {
        visibility: hidden;
    }
    button.user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--left,  button.mobile-arrow-button--left {
        transform: rotate(-180deg) !important;
    }
    .user-items-list-carousel__arrow-icon-holder {
        left: -50px;
        z-index: 9999999;
        width: calc(~"100% + 100px");
    }
    .user-items-list-carousel__gutter {
        overflow: visible;
    }

     

    Thanks for the help! So this is what I get when I put in the code. The goal is to have the second gallery (that I think comes from 7.0) have the same arrows at the newer 7.1 one.

    Screenshot 2023-04-29 at 12.18.23 AM.png

    Screenshot 2023-04-29 at 12.18.18 AM.png

  6. Hi! Could someone help me with this as well? Our website: https://www.enjoysnacks.com/shop has the navigation categories on the side (which we like). On product pages like this one: https://www.enjoysnacks.com/shop/p/giftpacks/enjoy-gift-pack, we would like the category navigation on the top of each product page. Is there anyway to do this? Any help would be greatly appreciated! Thanks!

  7. 34 minutes ago, paul2009 said:

    This is a bug since 23 June. Squarespace have escalated it for investigation.

    Whenever you experience something that doesn't look right, it's a good idea to report it to Squarespace Customer Care. The more of us who report an issue, the quicker that they realise there is an issue. You can reach out to them here.

    @paul2009 We will do that, thanks for the help!

  8. On 6/25/2020 at 10:33 AM, paul2009 said:

    @media screen and (min-width: 768px) {   .tweak-product-basic-item-thumbnail-placement-below .ProductItem-gallery-thumbnails {     display: flex!important;     margin-top: 10px;   } }

    @paul2009 It works!! Thank you so much. I have a question. The thumbnails are outside of the box, here is a product example of it: https://www.enjoysnacks.com/shop/candies/sour-lychee. Is there anyway to fix this? Thanks again!

  9. On 5/14/2020 at 10:30 AM, paul2009 said:

    Do you want to add a slideshow to the product images on the product detail page (see below), or do you want to do something on the product list page?

    @paul2009 Can there be arrows added to a slideshow without losing the pictures at the bottom? I have attached an example from our website. As you can see below the product image there are all of the pictures lined up. We would just like to add arrows to the main picture so people can slide through. Here is the URL: https://www.enjoysnacks.com/shop/candies/sour-lychee. Any help would be greatly appreciated!

  10. 5 hours ago, RyanDejaegher said:

    @galangster, would something like this work? This is being done with the Summary List and could be used below the main header

    @RyanDejaegher Interesting! Do you know if the font can be changed (increase/decrease). Our client likes the buttons we placed on the homepage so I'm not sure if that could be done as well. Website reference: enjoysnacks.com. Thanks for the suggestion!

  11. 3 hours ago, ryandejaegher said:

    add this to your custom CSS

    
    .category-filter-list > *:nth-child(1) {
      order: 1;
    }
    
    .category-filter-list > *:nth-child(2) {
      order: 2;
    }
    
    .category-filter-list > *:nth-child(3) {
      order: 3;
    }
    
    .category-filter-list > *:nth-child(4) {
      order: 4;
    }
    
    .category-filter-list > *:nth-child(5) {
      order: 5;
    }
    
    .category-filter-list > *:nth-child(6) {
      order: 6;
    }
    
    .category-filter-list > *:nth-child(7) {
      order: 7;
    }
    
    .category-filter-list > *:nth-child(8) {
      order: 8;
    }
    
    .category-filter-list > *:nth-child(9) {
      order: 9;
    }
    
    .category-filter-list > *:nth-child(10) {
      order: 10;
    }
    
    .category-filter-list > *:nth-child(11) {
      order: 11;
    }
    
    .category-filter-list > *:nth-child(12) {
      order: 12;
    }
    
    .category-filter-list > *:nth-child(13) {
      order: 13;
    }
    
    .category-filter-list > *:nth-child(14) {
      order: 14;
    }
    
    .category-filter-list > *:nth-child(15) {
      order: 15;
    }
    
    .category-filter-list > *:nth-child(16) {
      order: 16;
    }
    
    .category-filter-list > *:nth-child(17) {
      order: 17;
    }
    
    .category-filter-list > *:nth-child(18) {
      order: 18;
    }
    
    .category-filter-list > *:nth-child(19) {
      order: 2;
    }
    
    .category-filter-list > *:nth-child(20) {
      order: 2;
    }
    
    .category-filter-list > *:nth-child(21) {
      order: 21;
    }
    
    .category-filter-list > *:nth-child(22) {
      order: 22;
    }
    
    .category-filter-list > *:nth-child(23) {
      order: 24;
    }
    
    .category-filter-list > *:nth-child(24) {
      order: 24;
    }
    
    .category-filter-list > *:nth-child(25) {
      order: 25;
    }
    
    .category-filter-list > *:nth-child(26) {
      order: 23;
    }
    
    .category-filter-list > *:nth-child(27) {
      order: 22;
    }

    Result:
    image.thumb.png.99e66dfba17b26665721f3fb32528074.png
     

    @ryandejaegher This worked perfectly! Thank you so much for the help!

  12. On 6/13/2020 at 11:49 PM, tuanphan said:

    Add to Home > Design > Custom CSS

    
    .variant-select-wrapper {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .variant-select-wrapper option {
        font-size: 30px;
    }

    @tuanphan Thank you for this, it worked perfectly! One last question, is there a way to add padding to the option drop down (which would be the 1 Bag, 3 Bags and 10 Bags option). They are a little close together when we increase the font size.

  13. Hi! If anyone can help we are trying to edit the variant drop-down button. We want to make the "Select Item Box" Smaller and have the "Quantities Box" bigger (these would be the 1 Bag, 3 Bags and 10 Bags in the dropdown". Here is our website: enjoysnacks.com. Here is also a specific product page with the variants: https://www.enjoysnacks.com/shop/candies/sour-lychee. Any help would be greatly appreciated!

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