Jump to content

rwp

Circle Member
  • Posts

    1,008
  • Joined

  • Last visited

  • Days Won

    14

Reputation Activity

  1. Like
    rwp got a reaction from designhalffull in Summary Block Title and Excerpt Overlay on Hover   
    .summary-item:hover .summary-content { opacity: 1 !important; }  
  2. Like
    rwp got a reaction from canicus in How to slow down the fade transition in a 7.1 Gallery Slideshow   
    .gallery-fullscreen-slideshow-item-img{ transition: opacity 1600ms ease-in-out !important; -webkit-transition: opacity 1600ms ease-in-out !important; -ms-transition: opacity 1600ms ease-in-out !important; -moz-transition: opacity 1600ms ease-in-out !important; -o-transition: opacity 1600ms ease-in-out !important; } .gallery-fullscreen-slideshow[data-transition="fade"] .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src{ transition: opacity 1400ms ease-in-out !important; -webkit-transition: opacity 1400ms ease-in-out !important; -ms-transition: opacity 1400ms ease-in-out !important; -moz-transition: opacity 1400ms ease-in-out !important; -o-transition: opacity 1400ms ease-in-out !important; } Currently getting some hiccups with Firefox.  This is on SquareSpaces side of things.  I already spent about 3 hours trying to get this to work, and I don't feel like digging though a million lines of code again.  (The standard transition doesn't work right in Firefox either, its just too fast to notice).
    Anyway, this works with every other browser that I tested. I added 1000ms to the default values, I am not sure if the 200ms differences matter much, but I left them. You can probably leave out the importants, and honestly, you don't need the webkits, but I guess if someone is on a very old browser its good to toss them in there.
    I will attempt to get this over to SS to see if they can fix the Firefox issue.  It fades sometimes, snaps the next, not sure whats up.
  3. Like
    rwp reacted to tellemoi in How To Install + Dropdown Accordion in a Product Description   
    Thank you so much @rwp I toggled between using your code for the product description and using https://www.kayleighnoele.com/blog/how-to-install-a-faq-dropdown-accordion-in-squarespace for the original coding to create the drop down. It really does work! Thank you

  4. Like
    rwp reacted to tuanphan in How can I get my carousel-summary blocks to line up?   
    I think I will set min-height for title ☺️
  5. Like
    rwp reacted to AbiO in Changing Logo Color on Different Site Pages   
    Thank you so much! That worked!
  6. Like
    rwp got a reaction from JarynD in Hiding an image displayed on mobile version 7.1   
    block-b3f224c6c3725d7d5022 is a spacer block, so it's probably working, just on the wrong element.
    Which image are you trying to hide?
  7. Like
    rwp got a reaction from eugenesoch in Customize Mobile Burger Icon   
    .top-bun, .bottom-bun { height: 3px !important; border: 2px solid #ababab; border-radius: 3px; }  
  8. Like
    rwp got a reaction from DrMSacks in Can I play a different background video for mobile?   
    I fell for my own trick........ It doesn't work because the other section is visible on mobile, for the video background.
    This will work. Replace this line:
    #block-yui_3_17_2_1_1600516236805_10107 h3 { With this:
    #block-a89aabdb6864ee5ef820 h3 {  
  9. Like
    rwp reacted to jasonconway in Header text breaks words between lines?   
    Hey thanks that worked a treat!
  10. Like
    rwp got a reaction from GretchenElizabeth in Can I play a different background video for mobile?   
    @media screen and (max-width:1024px) { [data-section-id="5f5beacf1cb1680c6b76bcb1"] { display: none !important; } } @media screen and (min-width:1025px) { [data-section-id="5f7104719344cd07a2ef3145"] { display: none !important; } }  
  11. Like
    rwp got a reaction from violettag in Can I play a different background video for mobile?   
    @media screen and (max-width:1024px) { [data-section-id="5f5beacf1cb1680c6b76bcb1"] { display: none !important; } } @media screen and (min-width:1025px) { [data-section-id="5f7104719344cd07a2ef3145"] { display: none !important; } }  
  12. Like
    rwp got a reaction from dnmddy in Playing Background videos while overing with cursor   
    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.....
  13. Like
    rwp reacted to IXStudio in How To Install + Dropdown Accordion in a Product Description   
    Hi @Khushk
    Use our free extension! It doesn't need code knowledge. Install and make your accordion in minutes. You can change fonts, colors, paddings, margins and etc... without coding!
    Check this video after 3 m.
     
    Download it from here: https://chrome.google.com/webstore/detail/squarespace-ninja-kit-ext/klkcninekpnpemndealaeebjajmkabcf
    Installation guide: https://www.ixstudio.net/ninjakit/installation-guide
    Please use the like button if it helps you!
    Best,
    Leopold


  14. Like
    rwp got a reaction from ChrisS1980 in Change color of just one hyperlink - how to with CSS?   
    #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; }  
  15. Like
    rwp got a reaction from IXStudio in Change color of just one hyperlink - how to with CSS?   
    #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; }  
  16. Like
    rwp got a reaction from Margiada56 in Is there a way to transfer blog posts from 7.0 to 7.1?   
    This is the only info I found.
    I have never attempted to do any of this, but I think its your only option.
    https://support.squarespace.com/hc/en-us/articles/206566687-Exporting-your-site
  17. Thanks
    rwp got a reaction from Zurra in Product page- change code block position   
    Try this. Design -> CSS
    .ProductItem-details .sqs-block.code-block.sqs-block-code { order: 4; }  
  18. Like
    rwp reacted to tuanphan in Move text or code block from "Additional Info" to "Product page description" product detail excerpt   
    Edit this code
    <script>$('section.ProductItem-details').html( $('section.ProductItem-additional').html() ); $('section.ProductItem-additional').html('');</script> to this
    <script> jQuery(document).ready(function($) { $('.ProductItem .ProductItem-additional').insertAfter('.ProductItem-details-excerpt'); }); </script>
  19. Like
    rwp reacted to paul2009 in changing order of categories   
    If you are using Squarespace 7.1, you can change the category order without code! There's a built-in panel where you can drag and drop the categories into the order that you prefer. For more information, see my post below. It includes a video sequence showing the steps.
     
     
     If this helps you, please click "Like" below  ⬇️
  20. Like
    rwp reacted to drei008 in adding text every after product price   
    Thanks rwp your a champ it worked perfectly.
  21. Thanks
    rwp got a reaction from birdmade in 7.1 change mobile store category to drop down?   
    @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.
  22. Thanks
    rwp got a reaction from birdmade in 7.1 change mobile store category to drop down?   
    @birdmade whats the link to your page?
    Edit, just noticed, this needs to be one line, without the > after script
    <script src=.....................................></script>

  23. Like
    rwp got a reaction from issyb_a in Custom CSS to center Summary Block is juuust off center   
    You left your code in, correct?
    Here's how it looks on mine with the addition of the code I supplied above:
     

  24. Like
    rwp reacted to anna_ in mobile menu spacing in 7.1   
    legend! thank you 🙂
     
  25. Thanks
    rwp got a reaction from samantha4 in Change logo on scroll with fixed header 7.1   
    You will need to follow the instructions for adding jquery.
    You will also need to put in the URL for the other image.
    var topIMG = $(".Header-branding-logo").attr("src"); var sclIMG = ""; $(window).scroll(function() { var value = $(this).scrollTop(); if (value > 50) $(".Header-branding-logo").attr("src", sclIMG); else $(".Header-branding-logo").attr("src", topIMG); });  
×
×
  • 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.