Jump to content

Cbelle

Circle Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Cbelle

  1. Hi all,

    I desperately need help with a my loading page. It works fine however I would like it to load once per page view. Everytime I head back to the homepage it loads. I have used a css workaround. no js at the moment.  

    Code snippet below

    #footer-sections, #page {
    z-index:unset !important;
    }

    body:not(.sqs-edit-mode) {
    footer .page-section:nth-child(1) {
      position:fixed !important;
      top:0;
      bottom:0;
      left:0;
      right:0;
      animation:fadeOut 1s ease-out 5s 1 forwards;
      pointer-events: none;
      z-index:9999999;


    }
      
    }

    @media @mobile {
    footer .page-section:nth-child(1) { 
     display:none;
    }
    }

    @keyframes fadeOut {
      0% {
        opacity: 1;
       
      }
      100% {
        opacity: 0;
      
      }

    }


    body:not(.homepage):not(.sqs-edit-mode) footer .page-section:nth-child(1) { 
     display:none;
    }

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