Home › Forums › WoodMart support forum › Invalid template › Reply To: Invalid template
Luke Nielsen
Hello,
We checked all the errors, here are some explanations
1. The “Elementor” plugin adds its own style tags to HTML, our theme doesn’t affect this.
https://gyazo.com/c6f9d762463896e18a26c9112ae85316
https://gyazo.com/2f9f32d85d67de02a39b966a522745ce
https://gyazo.com/da10cec557feab8a71e8f1e7af8b1e53
2. The error “Bad value for attribute height” and “Bad value for attribute width” will be fixed in the next update.
https://gyazo.com/2a4be75c2d9cef81d208f75446f9f078
3. The error “No space between attributes” will be fixed in the next update.
https://gyazo.com/832198cdf3c87debe1ab46118e46e26c
4. The error “An img element must have an alt attribute” comes from the footer logo
https://gyazo.com/463cdd970a0f9917b3349d26a1473939
https://monosnap.com/file/NoFaYbDQZE7efCPs3U67sPMGydERq0
In order to fix that error, you need to edit this image and add alternative text, go to Appearance -> Widgets -> select the “Footer Column 1” widget -> select the “Text” element -> in the “img” tag add the“alt” attribute.
https://monosnap.com/file/U6YBWRyfZBNojajpdCkpu0eNIy72Lc
https://monosnap.com/file/T9XmdUrQRT6aBdNG7KeWD9aK8nqUSO
Here is an example of the “alt” attribute for the “img” tag:
<img src="#" alt="footer-logo" style="#" />
Kind Regards