Jump to content

tuanphan

Circle Member
  • Posts

    65,013
  • Joined

  • Last visited

  • Days Won

    518

Everything posted by tuanphan

  1. You can use Text Block, or if you use Business Plan/higher + share url, we can give code to clone header nav & add to Footer
  2. Try adding this CSS @media screen and (max-width:767px) { .tweak-blog-basic-grid-width-inset .blog-basic-grid { grid-template-columns: repeat(2,1fr); display: grid; } }
  3. Add code to Settings > Advanced > Code Injection > Footer
  4. Hi, Can you check it again? I don't see any captions
  5. Hi, Can you share link to a page where you added image? We can check easier
  6. Hi, Can you share link to your site? We can check easier
  7. Can you share link to page where you use gallery? We can check easier
  8. Your site is more complicated than the case above Site has 1200px width limit All elements on the homepage have the same parent element, ie if you want fullwidth video, you will be forced to set all fullwidth Try adding this to Design > Custom CSS @media screen and (min-width:641px) { body#collection-6359a1c0f42bfd44d2def239 { #canvas { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; } & { overflow-x: hidden; } .columns-12>.row>.col>div:not(:first-child) { max-width: 1200px !important; margin-left: auto; margin-right: auto; }}}
  9. You can set it to simple, then let me know, we can give code to make it fullwidth
  10. You can use some code like this #block-id * { border: none !important; } Use this tool to find block id https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en
  11. I haven't used Canva, but see if it has the option to export the design to an html file, then paste the html code into the Code Block in Squarespace.
  12. Hi, What is your site url? We can check easier
  13. You can embed via iframe tag with Code Block, however the site header/footer will still appear in section. <iframe src="enter page url here" width="100%" height="500px"></iframe>
  14. Try click Add Section > Scroll down & choose this > Then you can choose Gallery Section or List Section Carousel
  15. You can create these images, then we can use code to append it to border. What do you think?
  16. Enter this to button url
  17. Hi, This is possible with some custom code. If you share link to page where you use Reel, we can help easier You can also try adding this to Settings > Advanced > Code Injection > Footer <script> (function docReady(fn) { // see if DOM is already available if (document.readyState === "complete" || document.readyState === "interactive") { // call on next available tick setTimeout(fn, 1); } else { document.addEventListener("DOMContentLoaded", fn); } })(() => { if (window.location == window.parent.location) { const reelControls = document.querySelectorAll('.gallery-reel-control [aria-label="Next Slide"]'); reelControls.forEach(reelControl => { (function reelTimer() { setTimeout(() => { reelControl.click(); reelTimer(); }, 2000); // change this value to change the speed })(); }) } }); </script>
  18. Hi, This is possible, however you will need to use a paid plugin
  19. Hi, What is your problem with form block? Maybe we can help
  20. Try this .header-nav-item:hover a { color: #f45ec6 !important; font-family: monospace !imprtant; }
  21. Try this new code <script> $( ( ) => { const selector = '.user-items-list-simple .list-item'; $( selector ).each ( function ( ) { const click1 = $('.list-item-media'); $( click1 ).click ( function ( ) { const url = $( '.list-item-content__button', $this ) .attr ( 'href' ); $( `<a href="${ url }" target="_blank">` ) .get ( 0 ) .click ( ); } ); } ); } ); </script> <style> .user-items-list-item-container[data-section-id="632adf148c4a9956d83ff637"] .list-item-media { cursor: pointer; } </style>
×
×
  • 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.