Jump to content

tuanphan

Circle Member
  • Posts

    63,814
  • Joined

  • Last visited

  • Days Won

    511

Everything posted by tuanphan

  1. Old domain still save current domain records of Godaddy, so it will shows an error, you need to change to Squarespace, you see here: https://support.squarespace.com/hc/en-us/articles/205812378-Connecting-a-domain-to-your-Squarespace-site
  2. Hi, Can you share link to portfolio? We can check easier
  3. You can use a specific value line-height: 20px !important;
  4. Hi, Can you take a screenshot of problem when you change image size? We can imagine easier Ps I used to do this similar, but I used Text Block (1 text block only) + Some Images blocks (hide images block initial, then when users hover on each link on Text Block >> add a jQuery code .show to corresponding image >> then use CSS to set display: block for this .show class name)
  5. You mean you can't scroll section under first section on homepage?
  6. #1. It is fine to me #2. Add to Website Tools (under Not Linked) > Custom CSS /* Privacy social icons */ @media screen and (max-width:767px) { .fe-block-yui_3_17_2_1_1668575929593_12475 { position: relative; bottom: -10px; } }
  7. I think the tool has a bug because first link is fine, no error with second link, I can't find it on your site
  8. Try adding this to Website Tools (under Not Linked) > Custom CSS. If it doesn't work, please share link to page in screenshot, we can check easier .item-pagination { display: none !important; }
  9. You can use some free tools to add this feature for example: Addthis or Shareaholic https://www.shareaholic.com/
  10. Can you take a screenshot of problem? I Just tried checking Contact & About Page, both looks same
  11. You try adding this code to Website Tools (under Not Linked) > Custom CSS body { overflow-x: hidden; }
  12. Add this code. Replace with black cursor image body.homepage *{ cursor: url(enter your black cursor image url here), auto !important; } With About page, use this, replace with white cursor image body#collection-64ccd813d8f9701a999d5555 *{ cursor: url(enter your white cursor image url here), auto !important; }
  13. I don't know this, but if you need to embed individual review manually, we can get review embed code and add it to Code Block
  14. Add to Website Tools > Custom CSS span.description.required { visibility: hidden; } span.description.required:before { visibility: visible; content: "(Enw)"; }
  15. Try this new code <script> $(document).ready(function() { $(".fe-block-815c2e776f6eb10d1f3a, .fe-block-99c3b9f51964ebc7edd4").click(function() { var link = $(this).text(), href = "https://getvibes.uscreen.io/checkout/new?o=48349&_gl=1*gxqtaz*_ga*MTAxMzg3MTMyMS4xNjk2NDk2NzYy*_ga_5VPH7QX59T*MTY5NzM0Nzc0My41LjAuMTY5NzM0ODk5NS42MC4wLjA."; window.location.href=href; }); $(".fe-block-acc86b27d7046e04e6de, .fe-block-508666a6347e16f66f9d").click(function() { var link = $(this).text(), href = "https://getvibes.uscreen.io/checkout/new?o=48350&_gl=1*1w4841b*_ga*MTAxMzg3MTMyMS4xNjk2NDk2NzYy*_ga_5VPH7QX59T*MTY5NzM0Nzc0My41LjAuMTY5NzM0ODk5NS42MC4wLjA."; window.location.href=href; }); }); </script> <style> .fe-block-815c2e776f6eb10d1f3a, .fe-block-acc86b27d7046e04e6de { cursor: pointer; } </style> I added some IDs to code
  16. Add to Website Tools (under Not Linked) > Custom CSS @media screen and (min-width:768px) { body#collection-650c3878cc3eec7453b2924b a.grid-item:nth-child(n+13) { position: relative; left: calc(~"100% + 30px"); }}
  17. Use this code section[data-section-id="6516bb8e262f7968a8826f2e"] { .user-items-list-carousel__media-inner { position: relative; top: -30px; } .user-items-list-carousel__slides-revealer { overflow: visible !important; } .user-items-list-carousel__gutter { overflow: visible; }}
  18. no replacing #siteWrapper [data-section-id="650d5074e0ed013d7b087264"] with footer.sections
  19. You mean You need to 3 posts show here, Each time will display 1 post, and will switch to another post after a few seconds
  20. #1. Which exact code did you add? #2. With your code, it is FontAwesome code so you will need to declare corresponding FontAwesome Library first
×
×
  • 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.