Jump to content

tuanphan

Circle Member
  • Posts

    64,819
  • Joined

  • Last visited

  • Days Won

    517

Posts posted by tuanphan

  1. On 1/23/2023 at 8:50 PM, netiro said:

    Hello,

     

    I've got a random couple of href links appeared in my footers and I can't find where the code is to delete them.

     

    Example:

    Home page footer

    On the left hand side over the logo, phone and email address there is a href on the section that links to another page.

    I have got some custom code on the block above it - could it have been applied to the wrong block?

    This occurs a couple of times on other footer pages as well.

     

    Anybody got any ideas on where the code would be located to remove it? On

    Hi,

    I see no href here

    image.thumb.png.126ebca84fafe484068c3a05416c6980.png

  2. On 1/26/2023 at 2:25 PM, HarrisonWW said:

    Hi @tuanphan! Having a really similar issue with a banner slideshow on my homepage. The images show up great on the desktop version, but are totally cropped on mobile. Have tried multiple codes that you've shared here to see if I can rectify, but nothing has worked yet. 

    Site URL: https://garlic-emu-9yad.squarespace.com

    Any chance you have another solution? Thanks! 

     

    Use this

    @media screen and (max-width: 767px) {
        .user-items-list-item-container[data-section-id="63cb2a9b0fc5fa4674da2f99"] ul {
            min-height:unset !important;
            height: 30vh;
        }
    }

     

  3. On 1/27/2023 at 4:50 AM, moran75 said:

    hi tuanphan

    apologies, i did indeed solve...i posted the same question on the 'customize with code' page as i thought that was a more relevant forum and someone kindly helped me out...

    however i ave two other small queries o/s on that page if yopu'd like to take a look?😀😀

    cheers

     

    Kev

    You can send link, we will check

  4. 22 hours ago, Rebecca365 said:

    I tried this, and it hasn't changed anything. I put in the site settings, since the "Post Blog Item Code Injection" does not include a "Footer" setting.

    Question: if the code could be placed in the "Post Blog Item Code Injection", would I be able to change the name of "comments" on my general blog, and remove comments on blogs in a member area?

    Thank you!

    Rebecca

     

     

     

    No. Do not add to Post Blog Item Code Injection

    Add to 

    Home > Settings > Advanced > Code Injection > You will see Header, Footer, Lock Page, Order Confirmation Page... boxes > But you need to add to Footer box

  5. 21 hours ago, yuliamazur said:

    Hey @tuanphan, sorry, I have updated the site url. 

    Here it is: https://www.ochi-studio.com/home 

    I've added the buttons below carousel images for users to click on them, but I'd prefer to remove the buttons and make the images clickable + be able to scroll the carousel with adjacent slides. 

    The specific section I'm refering to is this one: section[data-section-id="63cd14eaab5f09481fb2a2a4"]

    Thank you!!!

    Add to Design > Custom CSS

    /* List Section - Make list images clickable */
    [data-section-id="63cd14eaab5f09481fb2a2a4"] {
    li.list-item {
        position: relative;
    }
    .list-item-content__button-container {
        position: static;
    }
    a.list-item-content__button.sqs-block-button-element {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        color: transparent !important;
        background-color: transparent !important;
    }
    .list-item-content__button-container {
        position: static !important;
    }
    .user-items-list-carousel__slide {
        pointer-events: initial !important;
        user-select: unset !important;
    }
    .user-items-list-carousel__gutter {
        cursor: pointer;
    }}

     

  6. 11 hours ago, RJT said:

    Hi, Is there a way I can split the text down the middle, and have 3 pages either side of the logo? BUT still keeping it all along the horizontal line? 7.1 version. Thanks!

    Screenshot 2023-01-27 at 22.08.30.png

    You can change layout to Left Navigation - Middle Logo, then share site url, we can give code to achieve your request

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