Jump to content

jenniferboddam

Circle Member
  • Posts

    72
  • Joined

  • Last visited

Reputation Activity

  1. Like
    jenniferboddam got a reaction from zazu in Help... 7.1 Editor is ridiculously SLOW   
    yeah I cleared my cache and its almost worse now? It's all very frustrating something that should take me a small amount of time is taking up double or triple and I'm getting nothing accomplished. Has anyone had the same issues with 7.0 or is it just 7.1?
  2. Like
    jenniferboddam got a reaction from mikelmuruzabal in How to use codepen for squarespace?   
    I've looked everywhere and I'm still not sure I understand how to take codepen code and add to squarespace. All I've seen is to just add a code block and put it all in the code block? I can get the html and css to work but soon as I try the Js it doesn't work. I was trying to test out this as a practice to try and figure it out.
    https://codepen.io/cameronknight/pen/qBNvrRQ
    on this page https://flugelhorn-seahorse-lzrb.squarespace.com/code-test-page?p?p
    pw: design123
     
    I cant find any clear information on how to integrate codepen to squarespace. If anyone has straight forward instructions or youtube videos / links etc where I can research this more I'd appreciate it. I think I'm just not sure where each part gets placed into squarespace or when to change an id to something squarespace specific? I think I just need it really dumbed down.. lol
  3. Like
    jenniferboddam got a reaction from kakers in Carousel arrows are missing on 7.1   
    hi @bellka12 did you ever figure this out? My summary block carousel doesn't have arrows, and I see no way to turn them on or off in the settings
  4. Like
    jenniferboddam got a reaction from DCH in Gallery - can't rearrange images or add descriptions   
    Its literally faster for me to delete all my images and re upload them in the exact order I want, it just wont let me rearrange at all i move one and the rest get shuffled. It's driving me crazy. I'm going to put a ticket it to let them know but it probably wont be fixed any time soon.
    7.1 has grown on me but so many things make the work flow sooo unbelievably slow its frustrating.
  5. Like
    jenniferboddam got a reaction from Andrew1198 in Help... 7.1 Editor is ridiculously SLOW   
    @RebekahWatters Same! its like a 10 second delay when adding a space, or clicking something and makes typing anything a pain and so many times it wont save and i lose everything. I'm glad its not just me so hopefully they fix it, its so frustrating!
  6. Like
    jenniferboddam got a reaction from Letizia in Help... 7.1 Editor is ridiculously SLOW   
    @RebekahWatters Same! its like a 10 second delay when adding a space, or clicking something and makes typing anything a pain and so many times it wont save and i lose everything. I'm glad its not just me so hopefully they fix it, its so frustrating!
  7. Like
    jenniferboddam got a reaction from jmhalpin in Help... 7.1 Editor is ridiculously SLOW   
    @RebekahWatters Same! its like a 10 second delay when adding a space, or clicking something and makes typing anything a pain and so many times it wont save and i lose everything. I'm glad its not just me so hopefully they fix it, its so frustrating!
  8. Like
    jenniferboddam got a reaction from alicroft in Gallery - can't rearrange images or add descriptions   
    Its literally faster for me to delete all my images and re upload them in the exact order I want, it just wont let me rearrange at all i move one and the rest get shuffled. It's driving me crazy. I'm going to put a ticket it to let them know but it probably wont be fixed any time soon.
    7.1 has grown on me but so many things make the work flow sooo unbelievably slow its frustrating.
  9. Like
    jenniferboddam reacted to DonnaMartinek in How to use codepen for squarespace?   
    YESSSS!!!!! It worked! Well, almost. For some reason the sliding box goes to the top of the page all the way to the bottom of the page and is on top of all of the other sections including the header and footer. But your instructions worked! Thank you @iamdavehart and @jenniferboddam
    Here is the code:

    <div class="stem-wrapper">
        <div class="stem"></div>
        <div class="stem-background"></div>
    </div>
    <header class="section header">
        <div class="section-inner">
            
            <div class="master-head">
                <h1 class="page-title">Colored Stem</h1>
                <p class="page-description">Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water.</p>
                <p class="scroll-button" onClick="$('.post-wrapper .post:first-child .stem-overlay .icon').click();">Ready to go for a ride?</p>
            </div>
                
        </div> <!-- section-inner -->
    </header> <!-- header -->
    <div class="section main-content">
        <div class="section-inner">
        
            <div class="stem-padding"></div>
            
            <div class="post-wrapper">
                
                <article class="post bitbucket-icon">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post m-icon" data-stem-color="green">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post music-icon" data-stem-color="yellow">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post twitter-icon" data-stem-color="white">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post bitbucket-icon">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post music-icon" data-stem-color="yellow">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
                <article class="post bitbucket-icon">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post m-icon" data-stem-color="green">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post music-icon" data-stem-color="yellow">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post twitter-icon" data-stem-color="white">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post bitbucket-icon">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            
                <article class="post music-icon" data-stem-color="yellow">
                    <div class="stem-overlay">
                        <div class="icon"></div>
                        <div class="stem-mask"></div>
                    </div>
                    
                    <div class="post-content">
                        <p class="meta">Written yesterday at 8:56 pm</p>
                        <h2 class="post-title">This is my post title</h2>
                        <div class="entry-content">
                            <p>Your bones don't break, mine do. That's clear. Your cells react to bacteria and viruses differently than mine. You don't get sick, I do. That's also clear. But for some reason, you and I react the exact same way to water. We swallow it too fast, we choke. We get some in our lungs, we drown. However unreal it may seem, we are connected, you and I. We're on the same curve, just on opposite ends.</p>
                        </div>
                    </div>
                </article>
            </div> <!-- post-wrapper -->
        
            <div class="single-stem-icon scroll-to-top trigger-scroll-to-top"></div>
                
        </div> <!-- section-inner -->
    </div> <!-- main-content -->
        
    <footer class="footer section">
        <div class="section-inner">
            
            <div class="good-bye">
                <p>That's all, buddy!</p>
           <p>Psst. You can click the icons to scroll to each post. Click the last one to scroll back up.</p>
            
        </div> <!-- section-inner -->
    </footer> <!-- footer -->
    <style>
    /*==========  Global  ==========*/
    /*==========  Basics  ==========*/
    html,
    body {
      height: 100%;
    }
    body {
      background: #112C30;
      margin: 0px;
      padding: 0px;
      font-family: sans-serif;
      font-size: 15px;
      line-height: 26px;
      color: #B9CFD0;
      font-family: 'Roboto Slab', serif;
      overflow-x: hidden;
      overflow-y: scroll;
    }
    a {
      color: #B9CFD0;
      text-decoration: none;
      border-bottom: 1px solid #B9CFD0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: 'Comfortaa', cursive;
    }
    /*==========  Sections  ==========*/
    .header {
      text-align: center;
      position: relative;
      z-index: 1;
      background-image: linear-gradient(to bottom, #6fc7d4 0%, #39ACBD 100%);
    }
    .header .master-head {
      padding: 7% 30px;
    }
    .header .page-title {
      padding: 0 30px 0 30px;
      font-size: 60px;
      line-height: 1em;
      letter-spacing: 10px;
      color: #FFF;
    }
    .header .page-description {
      margin: 30px auto;
      max-width: 600px;
      font-size: 18px;
      line-height: 2em;
      color: #FFF;
    }
    .header .scroll-button {
      color: #FFF;
      font-size: 20px;
      padding: 15px 20px 15px 20px;
      display: inline-block;
      background: #3093A2;
      cursor: pointer;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    .header .scroll-button:hover {
      background: #246f7b;
    }
    .header .scroll-button:active {
      background: #194c53;
    }
    .main-content {
      margin: 0px auto;
      position: relative;
    }
    .main-content .section-inner,
    .main-content .post-wrapper {
      *zoom: 1;
    }
    .main-content .section-inner:before,
    .main-content .post-wrapper:before,
    .main-content .section-inner:after,
    .main-content .post-wrapper:after {
      content: "";
      display: table;
    }
    .main-content .section-inner:after,
    .main-content .post-wrapper:after {
      clear: both;
    }
    .footer {
      background: #112C30;
      padding: 150px 0px 300px 0px;
      position: relative;
      z-index: 1;
    }
    .footer .good-bye {
      text-align: center;
      font-size: 18px;
      line-height: 36px;
    }
    .footer .good-bye p {
      display: block;
      margin: 0px auto 30px auto;
      max-width: 300px;
      clear: both;
    }
    .section .section-inner {
      margin: 0px auto;
      width: 1024px;
    }
    @media only screen {
      .section .section-inner {
        width: auto;
        max-width: 1024px;
      }
    }
    /*==========  Stem  ==========*/
    .stem-wrapper {
      position: fixed;
      top: 0px;
      bottom: 0px;
      left: 50%;
    }
    .stem-wrapper.color-yellow .stem-background {
      background: #E9E566;
    }
    .stem-wrapper.color-green .stem-background {
      background: #35C189;
    }
    .stem-wrapper.color-white .stem-background {
      background: #FFF;
    }
    .stem-wrapper .stem,
    .stem-wrapper .stem-background {
      position: absolute;
      top: 0px;
      left: -30px;
      width: 60px;
    }
    .stem-wrapper .stem {
      background: #1e4f56;
      height: 100%;
    }
    .stem-wrapper .stem-background {
      background: #39ACBD;
      height: 50%;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
    }
    .stem-padding,
    .single-stem-icon {
      width: 60px;
      height: 60px;
      margin: 0px auto;
      background: transparent url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/stem-mask.png) repeat-y top center;
    }
    .single-stem-icon.scroll-to-top {
      cursor: pointer;
      background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/scroll-to-top-icon.png);
    }
    /*==========  Post wrapper ==========*/
    .post-wrapper {
      *zoom: 1;
    }
    .post-wrapper:before,
    .post-wrapper:after {
      content: "";
      display: table;
    }
    .post-wrapper:after {
      clear: both;
    }
    .post-wrapper .post {
      position: relative;
      width: 432px;
      padding: 0px 0px 60px 0px;
      clear: both;
      opacity: 1;
      -webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      perspective: 1000px;
    }
    .post-wrapper .post.hidden .post-content {
      -webkit-transform: translateY(100px) rotateX(30deg);
      -moz-transform: translateY(100px) rotateX(30deg);
      -ms-transform: translateY(100px) rotateX(30deg);
      -o-transform: translateY(100px) rotateX(30deg);
      transform: translateY(100px) rotateX(30deg);
      opacity: 0;
    }
    .post-wrapper .post:hover .post-content,
    .post-wrapper .post.active .post-content {
      opacity: 1;
    }
    .post-wrapper .post:hover .post-content .meta,
    .post-wrapper .post.active .post-content .meta {
      opacity: 1;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
    .post-wrapper .post:nth-child(even) {
      float: right;
    }
    .post-wrapper .post:nth-child(odd) {
      float: left;
    }
    .post-wrapper .post:nth-child(even) .stem-overlay {
      left: -110px;
    }
    .post-wrapper .post:nth-child(odd) .stem-overlay {
      right: -110px;
    }
    .post-wrapper .post.music-icon .stem-overlay .icon {
      background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/music-icon.png);
    }
    .post-wrapper .post.bitbucket-icon .stem-overlay .icon {
      background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/bitbucket-icon.png);
    }
    .post-wrapper .post.m-icon .stem-overlay .icon {
      background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/m-icon.png);
    }
    .post-wrapper .post.twitter-icon .stem-overlay .icon {
      background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/twitter-icon.png);
    }
    .post-wrapper .post .stem-overlay {
      position: absolute;
      top: 0px;
      bottom: 0px;
      width: 60px;
    }
    .post-wrapper .post .stem-overlay .icon {
      background: transparent no-repeat center center;
      height: 60px;
      width: 60px;
      cursor: pointer;
    }
    .post-wrapper .post .stem-overlay .stem-mask {
      position: absolute;
      top: 60px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background: transparent url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/stem-mask.png) repeat-y top center;
    }
    .post-wrapper .post .post-content {
      opacity: 0.3;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
    .post-wrapper .post .post-content .meta {
      color: rgba(255, 255, 255, 0.3);
      margin: 0px 0px 15px 0px;
      letter-spacing: 1px;
      opacity: 0;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    .post-wrapper .post .post-content .post-title {
      font-size: 32px;
      line-height: 42px;
      margin: 0px 0px 15px 0px;
    }
    /*==========  Media queries  ==========*/
    @media only screen and (max-width: 1080px) {
      .main-content,
      .main-content .section-inner {
        max-width: none;
      }
      .stem-wrapper {
        left: 80px;
      }
      .stem-padding,
      .single-stem-icon {
        margin: 0px;
        float: left;
        margin-left: 50px;
      }
      .post-wrapper .post,
      .post-wrapper .post:nth-child(even),
      .post-wrapper .post:nth-child(odd) {
        width: auto;
        margin-left: 110px;
        float: none;
      }
      .post-wrapper .post .stem-overlay,
      .post-wrapper .post:nth-child(even) .stem-overlay,
      .post-wrapper .post:nth-child(odd) .stem-overlay {
        left: -60px;
        right: auto;
      }
      .post-wrapper .post .post-content {
        padding: 0px 50px;
      }
    }
    @media only screen and (max-width: 700px) {
      .header .page-title {
        font-size: 40px;
      }
      .post-wrapper .post {
        margin-left: 90px !important;
      }
      .post-wrapper .post .post-content {
        padding: 0 25px;
      }
      .stem-wrapper {
        left: 60px;
      }
      .stem-padding,
      .single-stem-icon {
        margin-left: 30px;
      }
    }
    .clearfix {
      *zoom: 1;
    }
    .clearfix:before,
    .clearfix:after {
      content: "";
      display: table;
    }
    .clearfix:after {
      clear: both;
    }
    </style>
  10. Like
    jenniferboddam reacted to iamdavehart in How to use codepen for squarespace?   
    I would add that codepens aren't written to be simply embedded into any old site, there's all sorts of things that could trip you up, especially if they've used classnames or document Ids that trip over squarespace's own ID system (mostly Yahoo's naming system actually, but that's another story).
    A full implementation may require editing of the code, not just for IDs, but for execution order too, as squarespace may not have loaded the full page by the time the code executes. 
    For simple examples, what I've written will probably suffice, but some codepens get very long, and they're not always written in the most robust way. Still, hopefully what I've written will help, but codepen is a demo site, not always production code and certainly not written to play on any site other than codepen.
    For example, in your horizontal text holder, the author of the code pen changes the style of the p (paragraph) element. this has a very good chance of affecting the style of all paragraphs on the page that the code block is hosted, so you would need to change that. One way to do that is to find the block id from squarespace and add that before EVERY rule in their CSS.
    so "p { ... }" becomes "#block-yui_3_17_2_1_1629035493144_2260 p { ... }"
    Good luck!
  11. Like
    jenniferboddam reacted to Vol in Simple. Horizontal. Scroll   
    Also looking for horizontal scrolling gallery with adjustable padding
    e.g. http://www.dianamatar.com/evidence
  12. Like
    jenniferboddam reacted to pixies1 in Can summary block carousel do continuous loop forward (instead of fast-rewind backward)?   
    Hi there, I didn't end up using a plug-in.
    Instead I'm having the company logos auto-scroll on my website: https://typeaprofessionals.com
    Good luck!
  13. Like
    jenniferboddam reacted to IgnitePerth in Summary Carousel Customization   
    I'd love to see what you come up with - really digging your layout!
  14. Like
    jenniferboddam got a reaction from IgnitePerth in Summary Carousel Customization   
    Hi @IgnitePerth thanks for the feedback and suggestions. I gave it a try, its not exactly what I was looking to do but I see how it could work. I think I just need to play around with it for awhile and stick within squarespaces means for now. As this only goes back and forth and not a continuous carousel starting back at the start, as well as it still stays "contained" within the summary container if that makes sense. I thought maybe there was a way to just show what was sitting out side the summary block without changing the number of projects showing.
    and It will also be an updating thing so probably should stick with something that's easy to edit
    appreciate the attempt though!

  15. Like
    jenniferboddam reacted to dvgdvgdvg in *Solved* How to change "Read More" text on blog excerpt   
    To make your "View More" links right-aligned and add the arrow back in, try the CSS below instead:
    a.summary-read-more-link { visibility: hidden; } a.summary-read-more-link:after { content: "View More →"; visibility: visible; } Hope that helps!
  16. Like
    jenniferboddam reacted to dvgdvgdvg in *Solved* How to change "Read More" text on blog excerpt   
    In case this helps anyone, here's how you can do this in a blog summary block on 7.1:
    a.summary-read-more-link { visibility: hidden; } a.summary-read-more-link:before { content: "New Link Text →"; visibility: visible; }  
  17. Like
    jenniferboddam reacted to tuanphan in Button Hover Delays   
    Try adding to Design > Custom CSS
    a.sqs-block-button-element--small.sqs-block-button-element { transition: unset !important; }  
  18. Like
    jenniferboddam got a reaction from Beyondspace in Vertical scrolling image, is it possible?   
    ok, I figured out that if i do a blank section and then add an image that way it will do the full image but it wont let me do full bleed of the blank section so for a work around I think I will probably just throw the background colour the same as the image, unless there is a better way?
  19. Like
    jenniferboddam got a reaction from Beyondspace in Vertical scrolling image, is it possible?   
    Site URL: https://flugelhorn-seahorse-lzrb.squarespace.com/config/pages/60aecc3b0856c07375a2e1c7?p
    Ok, so I hope its not painfully obvious but I dont know why this isn't a thing? I'm trying move my portfolio site from adobe portfolio over to squarespace. I have a long scrolling image I like (I've posted the example from old site) where you can just continuously scroll it
     
    But no matter how many ways i try to upload it, it just gets cropped. so is there any css or any way to stop this from happening. Or does any one know a workaround for how i could get this to work in this long image style?
    my site: https://flugelhorn-seahorse-lzrb.squarespace.com/config/pages/60aecc3b0856c07375a2e1c7?p
    pw: design
     

  20. Like
    jenniferboddam reacted to RebekahWatters in Help... 7.1 Editor is ridiculously SLOW   
    It's so bad 😭 It's taking about a minute just for my cursor to show up when I click on a section of text to edit! Have to save each tiny change straight away because if I make too many changes it just freaks out and doesn't save any of it. SO FRUSTRATING. 
  21. Like
    jenniferboddam got a reaction from Susana_SQSP in Blog issue - Can't "edit" posts (Nolan template)   
    Hi @Susana_SQSP thanks! I did end up contacting them and found where they moved it!
     
    thank you!
×
×
  • 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.