Issue with the Image Slider Block
Permalink
I recently was having issues using the core Image Slider block. Nothing major but it had to do with wth Slide Transition Speed & Maximum Slide Width. After looking at the form_setup_html.php, I found a mistake on line 306. The form input field is setting the "speed" value in the database but it should be "maxWidth".
I'm just going to override this for my application but it would be nice if these was addressed in the core.
I'm just going to override this for my application but it would be nice if these was addressed in the core.
...and, in the label, it mentions that "0 means no limit" but the input field has a min value of 1. This should be 0.
You should submit a bug and a pull request to the Concete5 GitHub for this, since you fixed it.
Hi KorkolaDesign,
There is a pending fix on GitHub for this.
"Image Slider fixes #3725"
https://github.com/concrete5/concrete5/pull/3725...
There is a pending fix on GitHub for this.
"Image Slider fixes #3725"
https://github.com/concrete5/concrete5/pull/3725...