Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #1065398
    This reply has been marked as private.
    #1066505

    Please, someone is able to answer my question?
    Thanks

    #1066751

    Hi 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,
    Ismael

    #1066918

    Thanks 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
    Vito

    #1066920

    Sorry,

    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.
    thanks

    #1067744

    Hi 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,
    Victoria

    #1159152

    as 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.

    #1159820

    Hi,

    Thank you for the info.

    The issue has been reported in our channel and a patch will be provided as soon as possible. We’ll close the thread for now. Please don’t hesitate to open a new one if you need anything else. Have a nice day.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Validation of pages for Google free errors’ is closed to new replies.