Jump to content

tuanphan

Circle Member
  • Posts

    65,013
  • Joined

  • Last visited

  • Days Won

    518

Everything posted by tuanphan

  1. #1. Seeing #2. Add to Design > Custom CSS /* Mobile popup full image */ @media screen and (max-width:767px) { .sqs-slide-wrapper[data-slide-type="popup-overlay"] [data-slice-type="gallery"] .sqs-slice-gallery-item.loaded img { object-fit: contain !important; } }
  2. Can you share link to a page where you use pagination arrow? I can check arrow style easier
  3. Yes. Possible. Can you send current code which you are using? We can adjust it for mobile easier
  4. Do you use Personal/Business or Commerce Plan? I guess we need to use script code to achieve this
  5. Add to Prints Page Header <style> .header-actions-action--social .icon--fill:nth-of-type(2) { filter: invert(1); } </style>
  6. Hi, Can you share link to this page? We can check easier
  7. Add to Last Line in Code Injection > Footer <script> jQuery(document).ready(function($){ $('section.ProductItem-additional').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }) </script> <style> section.ProductItem-additional { order: 6; } </style>
  8. Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('section.ProductItem-additional').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }) </script>
  9. Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script> <script> jQuery(document).ready(function ($) { a = $('meta[property="og:image"]'); a.attr("content", a.attr("content").replace("http", "https")); var t = a.attr("content"); $('meta[property="og:description"]').attr("content"); $('<div class="event-banner"><img class="event-banner-image" src="' + t + '"></div>').insertAfter("ul.eventitem-meta.event-meta.event-meta-address-container"); }); </script> <style> .event-banner img { width: 80%; height: auto; } </style>
  10. Your site is private. Can you setup password? We can check easier
  11. Yes. Possible. But you will need to add code manually to all password protected page. What is your site url?
  12. Hi, Can you share link to page where you use carousel? We can check easier
  13. Parallax still works for me. You try checking it again
  14. Hi, You can set 4:3 in setting then share link to page where you want to set 16:9, we can give CSS code for Personal Plan.
  15. Did you remove custom popup? I don't see it now
  16. Change your code to this a:hover, a:hover span { color: #f48947; text-decoration: underline; text-decoration-thickness: 1px; }
  17. Hi, Can you share link to page where you use form? We can help with this
  18. Yes. You can do this first, then we can give CSS code.
×
×
  • 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.