Hi @webest
Upon inspection, I didn’t locate any error from the Accelerate theme rather from Evf, JetPack and fontawesome, which we do not have control over.
Let me know if you possess any further queries regarding our theme 🙂
Regards,
ThemeGrill
Thread Starter
WEBEST
(@webest)
Hi @nidwija,
thank you for your answer.
We’ve found a solution for errors mentioned by http://jigsaw.w3.org/css-validator/
In /wp-content/themes/accelerate/inc/functions.php in 815th line
there is
.woocommerce ul.products li.product .price .amount,.entry-summary .price .amount,.woocommerce .woocommerce-message::before{color: ‘ . $primary_color . ‘;},.woocommerce .woocommerce-message { border-top-color: ‘ . $primary_color . ‘;}’;
and fixed version:
.woocommerce ul.products li.product .price .amount,.entry-summary .price .amount,.woocommerce .woocommerce-message:before{color: ‘ . $primary_color . ‘;}.woocommerce .woocommerce-message { border-top-color: ‘ . $primary_color . ‘;}’;
Hope you can take it in next update:)
Hi @webest
You can ignore the warnings as you can need those vendor extensions for browser compatibility. Since the validator only validates against valid cod and the vendor extensions are proprietary code it will always be invalid.
Hope you understand! Let me know for any further queries! 🙂
Regards,
ThemeGrill