Support Team
posted this
30 September 2016
Hello,
Indeed, there is a limitation for number of items in product sliders.
You may try to change it manually:
1. Open \includes\products_slider_widgets_1.php file.
2. Find all the places where the code $number > 15 is mentioned.
3. Increase the value. This value would be the upper limit of product number in product slider, for example, to make it 16:
else if ( $number > 16 )
$number = 16;
and change it in all other places $number > 15 is mentioned.
Sincerely,
Nettie,
BillionDigital Team
Hello,
Indeed, there is a limitation for number of items in product sliders.
You may try to change it manually:
1. Open `\includes\products_slider_widgets_1.php` file.
2. Find all the places where the code `$number > 15` is mentioned.
3. Increase the value. This value would be the upper limit of product number in product slider, for example, to make it 16:
else if ( $number > 16 )
$number = 16;
and change it in all other places `$number > 15` is mentioned.
Sincerely,
Nettie,
BillionDigital Team