Jump to content

tuanphan

Circle Member
  • Posts

    64,744
  • Joined

  • Last visited

  • Days Won

    516

Everything posted by tuanphan

  1. Can you share link to a course page? We can check easier
  2. We can use custom CSS to achieve this if you can share url, we can check easier Or you can use plugin to build custom navigation for Member Area Header
  3. You can use Gallery Slideshow first, then share page url, I can check easier
  4. You can add this code to Page Header Code Injection or Code Block <style> /* header color */ header#header.shrink { background-color: white !important; } header#header.shrink img { filter: invert(0); } /* navigation items */ header#header.shrink div.header-nav-item>a { color: #000 !important; } /* Burger Icon */ header#header.shrink .burger-inner>div { background-color: #000 !important; } /* Burger X Close icon */ body.header--menu-open header#header.shrink .burger-inner>div { background-color: #000 !important; } </style>
  5. I see your header are overlap left navigation item So, move both to these positions?
  6. You can add a Code Block in Tyler Stalman > Paste this code <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <ul class="t-social"> <!-- instagram --> <li> <a href="https://instagram.com"> <i class="fab fa-instagram"></i> </a> </li> <!-- Youtube --> <li> <a href="https://youtube.com"> <i class="fab fa-youtube"></i> </a> </li> <!-- Twitter --> <li> <a href="https://twitter.com"> <i class="fab fa-twitter"></i> </a> </li> <!-- Tiktok --> <li> <a href="https://tiktok.com"> <i class="fab fa-tiktok"></i> </a> </li> </ul> <style> /* code block padding top bottom */ .code-block { padding-top: 0; padding-bottom: 0; } /* social icons code */ .t-social { display: block; margin: 0 auto; padding-top: 5px; text-align: center; padding-left: 0; } .t-social li { display: inline-block; margin: 0; line-height: 100%!important; } .t-social li i { font-size: 30px; margin: 0 20px; color: white; } </style> Replace example Instagram, Tiktok, Twitter... with your new url
  7. To achieve this, you can First, add a section in Site Footer > Design this layout Next, edit that section > Add a Code Block > Paste this line <span class="close-popup">X</span> Next, edit Header button > Enter this url #popup Next, let me know, I will test some code to make this section become popup when clicking Contact Button
  8. Do you use Personal or Business or Commerce Plan? With these images, will require script code
  9. Can you check it again? It looks like you haven't clicked Save or haven't set option yet
  10. Remove your code & use this new code nav.header-nav-list>div:nth-child(1) { position: absolute; left: 0; top: 50%; transform: translateY(-50%); } nav.header-nav-list>div:nth-child(2) { position: absolute; right: 0; top: 50%; transform: translateY(-50%); } Also, I see your font-face code has invalid code, so I guess it didn't work on some devices
  11. I think you can use Gallery Block Slideshow or Gallery Section Slideshow, then use CSS code to rotate thumbnails to right of page If you share link to page, I can check & give the code
  12. #1. It looks fine to me. Can you take a screenshot? #2. I don't see video thumbnail on this page
  13. Where did you add popup code? Code Block, Code Injection or Page Header? If Code Block/Embed Block, you can use this code to Website Tools > Custom CSS (however it still appears under Header, because we can't change z-index of this section > z-index of header) [data-section-id="6581c02002632c6accb52de0"] { z-index: 9999999 !important; } You should add Popup code to Page Header Code Injection or Site wide Code Injection Footer, we can fix problem easier
  14. What should it look like on mobile? Use another image or change white space color?
  15. Can you share link to that page? We can check easier
  16. Can you share link to website where you get Scrollify.JS code?
  17. Add this code to last line in Code Injection > Footer <script> $(function(){ $(".slide img").each(function(){ var title = this.alt; $('<span class="t-caption">'+ title +'</span>').insertAfter($(this).parent()); }); }); </script> <style> div.slide + .t-caption { display: none !important; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 999999; } div.slide.sqs-active-slide + .t-caption { display: block !important; } </style>
  18. It is site default color, you can use this new code <style> header#header, footer.sections { display: none; } body { background-color: white; } </style>
  19. I see you have a syntax error in CSS box. Can you send all current code in CSS box? We can check problem easier
  20. Yes. Need a script code, if you still need help, let me know, I can do a quick guide
  21. Change this line .ProductItem-gallery-slides { width: 100%; } to this .ProductItem-gallery-slides { width: 100%; margin-bottom: 10px !important; }
×
×
  • 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.