hy there my validation at enfold site produces 1 error and it the following id attribute is not unique.
i tried to find the duplicate but with no luck the problem occurs at body id=”top”
more details here
Check 185: id attribute is not unique.
Repair: Modify the id attribute value so it is unique.
Error Line 210, Column 1:
<body id=”top” class=”home page-template-default page page-id-734 rtl_columns stretched open_sans …(gtx-trans)
i cannot find what creates duplicate ids and how to overcome this problem
Hey giannisg,
The theme only adds that once, maybe you have used that ID somewhere else on the page?
Best regards,
Rikard
thanks for the reply i changed id in body but it did not work. same result Is there a way that jquery – javascript creates this problem i even checked dev tools console and it gives me 1 as length to this body id . Maybe the id that is not unique is not body but achecker cannot give the exact location . can i check somehow for duplicate ids or is there a way throug console
solved. the issue was not where achecker pointed, problem created at icon box element texts which had an element with same id and after cloning remained there and caused the issue
Thanks for the help anyway and the immediate response