开发者 |
wpbean
imranwpb |
---|---|
更新时间 | 2025年6月9日 22:47 |
PHP版本: | 5.0 及以上 |
WordPress版本: | 6.8.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Upgrade to the Pro Version Now!» | DEMO | Support | Documentation👋 Need expert WordPress & WooCommerce development help? I’m currently available for hire — WordPress and WooCommerce development, custom features, bug fixing, speed optimization, performance tuning, SEO improvements, and more. With over 10 years of experience building high-quality WordPress solutions, I can help you take your website to the next level. Contact me here → Plugin Features:
WPB WooCommerce Related Products Slider | Woocommerce Image Zoom | WooCommerce LightBox | WooCommerce Custom Tab Manager | WooCommerce Category Slider
Details documentation
Default shortcode is [wpb-product-slider] , this shortcode accepts some parameters. Follow the documentation.
By default, our slider just calls the WooCommerce product loop thumbnail template. That means it's the same size as your shop page products image. So if your theme has WooCommerce support you should able to change the image size from theme customizer. You can follow this article for details. Or you can use our plugin filter hook to change it. For using this filter you have to add a parameter (woo_image) in our product slider shortcode. Here is an example of the shortcode -
[wpb-product-slider posts="12" autoplay="true" woo_image="false"]
After adding the woo_image with its value false, add this PHP code on your theme functions.php file. Add your own image size on the code.