Linux 软件免费装
Banner图

MonkeyDesign Product Carousel for Elementor

开发者 monkeydesign2026
更新时间 2026年6月16日 21:37
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

woocommerce elementor product slider product carousel woocommerce carousel

下载

1.0.0 1.0.1 1.0.2

详情介绍:

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 PRO features 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 ).

安装:

  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.

屏幕截图:

  • The Elementor panel showing the 🐒 MonkeyDesign section with the Product Carousel widget.
  • 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.
  • Autoplay controls — delay, pause on hover, infinite loop, and transition speed settings.
  • Minimal skin variant — frameless cards with outline add-to-cart button.
  • The plugin Settings page — system status showing WooCommerce and Elementor versions.

升级注意事项:

1.0.0 Initial release — no upgrade needed.

常见问题:

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.

更新日志:

1.0.2 1.0.1 1.0.0