Jump to content

JayVanDyke

Circle Member
  • Posts

    381
  • Joined

  • Last visited

Posts posted by JayVanDyke

  1. Also, your pagination titles that are moved over are because the titles are so long and then you have this code. The nowrap makes them stretch wider than the screen. Shrinking the titles won't necessarily fix this though, you'll need to adjust line height or let them wrap when they need to.

    Screenshot 2023-10-05 at 11.20.59 AM.png

  2. You'd have to manually add buttons with some code to those pages at the beginning or the end of the posts that don't have the buttons. The problem with this is when you add another one at the end you'll need to adjust the code for the first and last one again to get the new page in there. Also it would be a manual change to only adjust the titles for those pages on the pagination links. The names come from the titles of the blogs, can you not change what it's called there?

    To change the titles with code you'll need to add a code block to each page you need to change and then try this. Remove next or previous on the pages where you don't need it. This will not add the links to pages that don't already have them though, that's a different project altogether and slightly more complicated.

     

    <style>
    .item-pagination-link--next .item-pagination-title {
        font-size: 0 !important;
    
        &:after {
            content: 'new title name here';
            font-size: 20px; /*from your code*/
            font-family: var(--portfolio-item-pagination-font-font-family);
            font-style: var(--portfolio-item-pagination-font-font-style);
            font-weight: var(--portfolio-item-pagination-font-font-weight);
            letter-spacing: var(--portfolio-item-pagination-font-letter-spacing);
            text-transform: var(--portfolio-item-pagination-font-text-transform);
    
        }
    }
    
    .item-pagination-link--prev .item-pagination-title {
        font-size: 0 !important;
    
        &:after {
            content: 'new title name here';
            font-size: 20px; /*from your code*/
            font-family: var(--portfolio-item-pagination-font-font-family);
            font-style: var(--portfolio-item-pagination-font-font-style);
            font-weight: var(--portfolio-item-pagination-font-font-weight);
            letter-spacing: var(--portfolio-item-pagination-font-letter-spacing);
            text-transform: var(--portfolio-item-pagination-font-text-transform);
    
        }
    }
    
      
    </style>

     

  3. Ahh yea....sorry it was trying to load your editor instead of the page. I should have realized but not enough coffee today maybe 🙃

    Try this

    section[data-section-id="651597d004d0441072b29cc5"] .sqs-block-video {
        .sqs-block-content, .intrinsic, .embed-block-wrapper, .sqs-native-video  {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            bottom: 0 !important;
            right: 0 !important;
            padding: 0 !important;
        }
        .video-player {
        	padding: 0 !important;
        	video {
        		object-fit: cover !important;
        	}
    
        }
    }

     

  4. I think this is because of the old developer mode stuff. There's probably still some dev mode content cached either in your browser or in SS. The only one I see it in now is the events page, in the code it looks like it's missing a class for the image overlay so probably by clicking into that first section it resets it. Maybe if its still not working on events you can remove the background image and add it back in?

×
×
  • 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.