Hello,
Thank you for reporting about this issue.
We just checked and see that it is bug in our newly created carousel. A fix will be included in our next update (in 6-8 days). Or if you need it ASAP you can add this code in the file inc/shortcodes
'speed' => '5000',
'slides_per_view' => '1',
'wrap' => '',
'autoplay' => 'no',
'hide_pagination_control' => '',
'hide_prev_next_buttons' => '',
'scroll_per_page' => 'yes',
right AFTER this piece of code
function basel_shortcode_products($atts, $query = false) {
global $woocommerce_loop, $basel_loop;
$parsed_atts = shortcode_atts( array(
'post_type' => 'product',
'layout' => 'grid',
'include' => '',
'custom_query' => '',
'taxonomies' => '',
'pagination' => '',
'items_per_page' => 12,
'product_hover' => basel_get_opt( 'products_hover' ),
'columns' => 4,
'sale_countdown' => 0,
'offset' => '',
'orderby' => 'date',
'order' => 'DESC',
'meta_key' => '',
'exclude' => '',
'class' => '',
'ajax_page' => '',
Regards