Jump to content

skali

Circle Member
  • Posts

    49
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

skali's Achievements

  1. What is the best approach to create a navigation hover effect similar to this site? https://studiomagness.com/ When you hover over a link, I'd like the other links to fade into the background. Thanks in advance! Site: https://carly-ahlman-design.squarespace.com/ PW: CAD123!
  2. On the homepage, we have a carousel list section. Is it possible to have BOTH the button and the image be clickable? I'm using this code, but it takes away the button. https://prima-italy.squarespace.com/ PW: PRIM@IT@LY123! /* List Carousel Clickable */ [data-section-id="6621b778c0a84d31f4506bbb"] { li.list-item { position: relative; } .list-item-content__button-container { position: static; } a.list-item-content__button.sqs-block-button-element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: transparent !important; background-color: transparent !important; border: none !important; } .list-item-content__button-container { position: static !important; transform: unset !important; } a.list-item-content__button.sqs-block-button-element:before { visibility: hidden; } .user-items-list-carousel__slide { pointer-events: initial !important; user-select: unset !important; } .user-items-list-carousel__gutter { cursor: pointer; }}
  3. Hello! Does anyone know if there is a way to create a footer similar to this example? https://houseofhoney.com/ The site currently has code so that the footer is 'revealed' where the section above it slides up so the footer appears as if it's below/behind the other content. footer { position:sticky !important; bottom: 0; width: 100vw; } .system-page { background:white !important; z-index:99 !important; min-height:100vh; } #footer-sections { z-index:0 !important; } } I'm wonder if there is a way to alter the code or implement something new so that instead of the footer being revealed it slides up over the top. Thanks! https://carly-ahlman-design.squarespace.com/ CAD123!
  4. @tuanphan Were you able to test and see if this is at all possible with our current layout? Thank you - I really appreciate your help!!
  5. @tuanphan Genius - thank you for sharing! Although, with this site it's not exactly what we're looking for, but not sure if you're able to assist at all. 1. Pulling in the Work page isn't working and I'm assuming it's because of the customizations we've made to that page. I tested it with another portfolio page with a standard grid layout and works well, but we'd like it to be a carousel unit versus the grid underneath. 2. If I create a carousel unit instead pull that section in it doesn't remove the project of the page I'm on... I thought it might be a bit simpler but it seems like there may be too many customizations impacting the ability to do this?
  6. On this site we have a few sticky heading text elements that tuck behind the other elements. Everything is working, but for some reason on the "About" page, the heading won't tuck behind everything on mobile only. In that section there is the heading (About Us), a line block, and a solid white shape block that the text should be tucking behind. When testing out the mobile view in Squarespace Editor, it works as intended (see static screenshot). But on the actual mobile site, it doesn't tuck behind (see video screengrab). https://lucas-studio.squarespace.com/about pw: LSI123 Can anyone help? Thanks! RPReplay_Final1709653195.MP4
  7. Hello! I'm using a masonry style gallery sectionon this page (https://www.michaeldruker.com/properties). I've included the CSC code below that is implemented to style the captions & color change on hover. In addition to this we'd like to link out each image, but the links aren't activating. I'm thinking this code might be stacked on top of the click event or is disabling it for some reason. Or maybe it has to do with the initial opacity? Does anyone have thoughts on how I can bring the links forward so that they are clickable? The first image has a link applied for testing purposes (screenshot attached) Thank you in advance!! // *Caption Styling - Title* // @media @desktop { section[data-section-id="63eb213085c26b62e058f848"] .gallery-masonry-item .gallery-caption .gallery-caption-wrapper p.gallery-caption-content { margin: 0; color: white; font-family: 'Goudy+Modern+MT+Std+Regular'; font-style: normal; letter-spacing: 0em; line-height: 1.1em; font-size: 2rem; text-align: center; }} // *Caption Styling - Second Line (Location)* // @media @desktop { section[data-section-id="63eb213085c26b62e058f848"] .gallery-masonry-item .gallery-caption .gallery-caption-wrapper p.gallery-caption-content strong { color: white; font-size: 1rem; font-family: 'Karla'; letter-spacing: .05em; font-weight: 400; display: block; text-transform: uppercase; line-height: 20px; margin-top: 8px; line-height: 0em !important; margin-bottom: 30px !important; }} //* PROPERTIES GALLERY GREYSCALE EFFECT * // @media @desktop { section[data-section-id="63eb213085c26b62e058f848"] { .gallery-masonry-item img { filter: grayscale(100%); transition: filter .2s ease-in-out; } .gallery-masonry-item:hover img { filter: none; transition: filter .2s ease-in-out; }}} //* PROPERTIES GALLERY CAPTIONS (DESKTOP) * // .gallery-caption { position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.25); /* overlay color */ height: 100%; max-width: unset; padding: 0; opacity: 0; } .gallery-caption-wrapper { display: flex; align-items: center; /* center vertically */ justify-content: center; /* center horizontally */ } .gallery-masonry-item { position: relative; } .gallery-masonry-item:hover .gallery-caption { opacity: 1; } .gallery-caption-grid-masonry { transition-delay: 3ms; }
  8. On this Portfolio page, the project titles that fall onto 2 lines seem to push the image up so it sits a bit smaller than the others that have 1 line titles. Anyone know how I might be able to fix this? https://lucas-studio.squarespace.com/projects PW: LSI123 Thanks!
  9. @tuanphanYes, please! The site is now live: https://www.kennerknechtdesigngroup.com/
  10. This site uses a custom hamburger menu, but on the home page it disappears into the background upon scroll because it's white and most of the backgrounds down the page are also white. Is there a way to have the word "Menu" change color to black up on scroll to that it appears continuously and doesn't get lost? https://kennerknecht-design.squarespace.com/ PW: KDG123 Thank you!
  11. Hi there! On the Portfolio page, I'm wondering if it's possible to add the same hover animation as the navigation/header underneath the "View Project" line of each project? This is the code I'm using for the hover navigation: // Stretchy Navigation Line .header-nav-item::after { content: ''; background: #FFFFFF; //color height: 1px; //thickness width: 0; display: block; margin-top: 1px !important; transition: width 1s; //animation speed margin: 0 auto; } .header-nav-item:hover::after { width: 100%; } .header-nav-item--active a { background-image: none !important; } And then this is the CSS for the 2nd line of the Portfolio title "View Project" (the URL is then changed per project. a.grid-item[href="/projects/manhattan-beach"] h3:after { content: "View Project"; } a.grid-item[href="/projects/manhattan-beach"] h3:after { content: "View Project"; } I'm running into the issue that the code is similar in that the content: element overrides one another when trying to apply both to achieve the effect. PW: LSI123!
  12. @tuanphan Here is the updated site info: https://paloma-contreras-design.squarespace.com/ PW: Sunshine201! Thanks in advance for your help!
  13. Site URL: https://kazoo-chipmunk-khcn.squarespace.com/ I'm looking to add a button to the primary header nav, but it's also appearing below in the folder dropdown menus. Could anyone help me isolate the button to only appear in the main nav and not in any dropdown folders? This is the 7.0 template, Five, and I'm using the following code: nav#main-navigation ul li:last-child a { background: #000000; color: #ffffff !important; padding: 10px 20px !important; border-radius: 30px; border: 2px solid #ffd966; } https://kazoo-chipmunk-khcn.squarespace.com/ PW: Sunshine012! 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.