WP Bootstrap Carousel by IT Pixelz
| 开发者 |
itpixelz
|
| 更新时间 |
2026年9月14日 13:59 |
| 捐献地址: |
去捐款 |
| PHP版本: |
7.0 及以上 |
| WordPress版本: |
7.1 |
| 版权: |
GPLv2 or later |
| 版权网址: |
版权信息
|
详情介绍:
Add bootstrap professional carousel slider by this plugin just in clicks. This is a smart way to display bootstrap slider dynamically and have full control on sliders and caption. This works only with bootstrap html responsive structure and make sure bootstrap default js and css file is already linked correctly.
安装:
- Download the plugin zip file and extract it from zip folder and uplaod
wp-bootstrap-carousel-by-it-pixelz to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to settings of the plugin and edit options and save it.
- Go to add new slider from left sidebar of wordpress admin dashboard, and place the shotcode [show_bootstrap_carousel] in your pages, post or custom theme
- If you want to paste shortcode in header.php or any of your theme file, you may do by this way <?php echo do_shortcode('[show_bootstrap_carousel]'); ?>
- You may use shotcode by more advanced way, like you may show slider by different categories [show_bootstrap_carousel category="category-slug-name"]
- There is an option to add carousel in your sidebar widgets too.
- Thats it!!! Enjoy :)
屏幕截图:
更新日志:
1.1.0
- Fixed: the shortcode printed its markup instead of returning it, so the
carousel appeared at the top of the page rather than where the shortcode was
placed, and do_shortcode() returned nothing.
- Fixed: turning navigation off left the slide query undefined, so no slides
were fetched. The query is now built independently of the display options.
- Fixed: a fresh install raised PHP warnings on every carousel and rendered
with every feature switched off, because no default settings were stored.
Defaults are now seeded on activation and applied when a setting is absent.
- Fixed: settings are validated when saved, and all output is escaped.
- Fixed: the stylesheet was linked from a hardcoded path that broke when the
plugin folder was renamed. It now resolves relative to the plugin.
- Fixed: an empty image placeholder was rendered when no slides existed.
- Changed: the slide identifier is now unique per carousel, so more than one
carousel can appear on the same page.
- Tested up to WordPress 7.1. Declared a minimum of PHP 7.0.
- Note: the previous stable tag referred to a version 4.3 that was never
released. Versioning now follows the plugin's actual history.
1.0