Title: MonkeyDesign Product Carousel for Elementor
Author: monkeydesign2026
Published: <strong>জুন 16, 2026</strong>
Last modified: জুন 16, 2026

---

প্লাগিনৰ সন্ধান কৰক

![](https://ps.w.org/monkeydesign-product-carousel/assets/banner-772x250.png?rev
=3574070)

![](https://ps.w.org/monkeydesign-product-carousel/assets/icon-256x256.png?rev=3574070)

# MonkeyDesign Product Carousel for Elementor

 [monkeydesign2026](https://profiles.wordpress.org/monkeydesign2026/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/monkeydesign-product-carousel.1.0.2.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/monkeydesign-product-carousel/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/monkeydesign-product-carousel/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/monkeydesign-product-carousel/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/monkeydesign-product-carousel/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/monkeydesign-product-carousel/)

## বৰ্ণনা

**MonkeyDesign Product Carousel** adds a fully featured WooCommerce product carousel
and slider widget to Elementor. Drop it on any page, pick your product source, style
the cards — done.

Looking for a **WooCommerce carousel** or **product slider for Elementor**? This
widget gives you both, with a powerful query engine that goes beyond simple product
lists.

The main value is not the sliding itself (Swiper handles that), but the **product
query engine** and the **card builder**: control where products come from and exactly
what each card shows.

#### Key free features

**Product sources**
 * Latest products * Featured products * On sale * Best sellers(
cached for performance) * By category or tag * Manual product selection (comma-separated
IDs) * Related products

**Layout**
 * Unlimited columns — set independently for desktop, tablet, and mobile*
Two skins: **Classic** (bordered card) and **Minimal** (frameless) * Configurable
gap between slides * Center mode (active slide centered, adjacent slides partially
visible)

**Card builder — every element independently toggleable**
 * Product image (eager
LCP on first slide, lazy on the rest) * Title, price, star rating * Sale / featured/
out-of-stock badge * Add to cart button * Short description, stock status

**Navigation & autoplay**
 * Arrow buttons and pagination dots * Touch drag, mouse
drag, keyboard navigation * Autoplay with configurable delay, pause on hover, infinite
loop

**Performance**
 * Swiper.js (not jQuery-dependent Slick) * No jQuery * CSS and 
JS load only on pages that contain the widget * First slide image gets `loading="
eager"` and `fetchpriority="high"` — improves LCP

**Accessibility**
 * Screen reader labels on arrows via Swiper’s a11y module * Full
keyboard navigation * Visible focus styles on all interactive elements * Arrows 
are real `<button>` elements with `aria-label` * Respects `prefers-reduced-motion`(
disables autoplay and transition animations)

#### PRO features

 * **Quick view modal** — open product details without leaving the page
 * **AJAX add to cart** — add products without page reload
 * **Wishlist button** — let customers save products for later
 * **Sale countdown timer** — display a live countdown on sale products
 * **Navigation style controls** — custom arrow color, size, and background; dot
   color and active state color
 * **Thumbnail navigation** — row of thumbnail slides below the main carousel
 * **Slider sync** — link two carousels to scroll together

#### Template override

Developers can override the card template from their theme:

 1. Create `your-theme/product-carousel/card.php`
 2. Copy the contents of `product-carousel/templates/card.php`
 3. Modify as needed

The rendered card HTML is also filterable: `apply_filters( 'mdpc_card_html', $html,
$product, $settings )`.

## স্ক্ৰীনশ্বট

[⌊The Product Carousel widget on a page — Classic skin, 3 columns desktop layout.⌉⌊
The Product Carousel widget on a page — Classic skin, 3 columns desktop layout.⌉[

The Product Carousel widget on a page — Classic skin, 3 columns desktop layout.

[⌊The Elementor panel showing the 🐒 MonkeyDesign section with the Product Carousel
widget.⌉⌊The Elementor panel showing the 🐒 MonkeyDesign section with the Product
Carousel widget.⌉[

The Elementor panel showing the 🐒 MonkeyDesign section with the Product Carousel
widget.

[⌊Query controls — product source selector with category, tag, and manual selection
options.⌉⌊Query controls — product source selector with category, tag, and manual
selection options.⌉[

Query controls — product source selector with category, tag, and manual selection
options.

[⌊Card element toggles — enable or disable image, title, price, rating, badge, and
add to cart independently.⌉⌊Card element toggles — enable or disable image, title,
price, rating, badge, and add to cart independently.⌉[

Card element toggles — enable or disable image, title, price, rating, badge, and
add to cart independently.

[⌊Autoplay controls — delay, pause on hover, infinite loop, and transition speed
settings.⌉⌊Autoplay controls — delay, pause on hover, infinite loop, and transition
speed settings.⌉[

Autoplay controls — delay, pause on hover, infinite loop, and transition speed settings.

[⌊Minimal skin variant — frameless cards with outline add-to-cart button.⌉⌊Minimal
skin variant — frameless cards with outline add-to-cart button.⌉[

Minimal skin variant — frameless cards with outline add-to-cart button.

[⌊The plugin Settings page — system status showing WooCommerce and Elementor versions.⌉⌊
The plugin Settings page — system status showing WooCommerce and Elementor versions
.⌉[

The plugin Settings page — system status showing WooCommerce and Elementor versions.

## ইনষ্টলেশ্যন

 1. Upload the `monkeydesign-product-carousel` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Open any page in Elementor, find the **🐒 MonkeyDesign** widget section, and drag**
    Product Carousel** onto the canvas

**Requirements:** WooCommerce 7.0+ and Elementor 3.5+ must be installed and active.

## সঘনাই উত্থাপিত প্ৰশ্ন

### Does this work with Elementor Free (without Elementor Pro)?

Yes. The plugin only uses Elementor’s public widget API, which is part of the free
version.

### Does it require WooCommerce?

Yes. WooCommerce must be active — the plugin uses its product data and query functions.

### Will it slow down my site?

No. Swiper.js and the carousel CSS only load on pages where you actually place the
widget. No jQuery. No CDN requests — all assets are bundled with the plugin.

### Can I override the card template from my theme?

Yes. Copy `monkeydesign-product-carousel/templates/card.php` to `your-theme/product-
carousel/card.php` and modify it freely.

### How does the Best Sellers source work?

It queries the `total_sales` product meta and caches the result in a transient for
1 hour by default. You can change the cache duration with the `mdpc_best_sellers_cache_seconds`
filter.

### How do I control the product query?

Each widget instance has its own source, limit, orderby, and order settings. You
can also filter the WP_Query arguments programmatically with the `mdpc_query_args`
filter.

### Is the plugin accessible?

Accessibility is treated as a baseline free feature — it is never locked behind 
PRO. The widget uses Swiper’s built-in a11y module, real `<button>` elements for
navigation arrows, keyboard navigation, visible focus styles, and honours `prefers-
reduced-motion`.

### Where can I get support?

Use the WordPress.org support forum for the free version. PRO licence holders have
priority email support via the MonkeyDesign dashboard.

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“MonkeyDesign Product Carousel for Elementor” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে
এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ monkeydesign2026 ](https://profiles.wordpress.org/monkeydesign2026/)

“MonkeyDesign Product Carousel for Elementor” 1টা ভাষাত অনুবাদ কৰা হৈছে। [অনুবাদকসকল](https://translate.wordpress.org/projects/wp-plugins/monkeydesign-product-carousel/contributors)
ক তেওঁলোকৰ অৱদানৰ বাবে ধন্যবাদ।

[আপোনাৰ ভাষাত “MonkeyDesign Product Carousel for Elementor” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/monkeydesign-product-carousel)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/monkeydesign-product-carousel/),
[SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/monkeydesign-product-carousel/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/monkeydesign-product-carousel/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/monkeydesign-product-carousel/)
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

#### 1.0.2

 * Readme: removed features not yet available in this version.
 * Card renderer: theme template override now works by copying card.php to your-
   theme/product-carousel/card.php.

#### 1.0.1

 * Freemius SDK integration improved: licence activation, account and upgrade flow.

#### 1.0.0

 * Initial release.
 * Query engine: latest, featured, on sale, best sellers (cached), by category/tag,
   manual, related products.
 * Card builder with 8 independently toggleable elements.
 * Two free skins: Classic and Minimal.
 * Responsive column control for desktop, tablet, and mobile.
 * Arrows, dots, touch/mouse/keyboard navigation.
 * Autoplay with pause on hover, loop, and configurable speed.
 * LCP optimisation: first slide image gets `loading="eager"` and `fetchpriority
   ="high"`.
 * Conditional asset loading — CSS/JS only on pages with the widget.
 * `prefers-reduced-motion` support in both CSS and JS.
 * Template override support from theme.
 * `mdpc_card_html` and `mdpc_query_args` developer filters.
 * Freemius SDK integration for PRO upgrade flow and licence management.

## মেটা

 *  **1.0.2** সংস্কৰণ
 *  **2 সপ্তাহ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10টাতকৈ কম**
 *  WordPress-ৰ সংস্কৰণ ** 6.0 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **6.8.5**
 *  PHP-ৰ সংস্কৰণ ** 7.4 বা তাতকৈ ওপৰৰ **
 *  ভাষাবোৰ
 * [English (US)](https://wordpress.org/plugins/monkeydesign-product-carousel/) 
   আৰু [Russian](https://ru.wordpress.org/plugins/monkeydesign-product-carousel/).
 *  [আপোনাৰ ভাষাত অনুবাদ কৰক](https://translate.wordpress.org/projects/wp-plugins/monkeydesign-product-carousel)
 * [elementor](https://as.wordpress.org/plugins/tags/elementor/)[product carousel](https://as.wordpress.org/plugins/tags/product-carousel/)
   [product slider](https://as.wordpress.org/plugins/tags/product-slider/)[woocommerce](https://as.wordpress.org/plugins/tags/woocommerce/)
   [WooCommerce carousel](https://as.wordpress.org/plugins/tags/woocommerce-carousel/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/monkeydesign-product-carousel/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

[Your review](https://wordpress.org/support/plugin/monkeydesign-product-carousel/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/monkeydesign-product-carousel/reviews/)

## অৱদানকাৰীসকল

 *   [ monkeydesign2026 ](https://profiles.wordpress.org/monkeydesign2026/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/monkeydesign-product-carousel/)