Jump to content

MaggieBovary

Member
  • Posts

    47
  • Joined

  • Last visited

Reputation Activity

  1. Like
    MaggieBovary got a reaction from caminada in Footer + cookies text multilingual site 7.1   
    Thanks for the suggestion, I managed to do this! I didn't know I could create two footers with Squarespace 7.1.
    Following your tutorial, I hid the English footer in Italian pages putting this code in the respective <head> of the pages:
    <style>
     footer section:nth-child(2) {
      display: none !important;
    }
    </style>
    and did the same to hid the Italian footer in the English pages:
    <style>
     footer section:nth-child(1) {
      display: none !important;
    }
    </style>
  2. Like
    MaggieBovary got a reaction from Beyondspace in Using Autoprefixer in Squarespace 7.1   
    Hi there,
    anyone knows if it's possible to use Autoprefixer in Squarespace 7.1 (possibly without an external editor)? It would be really useful since it will automatically adjust the code in order that it functions well on all browsers.
    Autoprefixer link: https://github.com/postcss/autoprefixer
    If not, is there another way to have the same result without manually going through all the code?
    Thanks!
     
     
     
     
  3. Thanks
    MaggieBovary reacted to tuanphan in Footer + cookies text multilingual site 7.1   
    Remove above & use this
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $(".header-title-logo a").attr("href", "https://beaverhero.com"); }); </script>  
  4. Thanks
  5. Thanks
    MaggieBovary reacted to rwp in How to slow down the fade transition in a 7.1 Gallery Slideshow   
    Alright, so I poked around a bit more. It's hard to see whats really going on without being logged into your page, but something about it is set up differently than mine.
    Lets start with the basics, is it a gallery block?
    If so, do your settings look like this?

  6. Like
    MaggieBovary reacted to rwp 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.
  7. Like
    MaggieBovary reacted to tuanphan in Footer + cookies text multilingual site 7.1   
    You can create 2 footer, then use CSS to hide 1 on English Page, hide 1 on French Pages ✌️
    Create footer first, then share url again, I can give code.
  8. Like
    MaggieBovary reacted to tuanphan in Change block order in mobile   
    The block you need to do has no ID.
    div#block-yui_3_17_2_1_1587201576001_10935 is the ID of the block above + target the next block (below) of the current ID
     
  9. Like
    MaggieBovary got a reaction from tuanphan in Change block order in mobile   
    It works! Thanks a lot! 🙂
×
×
  • 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.