Jump to content

Ptphotography

Member
  • Posts

    359
  • Joined

  • Last visited

Posts posted by Ptphotography

  1. 1 minute ago, paul2009 said:

    As @Ziggy said, this is an essential accessibility feature. 

    When you navigate a Squarespace website using the keyboard, a box appears around the active element. The line is part of this box. This is necessary to meet accessibility standards. See this thread:

     

    Thank you so much @paul2009. I do understand the purpose of it. I'm about to let it go but then I remember I posted a similar question a 2 years ago:

    Is it possible to tweak the code?
    Much appreciated,
    K

     

     

     

     

  2. Thank you @Ziggy The grey line doesn't appear when I click next(right) arrow on the website itself. Can you try viewing the next picture by using the arrow keys on your keyboard? Or have you already done that? Grey line only appears when I use my keyboard. Which is problem for as you see we are trying to sell fine arts 🥲

    Any way around it? Thanks!

     

  3. On 1/5/2023 at 6:25 PM, timprsn said:
    .user-items-list-carousel__arrow-container svg {
    	display: none;
    }
    
    .user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--right div {
    	background-image: url("url of png of your right arrow");
      	background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 30px;
    }
    
    .user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--left div {
    	background-image: url("url of png of your left arrow");
      	background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 30px;
    }

    Try adding this to Design > Custom CSS.
    You will have to upload a png for each arrow, one left and one right.

    @timprsn Thank you so much for reaching out.  I have tried applying this but it didn't work for me. Here is the code I applied:

    .user-items-list-carousel__arrow-container svg {
    	display: none;
    }
    
    .user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--right div {
    	background-image: url("https://static1.squarespace.com/static/5ecaa390dc0263594e112004/t/63bd203b0651752a4e494c11/1673338939042/right.png");
      	background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 30px;
    }
    
    .user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--left div {
    	background-image: url("https://static1.squarespace.com/static/5ecaa390dc0263594e112004/t/63bd204aa3107f3ecd913c63/1673338954062/left.png");
      	background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 30px;
    }

    Please advise what I did wrong. Thank you!

  4. 21 minutes ago, joseph81 said:

    The space between images could be resolved for example with this CSS code:

    @media (max-width: 767px)
      .gallery-grid-item img {
          object-fit: cover!important
      }
    }

    The caption on mobile is present at least on my side, so I am not sure if I understand  how you mean that.

    I am glad it is possible to add space between images however I can't make it work. Squarespace says Syntax error? 

    Yes, I am looking for a caption on my mobile but I cannot see it. If you don't mind me asking what phone did you use to view? It doesn't work on Android and Iphone for me.

    Many thanks,
    K

  5. Good day,

    Please help with the code for my descriptions to appear in mobile. I just noticed it is not appearing in my phone.
    In addition to that, how do we add spacing in between pictures in mobile? Say 20px? Thanks.

    image.thumb.jpeg.6c3b49bd17bb36519ec5e4ac3a079f63.jpeg

    Thank you in advance.

    Regards,
    K

  6. 42 minutes ago, Ziggy said:

    Does this work?

    .gallery-grid-item:nth-child(16) {
      transform:scale(1.3);
      &:hover {
       transform:scale(1.4);
      }
    }

     

    Wow Ziggy! This is exactly what I am looking for. I didn't think it was possible. Thank you for making it work!

    Last favour, how do we make sure it is in keeping with the size of the first 3 columns? How do we fix the size so it matches the rest? 

    image.thumb.png.60a610db082c8bf6f7b063c852fc2c68.png

    Thank you!

    image.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.