Linux 软件免费装
Banner图

Agnosia Bootstrap Carousel by AuSoft

开发者 andrezrv
更新时间 2015年12月27日 05:33
PHP版本: 3.0 及以上
WordPress版本: 4.0.1
版权: GPLv2 or later
版权网址: 版权信息

标签

responsive slider images bootstrap carousel

下载

0.1 0.2 0.3 0.3.1 1.0 1.1

详情介绍:

Agnosia Bootstrap Carousel hooks the [gallery] shortcode with attribute type="carousel" in order to show a Bootstrap Carousel based on the selected images and their titles and descriptions. This plugin assumes either your theme includes the necessary Bootstrap javascript and CSS files to display the carousel properly, or that you have included those files on your own. It will not include the files for you, so if they are not present, the carousel will not work and you will only obtain its bare HTML. Basic example: [gallery type="carousel" ids="61,60,59"] Required attributes: Otherwise, the default [gallery] shortcode function will be processed instead of this plugin's one. Optional attributes: Native supported attributes: Extending This plugin offers hooks for actions and filters, so you can modify its functionality or add your own. Action hooks: Filter hooks: Contributing You can make suggestions and submit your own modifications to this plugin on Github. For more information, visit our website.

安装:

  1. Unzip agnosia-bootstrap-carousel.zip and upload the agnosia-bootstrap-carousel folder to your /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu into WordPress admin area.
  3. Start using the [gallery] shortcode to show a Bootstrap Carousel.

屏幕截图:

  • This is how you should use the shortcode.
  • This is how it should appear in your website. Note that your theme styles may override Bootstrap styles.
  • This is an approximation on how the resultant HTML code should look like.

更新日志:

1.1 1.0 0.3.1 Added new size attribute. Thanks to blogrammierer! 0.3 Fixed compatibility issues. 0.2 New optional attributes: width, height, titletag, wpautop, title, text, itemclass, containerclass, captionclass. 0.1 First release!