This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Bootstrap Column

वर्णन

Add Bootstrap columns to your widget areas. This widget gives a Title, an optional Icon and a Textarea along with column widths at the four Bootstrap break points.

Any developer familiar with Bootstrap v3 will find this easy to use. If you have no previous experience with Bootstrap v3, please consult the documentation http://getbootstrap.com/css/#grid

Icons are from the Font Awesome set. Choose an icon from the set http://fontawesome.io/3.2.1/icons/

Just input the icon value withour icon-. For example, for the tick (icon-check), input check.

Requirements

  • Bootstrap version 3.x
  • A class of row added to the widget area wrapper element

For example, if you have registered the sidebar-triptych:

    <?php if ( is_active_sidebar( 'sidebar-triptych' ) ) : ?>
        <div class="row">
            <?php dynamic_sidebar( 'sidebar-triptych' ); ?>
        </div>
    <?php endif; ?>

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“Bootstrap Column” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “Bootstrap Column” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0

  • Initial release. Can add content and set widths at the breakpoints