Slide Crafter Reborn
Create responsive sliders with a secure, parametric interface.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 25 days ago
Is Slide Crafter Reborn abandoned?
Likely maintained (last update 25 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Slide Crafter Reborn allows you to create and manage responsive sliders using a custom post type. Features include:
– Parametric Customization: Configure slides per view, spacing, loop, pagination, navigation, autoplay, speed, animation type, and custom CSS.
– Responsive Sliders: Powered by Swiper, ensuring compatibility across devices.
– Dynamic Cards: Add up to 10 cards with a user-friendly repeater interface.
– Easy Integration: Use the [slidecrafterreborn_slide id="X"] shortcode, displayed in the admin list.
– User-Friendly: Immediate slide ID display, real-time preview, and clear save/update feedback.
Source Code
Non-minified source code is available at: https://github.com/tlloancy/slide-crafter-reborn
To build the plugin:
Installation
- Upload the
slide-crafter-rebornfolder to/wp-content/plugins/. - Activate the plugin via the WordPress ‘Plugins’ page.
- Create sliders under the “Slides” menu in the WordPress admin.
Frequently Asked Questions
Use the settings form in the slide editor to adjust slides per view, spacing, loop, pagination, navigation, autoplay, speed, animation type, and add up to 10 cards.
Yes, the plugin avoids arbitrary code inputs and uses WordPress sanitization functions.
Review feed
Screenshots
Changelog
1.1.1
- Fixed a regression in shortcode result display.
1.1.0
- Improved code display.
- Simplify code especially for css encapsulation purposes.
1.0.5
- Removed or commented
wp_cache_flush()inincludes/cpt.phpto prevent interference with WordPress cron tasks, improving reliability of scheduled tasks.
1.0.4
- Fixed debug log pollution by restricting logging to ERROR level by default, downgrading non-critical logs to DEBUG.
1.0.3
- Fixed fatal error caused by duplicate
slidecrafterreborn_unescape_htmlfunction definition by removing it frommeta-boxes.php.
1.0.2
- Fixed excessive escaping of special characters in card content, ensuring proper display (e.g.,
d'affinageinstead ofd\'affinage). - Optimized debug logging to reduce log pollution by making logs conditional on WP_DEBUG and introducing log levels.
- Added cleanup for unnecessary HTML tags (
, empty
<
p>) in card content.
* Added database cleanup script to fix existing escaped content on plugin activation.
1.0.1
- Fixed shortcode is displayed properly as in the preview.
1.0.0
- Initial release with parametric slider creation and Swiper integration.
- Fixed missing form elements error in admin.js.
- Corrected CPT mismatch from scrslide to scr_slide.
- Ensured continuous preview looping with Swiper.
- Polished UI with gold accents and smooth transitions.
- Optimized save system using wp_options.