Jump to content

andreabalogun_

Circle Member
  • Posts

    27
  • Joined

  • Last visited

Posts posted by andreabalogun_

  1. On 6/22/2023 at 8:39 PM, creedon said:

    As I say I don't have a solution but how do you see this working?

    User clicks on an external link. A pop-up occurs with a message. How does the user flow from there? Is it like a two button alert were one button is proceed to the external link and other is cancel?

    Or, perhaps one button that just says OK?

    A pop-up message. I think the solution below will work very well.

  2. 18 hours ago, creedon said:

    I don't have a solution but I'm curious why the need to put a disclaimer on every outgoing link?

    Is this kind of like a disclaimer that we are not responsible for the content on other sites? Could this be handled with a one time disclaimer of some kind? Or even a terms page?

    I think in 2023 most folks are aware that the content of links to other sites are not the responsibility of the site that you came from to get there.

    The only issue I could see to linking to other sites is if it involved some kind of legally actionable material.

    This is the first time I'm seeing this come up, but my client needs a website that is heavily monitored and needs to fall within some sort of compliance rules as a financial agency.

  3. 11 hours ago, paul2009 said:

    I checked the video link that you provided and I can see that embedding of this particular video has disabled by the video owner:

    image.thumb.png.36bc7212a63b4bd627b4e068d6584228.png

    If you are the video owner, check the video privacy settings on YouTube and then try again.

    Was this post helpful? Please give feedback by clicking an icon below  ⬇️

    Gotcha! Thanks so much! I will talk to my client.

  4. 48 minutes ago, bangank36 said:
    
    /* Footer */
    .sqs-svg-icon--wrapper[href*=tiktok] .sqs-svg-icon--social {
      display: none;
    }
    .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper[href*=tiktok] {
      background: #777;
    }
    .sqs-svg-icon--wrapper[href*=tiktok] {
      background: #ffffff;
    }
    .sqs-svg-icon--wrapper[href*=tiktok]:hover {
      background: #ffffff !important;;
    }
    .sqs-svg-icon--wrapper[href*=tiktok] > div {
      display: inline-block;
      background: url(https://www.designbust.com/download/1019/png/tiktok_logo_png_transparent256.png) no-repeat;
      background-size: cover;
      width: 50%;
       height: 50% ;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%)
    }
    
    /* Header */
    .SocialLinks-link[href*=tiktok] .SocialLinks-link-svg {
      display: none;
    }
    .sqs-svg-icon--list:hover .SocialLinks-link[href*=tiktok] {
      background: #777;
    }
    .SocialLinks-link[href*=tiktok] {
      background: #ffffff;
    }
    .SocialLinks-link[href*=tiktok]:hover {
      background: #ffffff !important;;
    }
    .SocialLinks-link[href*=tiktok] > div {
      display: inline-block;
      background: url(https://www.designbust.com/download/1019/png/tiktok_logo_png_transparent256.png) no-repeat;
      background-size: cover;
      width: 50%;
       height: 50% ;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%)
    }

    Find your colored tiktok icon and replace accordingly

    Thanks sooooo much!!

  5. On 11/16/2020 at 7:11 PM, bangank36 said:
    
    .sqs-svg-icon--wrapper[href*=tiktok] .sqs-svg-icon--social {
      display: none;
    }
    .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper[href*=tiktok] {
      background: #777;
    }
    .sqs-svg-icon--wrapper[href*=tiktok] {
      background: #ffffff;
    }
    .sqs-svg-icon--wrapper[href*=tiktok]:hover {
      background: #ffffff !important;;
    }
    .sqs-svg-icon--wrapper[href*=tiktok] > div {
      display: inline-block;
      background: url(https://www.designbust.com/download/1019/png/tiktok_logo_png_transparent256.png) no-repeat;
      background-size: cover;
      width: 50%;
       height: 50% ;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%)
    }

    image.png.ae87498f4954b5cfdb3af25bfbf187ef.png

    Thanks! This worked well for the footer. Any advice on how to do this for my header too?

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