-
Hello, I am using Bootscore with Woocommerce theme on my website, I am trying to add a simple product slider based on bootstrap and ACF fields. and this is the desired code, I have been successfully using on other sites: Can I get some help with this one, please? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Yes, that‘s because Bootstrap‘s carousel component is not able to show columns by default. Getting your Codepen examples working in a WP loop with Bootstrap carousel is quiet hard. For this reason we‘ve created the bS Swiper plugin https://bootscore.me/documentation/bs-swiper/ which is able to show WooCommerce products or any other custom post types. Use this plugin with a simple shortcode and show your customers products in a slideshow. BTW I converted this issue into a discussion, because this isn‘t a theme bug. Does this help? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answers! |
Beta Was this translation helpful? Give feedback.
Yes, that‘s because Bootstrap‘s carousel component is not able to show columns by default. Getting your Codepen examples working in a WP loop with Bootstrap carousel is quiet hard.
For this reason we‘ve created the bS Swiper plugin https://bootscore.me/documentation/bs-swiper/ which is able to show WooCommerce products or any other custom post types.
Use this plugin with a simple shortcode and show your customers products in a slideshow.
BTW I converted this issue into a discussion, because this isn‘t a theme bug.
Does this help?