-
Posts
16 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by HaleyWard
-
-
@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.
-
@creedon I was wondering if it was a false alarm. So you don't suspect there's any action I need to take?
-
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. -
@tuanphan Oh I forgot to add the link! Sorry, here you go: https://www.corkandcandles.com/reserve-small-group
-
Would you happen to know how to fix this? @tuanphan
-
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; }
-
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.
-
-
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 -
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>
-
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:
-
Hi there! Adding to this conversation because I'm also interested in how to code sticky sections like the one cited above. I'm using 7.1 and have a similar look on my about page that I split into 1/2 sections, but it doesn't force a scroll. Your mouse has to be over the neutral color area on the right side to scroll through the "what does selah mean?" section.
SEMrush Site Audit: Key pages returned 403 status code
in SEO
Posted
Hi @Auvz, I just looked at my SEMrush account, and the errors resolved themselves. I'm back down to 100 minor errors. I didn't do anything to address it, so must be an uncontrollable glitch. I also didn't take a hit in traffic, which is relieving, so I doubt search rankings are affected.