-
AuthorPosts
-
February 10, 2019 at 11:10 am #1065078
I’m trying to clean my website from errors, as for poor positioning.
I get some messages of worning that seems in the area of ENFOLD Modules.
Please, can you have a look, and tell me how to remedy this situation?
Annex, privately I include a list of errors.
Thanks.I’m also looking to understand Enfold 4.5 installation.I will try after this issue.
February 11, 2019 at 12:22 pm #1065398This reply has been marked as private.February 13, 2019 at 3:57 pm #1066505Please, someone is able to answer my question?
ThanksFebruary 14, 2019 at 3:37 am #1066751Hi Vito,
First of all, we would like to apologize the late response.
Now, regarding the issue at hand, those warnings are not critical and I’m afraid we can’t remove those attributes because some of them are required by the theme. For example, the validator is asking for the removal of the data-av_icon attribute value. We can’t remove that because that is where the theme gets the icon characters. Some warnings are asking to remove the “type” attribute of the script tag, which is really not that necessary because the site will still work with or without that attribute. My advice is to just ignore those warnings because they will do the site no harm.
Best regards,
IsmaelFebruary 14, 2019 at 12:06 pm #1066918Thanks for your explanation.
I agree with you that many are wornings, but some SEO tell to tremove them.
In anu case, the following is an ERROR:
Error: No p element in scope but a p end tag seen.
From line 357, column 30; to line 357, column 33
div></div></p>↩</div
I show you in private where it is an example.Tanks again
VitoFebruary 14, 2019 at 12:13 pm #1066920Sorry,
i also have the same problem. I have the same problem too. the errors on my wesite are fatal. look this http://www.ilcommercialistaonline.it.
I have the same errors even if I disable elementor.
thanksFebruary 16, 2019 at 6:07 pm #1067744Hi michelavernieri,
Please start a separate thread, describe your issue there and give us a link to your website.
Can you please check server log for error?
Best regards,
VictoriaNovember 22, 2019 at 2:15 pm #1159152as per HTML spec,
<p>
should not contain a<div>
eg in this portion of code from the cookie/privacy modal
<p>Google Webfont Settings:<br />↩ <div class="av-switch-aviaPrivacyGoogleWebfontsDisabled av-toggle-switch"> <label><input type="checkbox" checked id="aviaPrivacyGoogleWebfontsDisabled" class="aviaPrivacyGoogleWebfontsDisabled " name="aviaPrivacyGoogleWebfontsDisabled"><span class="toggle-track"></span><span class="toggle-label-content">Click to enable/disable google webfonts.</span></label> </div></p>
see this answer https://stackoverflow.com/a/10763952
when a browser encounters a <div> within a <p> it’ll close the <p> as per tag omission rules… so
<p><div>.....
becomes<p></p><div>.....
therefore the last </p> in the cookie block example is invalid.
- This reply was modified 5 years ago by codemonkeynorth.
November 25, 2019 at 12:30 pm #1159820 -
AuthorPosts
- The topic ‘Validation of pages for Google free errors’ is closed to new replies.