Genesis Bootstrap Carousel is a WordPress app, with a 3.4 average rating from 5 reviews, as of Aug 31, 2026.
Genesis Bootstrap Carousel is a WordPress Plugin Directory app by jtallant. With a rating of 3.4★ from 5 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Genesis Bootstrap Carousel is a mixed-rating WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 5 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by jtallant — established developer track record
Cons
- −Average rating below 4.0 (3.4★) — read recent low-star reviews before committing
- −Limited review base (5) — ratings can shift significantly with new feedback
Looking to switch from Genesis Bootstrap Carousel?
See Genesis Bootstrap Carousel's alternatives ranked by audit score, rating, and review velocity.
How Genesis Bootstrap Carousel works
Show full descriptionShow less
Note: This plugin only supports Genesis child themes. If you don’t know what that is, don’t download this plugin.
Genesis Bootstrap Carousel (GBC) allows you to create a simple responsive image carousel that displays the featured image, along with the title and excerpt from each post.
GBC is based off of the Genesis Responsive Slider and uses a lot of the same code. The main difference is that the Genesis Bootstrap Carousel uses the Carousel
jquery plugin created by the open source Twitter Bootstrap Project. The carousel.js in this plugin is roughly 1/4 the size of the jquery flexslider.js used by
the Genesis Responsive Slider. The CSS in this plugin is about half the size of the Genesis Responsive Slider plugin. Genesis Bootstrap Carousel also includes
options to easily disable the CSS and JS of the plugin, allowing you to move scripts or styles into a combined file inside your theme. GBC also uses CSS for the
next/previous arrows, avoiding an HTTP request and allowing easy customization via CSS. You may also choose what specifc post/page IDs the carousel JS and CSS get loaded on.
This way you can avoid loading assets on pages that are not using the Carousel and avoid unnecessarily increasing page load time.
It includes options for the maximum dimensions of your slideshow, allows you to choose to display posts, pages, custom post types, what category to pull from, and even the
specific post IDs of the posts you want to display. It includes next/previous arrows that can be turned on or off. Finally, you can place the carousel into a widget area.
The image carousel is also responsive and will automatically adjust for the screen it is being displayed on.
You can get information on how the carousel.js works by visiting the Carousel Section of the Twitter Bootstrap site.
Live example
Demo
Child Theme Integration To adjust the carousel defaults for a child theme use a filter simiar to the following:
add_filter( 'bootstrap_carousel_settings_defaults', 'my_child_theme_bootstrap_carousel_defaults' );
function my_child_theme_bootstrap_carousel_defaults( $defaults ) { $defaults = array( 'post_type' => 'post', 'posts_term' => '', 'exclude_terms' => '', 'include_exclude' => '', 'post_id' => '', 'posts_num' => 5, 'posts_offset' => 0, 'orderby' => 'date', 'carousel_interval' => 5000, 'carousel_arrows' => 1, 'carousel_no_link' => 0, 'carousel_width' => '940', 'carousel_height' => '380', 'carousel_excerpt_content' => 'excerpts', 'carousel_excerpt_content_limit' => 150, 'carousel_more_text' => 'Continue Reading', 'carousel_excerpt_show' => 1, 'carousel_excerpt_width' => 100, 'location_vertical' => 'bottom', 'location_horizontal' => 'left', 'carousel_hide_mobile' => 1, 'html5_docytpe' => 0, 'disable_css' => 0, 'disable_js' => 0 ); return $defaults; }
Competitors & alternatives
AppRanks tracks competitor sets per category. For Genesis Bootstrap Carousel, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Genesis Bootstrap Carousel?
Genesis Bootstrap Carousel is an app for WordPress. It currently holds a 3.4-star rating from 5 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by jtallant.