Jump to content

rwp

Circle Member
  • Posts

    1,008
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by rwp

  1. .summary-item:hover .summary-content { opacity: 1 !important; }
  2. @jambamoose give this a shot var topIMG = $(".header-title-logo img").attr("src"); var sclIMG = ""; $(window).scroll(function() { var value = $(this).scrollTop(); if (value > 50) $(".header-title-logo img").attr("src", sclIMG); else $(".header-title-logo img").attr("src", topIMG); });
  3. Those are limitations of the YouTube API. Squarespace will not let you host videos, short of setting up your own hosting, that's about what we are limited to.
  4. Try being more specific on the element id body .sqs-announcement-bar-dropzone .sqs-announcement-bar {
  5. OK, I was finally able to figure this out with youtubes API. I have a client that requested something similar, so I had to really get into this...... https://codepen.io/r-w-p/pen/KKzeVmb Currently not working 100% in firefox, you have to click play to get it to start working. Not sure whats up with that yet. Edit: fixed on firefox...... I hope.....
  6. .image-title.sqs-dynamic-text p:first-of-type { display: block !important; }
  7. #block-yui_3_17_2_1_1599495604788_125794 a { color: blue !important; } #block-yui_3_17_2_1_1599495604788_125794 a:hover { color: red !important; }
  8. Try this. Design -> CSS .ProductItem-details .sqs-block.code-block.sqs-block-code { order: 4; }
  9. https://codepen.io/r-w-p/pen/ZEQwMoN I moved my stuff to code pen, the new link is here.
  10. The code on your page doesn't seem to have updated correctly. Did you hit save after updating it?
  11. .top-bun, .bottom-bun { height: 3px !important; border: 2px solid #ababab; border-radius: 3px; }
  12. .product-price::after { content: ' TEXT'; }
  13. @birdmade Apparently squarespace uses a few different layouts for the categories. This one is more complex, with the items and sub items. Head to my codepen and check out "Product Cat to Dropdown Alternate". This will only work with the parent categories and will ignore the sub items. Drop me an email if you would like me to dig into this deeper.
  14. You can't control gifs either, but you can set the figure's background to a gif and hide/show the static image on hover.
  15. You can not disable the mobile view, the only thing we can do is make the mobile view look like desktop. So we need to know what still needs to be changed. Please provide screen shots of the areas you do not like.
  16. You can't. Squarespace will not allow video uploads directly, and you can not control what is inside an iframe with code from your site.
  17. You are missing an opening <script> tag. That being said, the category layout is different on your page, and the code will not work for you.
  18. @birdmade whats the link to your page? Edit, just noticed, this needs to be one line, without the > after script <script src=.....................................></script>
×
×
  • 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.