You have this at the very top of the page, before the <!DOCTYPE declaration. It should be inside the <body> tag It is causing a javascript error that prevents most code on your page from working:
<script language="JavaScript" type="text/javascript">
TrustLogo("https://trustlogo.com/images/new-trustlogos/comodo_secure_seal_100x85_transp.png", "CL1", "none");
</script>
<a href="https://www.positivessl.com/" id="comodoTL">Positive SSL</a>
Besides, you are getting this error:
Uncaught ReferenceError: TrustLogo is not defined
That means that you haven’t copied all the code.
As Nilo said, your page is not properly constructed. Most likely this is because something has happened to your theme. Backup your theme files and reinstall your
theme (called “featuredlite”) from a ZIP file or a fresh download.
Ok Thank you guys so much.