Jump to content

tuanphan

Circle Member
  • Posts

    64,701
  • Joined

  • Last visited

  • Days Won

    516

Everything posted by tuanphan

  1. When you add video, it has some options like muted, autoplay....try disable all options then try again
  2. The site is expired, you can access this link to extend it for free
  3. Maybe your internet connection? It loads fine to me
  4. Can you take a screenshot of position where you changed this? As I check the code, it should have another option to insert this second text
  5. Remove on standard page, but you still can use it on Blog Page
  6. #1. You can add this code to Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; } .header-title-logo { text-align: center; }} #2. Move these items to float left/right of screen?
  7. So now you want to show overlay color? What is your site url?
  8. Hi, It should appear there with Portfolio Page If you don't see it, maybe you used a custom code so it is invisible You can share link to page in screenshot, we can check easier
  9. This will require some script code. If you share link to page where you newsletter, we can check & test code easier
  10. You can use this CSS code to fix problem div#gridThumbs { opacity: 1 !important; transform: unset !important; }
  11. Try adding this to Website Tools (under Not Linked) > Custom CSS to fix problem div.header-border { border-color: black !important; }
  12. I think your Embed Block on Page Content, missed a closing symbol somewhere, caused problem Can you send code on both Embed Blocks?
  13. You click "Edit" then click Add a Section You can choose a Blank Section then look at top left
  14. Try this <script> (function() { window.addEventListener('load', function() { var paginationLabels = document.querySelectorAll('nav.blog-list-pagination span'); for (var i = 0; i < paginationLabels.length; i++) { var text = paginationLabels[i].textContent; text = text.replace("Billets plus récents", "Newer Post"); text = text.replace("Billets plus anciens", "Older Post"); paginationLabels[i].textContent = text; } }); })(); </script>
  15. You mean when users click on 48 year old >> a dropdown menu appears under with some options: 50 year old, 60 year old, 70 year old, and when users choose one, eg 70 year old >> change 48 year old text to 70 year old? If not, Do you have an example or mockup or link to example in your screenshot? We can imagine it easier
  16. When edit Event, it has this option, you can enter custom url
  17. I don't quite understand... if you know an example, I can imagine it easier
  18. You can consider using a page with Summary Block then pull posts from Blog Page
  19. Can you share link to a search result page?
×
×
  • 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.