Template does not genetate valid HTML

Home Forums SKT Biz/Corp Theme Support Template does not genetate valid HTML

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8050
    Petr ZemlaPetr Zemla
    Participant
    • Topics: 5
    • Replies: 2
    • Total: 7
    Member since: May 14, 2015

    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″>

    `

    #8095
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    In 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.