• Thanks for u work, IMHO it’s better than WordPress Post Tabs, but…
    is not semantic and not XHTML standars compliance: tags b, onMouse… autop fails. Can be repair, it’s easy, but… have no time :S

Viewing 5 replies - 1 through 5 (of 5 total)
  • +1

    anyone? plugin author seems to have disappeared from the scene

    Thread Starter Covi

    (@covi)

    I’ve written my own Plugin, I hope to publish it as soon as possible :S

    Features:
    No Javascript required, can be based on CSS level 1 (classes: active, current…), level 2.1 (advanced selectors) and 3 (CSS3 selectors :target, :nth, etc).

    My next development aims to use <section> html5 elements (with tabs, of course).
    *Section attrs for active tab and Sections params this is not hard 😉

    The format for shortcode is:

    [Sections]
    [Section:Name]
    ...
    [/Section]
    [Section:Name]
    ...
    [/Section]
    [/Sections]

    This outputs:

    <div class="tabs">
    
    <ul class="tabs-navigation">
    <li class="active current"><a href="#name-of-section-formated" title="Name of section">Name of section</a></li>
    <li><a href="#name-of-another-section-formated" title="Name of another section">Name of another section</a></li>
    </ul>
    
    <div id="name-of-section-formated" class="active current">
    ...
    </div>
    
    <div id="name-of-section-another-formated">
    ...
    </div>
    
    </div>

    can’t wait, please let us know here when its available.

    Thread Starter Covi

    (@covi)

    Sorry Ovidiu, …my code works for me but isn’t right for a plugin ATM :S

    — edit —
    You can see in action (try disable Javascript also)
    here: http://laguardiadejaen.com/web/ayuntamiento/area-de-comunicacion-y-prensa/archivo-de-noticias/
    and here:
    http://laguardiadejaen.com/web/ayuntamiento/corporacion-municipal/
    and oher sections of laguardiadejaen.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: postTabs] XHTML’ is closed to new replies.