Guys. I was doing some random check in the website and I noticed this 100’s of error message!
Details Attached
Please Advise!
Guys. I was doing some random check in the website and I noticed this 100’s of error message!
Details Attached
Please Advise!
Hi Robert,
Thanks for reaching out.
There are broken contents and they are coming from your added content. Please check this related threads
https://theme.co/apex/forum/t/content-area-modal-not-visible/53562,
https://theme.co/apex/forum/t/need-help-with-footer-styling/52754/2,
https://theme.co/apex/forum/t/weird-css-problem-not-rendering-correctly/53201/2,
Not all errors are needed to be fixed, and the error you have to fix are always related to stray element
, tag that violates nesting rules
, and unclosed elements
. And sometimes, one error could lead to hundreds and fixing it would fix them all at once. I recommend starting with the first error.
Thanks!
Please open the following link in a new tab: https://validator.w3.org/nu/?showimagereport=yes&doc=https%3A%2F%2Fwww.southlandservices.net%2F
After a very slow inspection I do agree a few those installed plugin is calling those error however, take a look in the following one! All the following Erros bellow can not be fix by just dis-activating a plugin, otherwise I will have to dis-activate x-Theme!
How can I fix those error if x-Theme is generating the front-end code automatic?
Bellow a few those erro generated by x-Theme
error 23. Error: CSS: font-size: Parse Error.
At line 152, column 5520
/ (1000 - 700)));}}@media (min
error 24. Error: CSS: padding-left: px is not a padding-left value.
From line 152, column 9861; to line 152, column 9862
ding-left:px;paddi
error: 25, 26 and 27
Erro 31 – 43, …, 49 and so on
It is all about how x-Theme is generating the front-end code!
There is no way to fix the next one:
This is a Headline Element, You set the text to be as H1 but, when you are on editing the text, you can’t remove the tag “Paragraph”. I try remove the tags
while in code mode but it turn out it comes back automatic!
If it’
Please Advise!
Hi Robert,
Like I said, not all errors are needed to be fixed, and the error you have to fix are always related to stray element
, tag that violates nesting rules
, and unclosed elements
. And sometimes, one error could lead to hundreds and fixing it would fix them all at once. I recommend starting with the first error, the first error that belongs to stray element
, tag that violates nesting rules
, and unclosed elements
.
You don’t need to fix the CSS related, like something / (1000 - 700)));}}
where calc()
is correct and part of CSS standard https://www.w3schools.com/cssref/func_calc.asp
You should start on this one
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.