Jump to content

Callan

Circle Member
  • Posts

    56
  • Joined

  • Last visited

Posts posted by Callan

  1. Hey, thanks for the quick reply!

    I deleted those lines but it hasn't fixed any of the issues. They originated from some CSS I used to change the colour of the course intro page tiles, as the inbuilt style sheet editor (colour palettes) wasn't working. But the colour palette is now working so I can delete that CSS without issue.

    But things such as the mobile header should still work, presumably, and are not. 

  2. Hi Square Brains!

    I have a bit of an issue . . . all of my CSS code has stopped working for a client's site and I don't know why. The only clue I have is that the Squarespace CSS field is telling me a '{' is missing but I can't find where. 

    I have duplicated the site to do some testing. You can access with the password: HELPneeded

    Here: https://carnation-reindeer-g4g9.squarespace.com/

    Some examples of what is broken are:

    I've been using this CSS for a background header colour (white) with 60% opacity on mobile:

    /*mobile header*/
    @media only screen and (max-width: 767px){
    body#collection-652f8e9dea52a52756969ded header#header {
    background-color: rgba(255, 255, 255, 0.6) !important;
      }
    }

    You can see this is not working at my test site here: https://carnation-reindeer-g4g9.squarespace.com/

    And this code to create flip cards using the old Squarspace version image posters:

    /* Inside the Square Flip effect on poster images*/ 
    .design-layout-poster img{ transition: 1s}
    .design-layout-poster:hover img{transform: rotateY(180deg); transition: 1s} 
    .image-card-wrapper{transform:rotateY(180deg)!important; opacity:0; transition: 1s;}
    .design-layout-poster:hover .image-card-wrapper {opacity:1!important; transform:rotateY(0deg)!important; background: #282D30; transition: 1s;}

    /* Inside the Square Flip effect on poser images*/

    /*Course list colour issue*/
    [data-section-id="6576c31ac1a71b16fb46c67c"] .course-list__grid-item.course-list__grid-course-item {
        --course-list-grid-layout-course-item-text-color: #ffffff;
        --course-list-grid-layout-course-item-background-color: #232323;
    }

    /* for subtle hover animation */
    [data-section-id="6576c31ac1a71b16fb46c67c"] .course-list__grid-item.course-list__grid-course-item:hover {
        --course-list-grid-layout-course-item-hover-background-color: #c3876a;
        --course-list-grid-layout-course-item-text-color: #000000;
    }

    transition-property: background-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0;
    transition-behavior: initial;
     

    You can see this is not working in this course module: https://carnation-reindeer-g4g9.squarespace.com/next-gen/workshop-2-imposter-syndrome-lc2cy 

    The full CSS sheet is attached for reference. All of this was working fine a couple of weeks ago but none is now. 

    Also attached are some screenshots of some broken elements.

    Thanks in advance

    Screen Shot 2024-03-26 at 10.44.33 pm.png

    Screen Shot 2024-03-26 at 10.44.20 pm.png

    Screen Shot 2024-03-26 at 10.44.07 pm.png

    Screen Shot 2024-03-26 at 10.24.00 pm.png

    Screen Shot 2024-03-26 at 10.23.41 pm.png

  3. Hello all,

    There doesn't seem to be a way to delete old form names from the filter in the contacts area. Does anyone know if this is possible?

    When I saved a section that had a form on it, and added that saved section to a new page the form name plus a 2 was added to the form names in the filter.  It didn't change when I edited the form name. And I can't delete it. This may not seem like a big isue but fo the purpose I need to use the filter it is quit annoying. 

    This form is behind a paywall for a course. 

    here is a screen shot. the form name Wshop 2 - Topic 2 2 needs to be removed.  Any ideas? thanks.

    ScreenShot2024-02-14at10_41_10pm.png.ce8824e65280ca0f4afe4d022f125a71.png

  4. Hi brains trust, can anyone help me with some code to customise the 'complete & continue' button at the bottom of every course topic page?

    I want it to read 'Next Topic' instead.

    The site is a sandbox site here: https://beagle-asparagus-zsk4.squarespace.com/next-gen/workshop-1-why-leadership-ekrmy

    Password: Callan

    image.png.676ca2b1b98eac716a401ef31d93bc2c.png

     

    For background, I've made a fairly clumsy work around so that my client can track who has completed each lesson/ topic. 

    There is a form on the age that asks users to complete the topic by submitting a form, and completions can be found in the contacts section under form submitters and filtered by each form. Hopefully this is just a short term fix until I work out something better or Squarespaces allows admins to track participant progress. 

  5. Hi @samtenpa as Rache said, squarespace can't show administrators the progress of course participants yet. It's a bit of a let down that limitation. 
    But to your other question, it is very easy to embed a quiz or other interactive applications in a Squarespace course. This YouTube tutorial shows you how to embed a Google form, which you can use for a Quiz. This process is virtually the sae for many other quiz building apps, including Slibo etc. 

     

  6. Hi all,

    I've tried this several times and my changes to the colour style of a section in my course will not save. I'm only trying to change a colour from one to another in my palette. The particular issues is for a course module background. I change colour, it previews correctly. I save. It reverts back to old colour.

    This has happened in squarespace before but usually fixes itself after a while. But it hasn't after about 6 attempts this time.

    I've recorded the issue here: https://drive.google.com/file/d/1uoa9RA2y6DQjB6IxmYcPhWSJ-30eU1_5/view?usp=sharing

    Website: https://www.firstpeoplesleading.com.au/next-gen  

     

  7. Thank you, I had tried that and I get no response to the mobile header code. See screenshots of what I have tried in the custom CSS section. I've tried the following:

     

    @media only screen and (max-width: 640px){
    #collection-652f8e9dea52a52756969ded
    .header {
    background-color: rgb(255, 255, 255, .5);
      }
    }

     

    And

    @media only screen and (max-width: 640px){
    .header {
    background-color: rgb(255, 255, 255, .5);
      }
    }

    Mobile-header-v2.png

    Mobile-header-v1.png

  8. Hi sqaurespace community, I need some help please putting a semi-transparent colour behind the homepage header on mobile views.

    I can get it to work as wanted when i use the code inspector on Google chrome but not when entering the same code to the Squarespace page. Any assistance valued, thanks!

    The website is:

    https://www.firstpeoplesleading.com.au/

    PW: Callan

    Mobile header CC I'm using is:

    @media only screen and (max-width: 640px){
    .header {
    background-color: rgb(255, 255, 255, .5);

    Thanks,

    First screenshot shows how it looks with the above code showing in the header. The second screenshot shows what I'd like it to look like (less the code on the page).
    }ScreenShot2023-11-12at4_04_57pm.thumb.png.68752b4eb303ff1ef4d0ab32b2eae485.png
    }ScreenShot2023-11-12at4_06_17pm.thumb.png.8813b1737c48218dd7784acde8f88ed5.png

     

  9. Hello,

     

    I'm finding it very difficult. to find much useful info on the Digital Products Add-Ons. 

    I want to try the new courses function but I won't be doing that if I have to pay 9% transaction fees. So I want to know more about the Digital Add Ons packages which supposedly reduce or remove that transaction fee. 

    Does anyone know where I can find info on prices for the digital add ons packages, and info on features of each package?

    I'm working in AU$ dollars so that info would be helpful too. 

     

    Thanks.

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