Rundiz-WP/rundizstrap-companion
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== RundizStrap Companion === Contributors: okvee Donate link: https://github.com/sponsors/Rundiz-WP Tags: bootstrap Requires at least: 6.1 Tested up to: 7.0 Stable tag: 1.0.2 Requires PHP: 8.0 License: MIT License URI: https://opensource.org/licenses/MIT A plugin that contains blocks for the Bootstrap theme that help you customize your site in your style. All blocks are based on Bootstrap CSS. == Description == A WordPress plugin that contains many blocks to build your RundizStrap theme, or you can use it with any Bootstrap 5 themes. You can manually set CSS class(es) by referring to the Bootstrap document. Supported custom HTML attributes like `data-*`, `aria-*` in most blocks. Available blocks: * Customizable div * Layout container * Layout row * Layout column * Search (for navbar and anywhere else) * Pagination (for list posts) * Navbar container * Navbar toggler button (for responsive toggler) * Navbar responsive wrapper (collapse, offcanvas) * Navbar navigation (display menu items) * Button (link, or button) * Comment form * Post navigation (display next, previous post) Tested up to PHP 8.5. The original source code is on GitHub ( https://github.com/Rundiz-WP/rundizstrap-companion ). It contains the original source of blocks before compile/build and blocks that are already built, the build tools via Node package (package.json). == Frequently Asked Questions == = What version of Bootstrap do you use? = I try to update to the latest version, and currently it is Bootstrap 5. = Does the navbar work with WordPress navigation management? = Yes, it's working with WordPress navigation management in the Site Editor. But it does not support all WordPress core blocks. = I need more help with how to use it. = If you have the capability to edit theme options, you can access the help page under the Appearance menu in the admin page. == Screenshots == 1. Customizable div 2. Layout container 3. Layout row 4. Layout column 5. Search 6. Pagination for list posts 7. Navbar container 8. Navbar toggler button 9. Navbar responsive wrapper. (You can choose it as a collapse, or offcanvas, but additional HTML attributes may be needed depending on the Bootstrap guidelines.) 10. Navbar navigation 11. Button 12. Comment form 13. Post navigation for display previous post, next post 14. Navbar on front pages showing dropdown menu 15. Plugin settings 16. Plugin help page == Changelog == = 1.0.2 = 2026-04-09 * Update JS to not depend on jQuery. * Add mandatory class name to post navigation link block (bs-post-navigation-link) to fix very long post may not be wrapped. * Fix incorrect escape URL. * Fix incorrect `dataset` in assets/js/Admin/rd-settings-media.js * Add check for `ABSPATH` on top of PHP files. = 1.0.1 = 2026-04-04 * Fix activate/deactivate/uninstall process to working on all sites. = 1.0.0 = 2026-03-29 * First published on wordpress.org. view previous version logs on changelog.md == Upgrade Notice == = 1.0.0 = This is the first published to WordPress.org plugin