Live site is broken, Cornerstone site is perfect

Hello! I am concerned that my live site looks broken, is missing sections, but my site developed in cornerstone looks perfect, can you please help me?

Thank you!

Hello Emily,

Thanks for writing in!

I checked the website and it seems that there’s some syntax related issue which is why the layout is a bit wonky on live site. I also noticed that in live website footer is not showing up but in Cornerstone it’s working fine. Further inspecting the website in dev tools I noticed that Text element and Column is showing outside the section. Usually all the elements and columns should wrap inside a section. Here’s how it should work:

  1. Page can have Sections. Section can further divided into Rows and those rows can have columns. In a column, you can add Cornerstone elements like text element.

On the website it’s the other way round. Elements and Columns are showing outside the section. Here’s a screenshot.

I then checked the website on HTML lint and over there I am getting Error: <footer> is not recognized!; Warning: discarding unexpected <footer><footer> error message. Here’s the test result URL:

https://tinyurl.com/yytzr2rt

Please recheck inspect the page and recheck for syntax related issues. Make sure that all relevant tags are opened and closed properly. As it seems that the issue is coming because of syntax related problem.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.