Slider Box issue
-
Hello,
I’ve found an issue on Slider Box widget that causes unexpected behavior at first click on prev/next button (slider animation starts but the first slide remains visible).
It’s located on elements/slider-3/template/view.php (line 28) where $a is incremented outside foreach loop, making each slide active (tagged with “slide–current” class).
Before:
<?php endforeach; $a++; ?>
After:
<?php $a++; endforeach; ?>
Thank you to consider this in a future update!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Slider Box issue’ is closed to new replies.