Jump to content

jesswp

Circle Member
  • Posts

    69
  • Joined

  • Last visited

Posts posted by jesswp

  1. On 9/4/2022 at 10:48 PM, tuanphan said:

    Add to Last line in Code Injection > Footer

    <script>
      $(document).ready(function() { 
    		$('.header-display-desktop .header-actions.header-actions--right').clone().appendTo('div#wm-subnav>nav');
    	});
    </script>
    <style>
      div#wm-subnav .header-actions-action.header-actions-action--cta {
        display: none;
    }
    </style>

     

    It seems to be appearing in both places now? @tuanphan

    It also seems like it's cut off when viewing incognito mode.


    image.thumb.png.824fb359a1b2a8ba768352f0c83e06ad.png

    image.thumb.png.7a77a26d14957cbab0832e7e2191a34f.png

  2. Hi there @tuanphan @bangank36,

    Got a little lost in this thread. I am trying to implement something similar for a client's site where the header nav is below the hero banner JUST for the home page. Is this doable? 

    https://collie-blue-teb7.squarespace.com/home
    attached image for what I'm trying to achieve.

    Ideally Id like to keep the scroll action where the logo is smaller when scrolling.

    Thank you for your time and attention.

    Screen Shot 2022-06-10 at 6.42.31 PM.png

  3. @tuanphan This has been a helpful thread. I am looking to do something similar with 7.1 Blog page width. What would you target for JUST the blog list (basic blog grid), and not the other sections below (i..e freebies, etc.)

    https://haddock-cow-8ae7.squarespace.com/
    pass: coach

    This is what I have so far but it's targeting the entire page.

    /* Main Basic Grid - Page Width */
    @media screen and (min-width:768px) {
      .collection-type-blog-basic-grid.view-list main#page {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    }

    Thank you very much in advance.

  4. Hi @tuanphan! Any suggestion to line this up?

    https://plum-ocelot-fakz.squarespace.com/
    pass: spine

    I tried the below..

    /* Mobile footer links */
    @media screen and (max-width:767px) {
    div#block-bd09f58bfc07aae9ce64 h4 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center important!;
    }
    div#block-#block-bd09f58bfc07aae9ce64 a + strong {
        display: none;
    }
    div#block-#block-bd09f58bfc07aae9ce64 a {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }
    }

    Screen Shot 2022-03-24 at 11.50.21 PM.png

  5. On 1/4/2022 at 2:45 AM, tuanphan said:

    change number 1 to 0, it should be

    /* Mobile Flip Card */
    @media screen and (max-width:1024px) {
    div#page-section-61c2418ff128ce7319b1cb48 {
    .design-layout-poster figcaption.image-card-wrapper {
        opacity: 0 !important;
    }
    .intrinsic {
        width: 100% !important;
    }
    }}

     

    THANK YOU!!!!! @tuanphan that worked perfectly.

  6. 5 hours ago, tuanphan said:

    You mean: Show title under image + Hide description?

    @tuanphan 

    I am using a text block to showcase the title so those are already showing on mobile (see image). The poster image block isn't showing at all on mobile - wondering if it's possible to show just the image, no description or roll-over flip.

    Screen Shot 2022-01-02 at 10.13.32 AM.png

  7. 16 hours ago, tuanphan said:

    Don't remove/edit any code. Add this to Design > Custom CSS

    /* Mobile Flip Card */
    @media screen and (max-width:1024px) {
    div#page-section-61c2418ff128ce7319b1cb48 {
    .design-layout-poster figcaption.image-card-wrapper {
        opacity: 1 !important;
    }
    .intrinsic {
        width: 100% !important;
    }
    }}

     

    Hey @tuanphan, thank you. It ended up looking like this with backward text displaying on the image ...

    Is it possible to just have the images showing, no flip? I think that'll be easier and more user friendly on mobile/tablet.

    Thanks!

  8. Hi @tuanphan @creedon

    I currently have the image as poster blocks and when hovered, it flips over to text image card.

    Obviously this isn't good design for mobile. I'm wondering if there is there a way to switch eliminate this and have the image stacked on top of text like how it would normally?

    Home page: https://violin-salmon-ljp3.squarespace.com/ (pass: massage)

    This is what I have right now in CSS

    /*Rollover images ICA*/
    section[data-section-id="61c2418ff128ce7319b1cb48"] {
    @media only screen and (min-width:640px){

    .design-layout-poster img{ transition: 1s}

    .design-layout-poster:hover img{transform: rotateY(180deg); transition: 1.5s} 

    .image-card-wrapper{transform:rotateY(180deg)!important; opacity:0; transition: 1.5s;}

    .design-layout-poster:hover .image-card-wrapper {opacity:1!important; transform:rotateY(0deg)!important; background: gray; transition: 1.5s;}
      }
    }

  9. On 11/17/2021 at 9:48 PM, tuanphan said:

    #1. Add to Design > Custom CSS

    @media screen and (max-width:640px) {
    div#page-section-613aad3fe6c15c6a5b17c1e5>.row>.span-5:last-child {
        display: flex;
        flex-direction: column-reverse;
    }
    }

    #2. You mean text on left image on right on all devices?

    Thank you @tuanphan!

    Re: #2 - similar to picture 1 (mobile). Except looking for text top, image bottom.

  10. @tuanphando you mind also doing the same on this page! vanityskinclinic.com

    text (treatments) -photo - text (shop) -  photo 

    With regards to hero banner and the intro section, do you know why the image/background aren’t splitting properly despite using the same CSS? (See attached). I’m looking for the “about” section to match the hero on mobile.

     

    Thank you so much!!

    B964FC79-C7E7-41F7-93F0-48ECD765F46D.png

    3BB28E2E-6D54-4465-AF67-855104DE2316.png

  11. On 11/8/2021 at 8:46 AM, tuanphan said:

    Hi,

    Before I check & sent the code. You can add a Line Block here, then remove it, then let me know. I will start checking the code.

    image.thumb.png.f8802f28bb00d6eb2002820793e5e9fd.png

    So I was using multiple spacer blocks to split up the content (left column text / middle  spacer / right column text + playlist). I can't add a line that goes under all 3 spacer blocks/columns.

    I added a line on top of the playlist but do you need a line all across? 

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