I’ve been looking for the best way to make a product carousel for a long time and I haven’t found it…
​
I currently use Crocoblocks but it often loads slowly, I don’t understand why, I’ve already tried to make a thousand edits and I don’t get a good result.
​
Then I found the following [https://redpishi.com/wordpress-tutorials/product-carousel-slider-shortcode/](https://redpishi.com/wordpress-tutorials/product-carousel-slider-shortcode/)
​
It’s a simple carousel, but I need to add 2 functions and I don’t know how
​
I would like to add the function of changing the product image when hovering the mouse
And I would like to add information about the possible installment of the products, let’s assume the value of the product is $30
I want something like “In up to 3 installments of $10” to appear at the bottom
​
Its possible? Any tips for a good carousel?
[ad_2]
Both of these are possible, without directly editing the plugin. The after text can be added with a combination of jQuery and PHP, and the hover effect can be as well. Where do you plan to be able to see the secondary image? A simple ACF image or URL field will work here and then can be pushed front end with jQuery or even CSS if you want.