Jump to content

Footer Keeps Messing with the body

Go to solution Solved by Ziggy,

Recommended Posts

10 minutes ago, ellie_rcm said:

the footer keeps messing with the body

Can you describe how?

11 minutes ago, ellie_rcm said:

Whether or not I add it or remove it

What are you adding or removing?

Can you share your website URL?

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

It looks like you've managed to embed two sections within that section. How have you done that? Is it intentional? How did you attempt to remove the footer, can you share the code you've used?

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
2 hours ago, Ziggy said:

It looks like you've managed to embed two sections within that section. How have you done that? Is it intentional? How did you attempt to remove the footer, can you share the code you've used?

The thing is, I literally only clicked "add section" without adding any code of any sort. 

I've tried it on several pages and it would still be the same. The only thing that had a code (html) there that I placed were the tables that had the items with prices in them.

Link to comment
On 10/20/2023 at 11:00 AM, ellie_rcm said:

I've tried it on several pages and it would still be the same. The only thing that had a code (html) there that I placed were the tables that had the items with prices in them.

Can you share that code? I suspect it is missing a closing tag that might cause this type of issue.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
46 minutes ago, Ziggy said:

Can you share that code? I suspect it is missing a closing tag that might cause this type of issue.

Where would I be able to find this? I didn't add any specific code. I used whatever blocks were on the layout that I chose.

The HTML codes are per table


A sample of the code per table would be like this:
<table style="width:100%; border-collapse: collapse;">
    <caption style="font-weight: bold; padding: 8px; font-size: 1.5em;">Accessories</caption>
    <tbody>
        <tr>
            <td style="padding: 8px; text-align: left;"><a href="https://www.amazon.com/Aceele-Multiport-Splitter-Extension-Compatible/dp/B07VSSYHZM/ref=sr_1_3?crid=3F9T6659ZD3MG&keywords=usb+port+hub+with+4ft+cable&qid=1686167882&sprefix=usb+port+hub+with+4ft+cable%2Caps%2C96&sr=8-3" style="font-weight: bold; text-decoration: underline;">USB Hub</a></td>
            <td style="padding: 8px; text-align: left;">$11</td>
        </tr>
        <tr>
            <td style="padding: 8px; text-align: left;"><a href="https://www.amazon.com/Anker-Aluminum-Adapter-MacBook-Chromebook/dp/B07DFYQXY7/ref=sxts_b2b_sx_reorder_acb_customer?content-id=amzn1.sym.44ecadb3-1930-4ae5-8e7f-c0670e7d86ce%3Aamzn1.sym.44ecadb3-1930-4ae5-8e7f-c0670e7d86ce&cv_ct_cx=anker+usb+c+hub&keywords=anker+usb+c+hub&pd_rd_i=B07DFYQXY7&pd_rd_r=4f2d3501-713e-42ab-8659-2afdb601c456&pd_rd_w=4IJlQ&pd_rd_wg=aDqkE&pf_rd_p=44ecadb3-1930-4ae5-8e7f-c0670e7d86ce&pf_rd_r=3X4ZT5D3F7YKQPHZE42D&qid=1686222836&sbo=RZvfv%2F%2FHxDF%2BO5021pAnSA%3D%3D&sprefix=anker+usb%2Caps%2C324&sr=1-1-62d64017-76a9-4f2a-8002-d7ec97456eea" style="font-weight: bold; text-decoration: underline;">USB Hub (type C)</a></td>
            <td style="padding: 8px; text-align: left;">$19</td>
        </tr>
        <tr>
            <td style="padding: 8px; text-align: left;"><a href="https://www.amazon.com/Anker-Display-MacBook-Thinkpad-Laptops/dp/B0BQLLB61B/ref=sr_1_1_sspa?keywords=anker+usb+c+hub&qid=1686222836&sprefix=anker+usb%2Caps%2C324&sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1" style="font-weight: bold; text-decoration: underline;">USB Hub (type C) V2</a></td>
            <td style="padding: 8px; text-align: left;">$29</td>
        </tr>
        <tr>
            <td style="padding: 8px; text-align: left;"><a href="https://www.amazon.com/dp/B095FR3VY3?psc=1&smid=A2B2X9LJT7UI8C&ref_=chk_typ_imgToDp" style="font-weight: bold; text-decoration: underline;">Cable Ties</a></td>
            <td style="padding: 8px; text-align: left;">$26</td>
        </tr>
    </tbody>
</table>
 

 

I've also attached what it looks like when I try to edit it.

Screenshot 2023-10-23 at 5.18.45 PM.png

Link to comment
  • Solution

Can't see any errors in that code, but you clearly have something going wrong. I could have a look for you, but I would need access to the website dashboard to do that.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

Glad we got that fixed! Watch those code blocks!

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

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