Jump to content

HaleyWard

Circle Member
  • Posts

    16
  • Joined

  • Last visited

Posts posted by HaleyWard

  1. @Amy_Faire_ No, not yet, but it seems to be getting worse. Now my errors are close to 700. I am seeing a notice that says "Your crawler settings have changed since your previous audit. This could affect your current audit results and the number of issues detected." so I'm going to look into what that means. I think I'll send a message to support as well and see if they have any insight on this issue.

  2. I noticed on SEMrush that my site had a significant increase in errors—it went from 100 to almost 500 in a matter of days. Most of the errors were populated yesterday (03/18/2024). 68 pages are returning 403 errors, and this is causing hundreds of broken internal links across my site: https://selahcreativeco.com. However, my site is still accessible and the links seem to be working fine, so I'm not sure what's going on. I saw another Forum post about this error in Ahrefs, but no solution or conversation started. Traffic looks normal (for now) but is anyone else experiencing this or have advice on what to do? 

    403 Forbidden (SEMrush definition):
    Client does not have access rights to the content so server is rejecting to give proper response.

  3. Thank you, tuanphan! This is the code that worked for me:

    section[data-section-id="63640eedfa630e7109f0410e"]::after {
        content: '';
        background-image: url(https://static1.squarespace.com/static/63640ed0871b36563fa4c917/t/63684929504397688b46a951/1667778857478/triangle.png);
        position: absolute;
        width: 150%;
        height: 150%;
        bottom: 0;
        top: -15vh;
        z-index: 1;
        left: -8vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
    }
  4. I'm trying to get Acuity's reservation system to change the "Seats in party" quantity from 1 to 0 so people get an error saying they have to choose their number of guests before moving on.

    When I look at the source code, I see:

    <input type="number" class="form-control inline-field group-quantity-input" min="1" data-testid="appointment-34956919-quantity-input" value="1" size="1" data-original-text="1">

    When I change all of the 1s to 0, the scheduling block uses 0 as the new value, which is what I want. However, I can't seem to figure out how to use this code in Squarespace. It doesn't work in the CSS panel, so I was hoping someone with more coding knowledge could assist.

    Screen Shot 2022-11-04 at 5.30.48 PM.png

  5. I can't seem to figure out how to add either a triangle background image or pseudo element that overlaps from one section to the next. I've attached an image of my homepage site design in Adobe XD, but I can't execute it on SS. The best I could do is manipulate the background image's overlay to form a triangle but it doesn't overlap with the next section. I attached the triangle I was trying to use to create the effect.

     

    Background overlay:

    section[data-section-id="63640eedfa630e7109f0410e"]  {
    
    .section-background-overlay {
    background:linear-gradient(-45deg, transparent 50%, #fff 50%);
    z-index:1;
      opacity:.9!important;
    	}
    }

     

    Here, I was able to get the triangle to show up as a background image and overlap with the next section, but it appears cut off and I'm not sure why.

    Background image:

    section[data-section-id="63640eedfa630e7109f0410e"]::after {
      content:'';
      background-image: url(https://static1.squarespace.com/static/63640ed0871b36563fa4c917/t/636431a8d4cb4d1fa7e3f8c5/1667510696435/triangle-2.png);
      position:absolute;
      width:100%;
      height:100%;
     z-index:1;
    }

     

    URL: https://chanceanddacompany.squarespace.com/
    Password: construction

    Screen Shot 2022-11-03 at 5.10.40 PM.png

    triangle-2.png

  6. I actually answered my own question. I moved the first </span> after "...Want to" down to the line before </h1> and it fixed the wrapping issue!

     

    <section class="sp-intro">
        <h1 class="sp-headline slide">
            <span>A Newsletter for Women Who Want to
            <span class="sp-words-wrapper">
                <b class="is-visible">Contribute</b>
                <b>Create</b>
                <b>Connect</b>
              </span>
          <span>rather than consume</span>
         </span>
        </h1>
    </section>

     

  7. @tuanphan 

    I have a related issue regarding this code that I'm hoping you can help with. I got the rotation to work ("Contribute" being one of the words that rotates in the attached screenshot), but the view on smaller screens looks awful. This is what I have pasted in the code block:

    <section class="sp-intro">
        <h2 class="sp-headline slide">
            <span>A Newsletter for Women Who Want to</span>
            <span class="sp-words-wrapper">
                <b class="is-visible">Contribute</b>
                <b>Create</b>
                <b>Connect</b>
            </span>
          <span>rather than consume</span>
        </h2>
    </section>

    Is there a way to have the text wrap so it doesn't have a line break?

    Password to the site: inthehayl0ft

    URL: https://impala-megalodon-5wds.squarespace.com/

    Link to code:

    https://codepen.io/kenwestphal/pen/xqRZYZ

    create-connect-contribute.png

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