HTML Validation

Posted in: Newsmag
Post count: 217

Hi,

I checked my site and found some errors. How to fix these?

https://validator.w3.org/nu/?showsource=yes&doc=http%3A%2F%2Fwww.promicabana.de%2F

Thanks!

Post count: 6535

Hi

The pingback_url parameter should displays the pingback XML-RPC file url: http://screencast.com/t/l39D6FZuw9Q but in your case the url it’s empty. This issue could be caused by a plugin so you could try by deactivating all, leave just Visual Composer active, clear the cache ant test again.
Regarding the css errors these appear because it’s not recommended to use css code inside div tags.
The theme generate a custom css for each block, depending by user’s options, but this code cannot be included in style.css file. This problem it’s present on our demo too: http://screencast.com/t/XDK7S2xZytif but does not affect the page load.

Thanks!

Post count: 217

Thanks!

But whats the matter with this? :

Error: End tag for body seen, but there were unclosed elements.
From line 229, column 267; to line 229, column 273
</script> </body></html

Post count: 217

And this?

Error: Unclosed element div.
From line 14, column 700; to line 14, column 723
ipt></div><div id="td-outer-wrap">

Post count: 6600

Hi,

I believe the first notifications refer to the second however I find those inconclusive because I can’t find nothing wrong on the mentioned lines, besides if the outer wrap div wouldn’t be closed the page layout could break and this isn’t reported on our demo: https://validator.w3.org/nu/?showsource=yes&doc=http%3A%2F%2Fdemo.tagdiv.com%2Fnewsmag%2F#l166c24
You could also check if you have the closing outer div tag here: http://screencast.com/t/uT9Pl1cY6Ef9 or you should also check you added page content for any unclosed content added with might also cause something like this.

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.