[wordpress插件] Bootstrap Column引导柱

wordpress 插件 文章 2020-03-09 11:20 493 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Add Bootstrap columns to your widget areas.

将Bootstrap列添加到窗口小部件区域。

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

该小部件在四个Bootstrap断点处提供了一个Title,一个可选的Icon和一个Textarea以及列宽。

Any developer familiar with Bootstrap v3 will find this easy to use.

任何熟悉Bootstrap v3的开发人员都将发现它易于使用。

If you have no previous experience with Bootstrap v3, please consult the documentation http://getbootstrap.com/css/#grid

如果您以前没有使用Bootstrap v3的经验,请查阅文档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/

从设置的http://fontawesome.io/3.2.1/icons/ 中选择一个图标

Just input the icon value withour icon-.

只需使用 icon-输入图标值。

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

例如,对于勾号(图标检查),输入 check

Requirements

要求

    • Bootstrap version 3.x
    • Bootstrap版本3.x

    • A class of row added to the widget area wrapper element
    • row 类添加到小部件区域包装器元素

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

    例如,如果您已经注册了 sidebar-triptych

                

      <?php if(is_active_sidebar('sidebar-triptych')):?>        

                

                

    <?php dynamic_sidebar('sidebar-triptych');

    ?>        

    ?>        

        

        

    <?php endif;

    ?>

    ?>

下载地址
https://downloads.wordpress.org/plugin/bootstrap-column.1.0.zip
-EOF-

AI助手支持GPT4.0