Home › Forums › SKT Biz/Corp Theme Support › Template does not genetate valid HTML
- This topic has 1 reply, 2 voices, and was last updated 8 years, 3 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
June 16, 2015 at 3:31 pm #8050
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.improwave.com
Most often problems are:
– Attribute itemprop not allowed on element meta at this point.
– An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
– No p element in scope but a p end tag seen.To the problem with P element:
Clean code with SKT shortcodes:
`[column_content type=”one_half”]
<img src=”http://www.improwave.com/wp-content/uploads/2015/06/circuit-pcb_003439151_small.jpg” alt=”372″ />
[/column_content]
[column_content type=”one_half_last”]
We have years of experience in ICT solution delivery and in electronics.
<ul class=”list-4″>
<li><strong>”We know what we sell”</strong> – Experience with embedded linux based systems.</li>
<li><strong>”Achieving excellent price / performance ratio”</strong> – Combining platforms Arduino, Odroid, Rabspery with our own hardware.</li>
<li><b>”Keeping investment protection”</b> – Modular solutions with possible future extensions and upgrades.</li>
<li><strong>”Fit for purpose”</strong> – Design and production of complete solutions based on clients` needs.</li>
</ul>
[/column_content]`
generates this HTML:
`
<h2>How we do Responsible Technology:</h2>
<div class=”one_half”><br />
<img src=”http://www.improwave.com/wp-content/uploads/2015/06/circuit-pcb_003439151_small.jpg” alt=”372″ /><br />
</div>
<div class=”one_half last_column”><br />
We have years of experience in ICT solution delivery and in electronics.</p>
<ul class=”list-4″>
`
June 17, 2015 at 11:20 am #8095In shortcode it is difficult to produce valid html. I am sure you will agree if you check other themes with shortcodes.
But we will do try in next version update to solve this and get it validated. Might take us 1 month since we want to launch 12 themes (our super series first this month) thereafter we will do the updates.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.