- Status changed to Closed: outdated
8 months ago 4:03am 19 August 2024 - 🇨🇦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)
Drupal 7 is down to a few months until supported. marking D7 views slideshow as unsupported too.
The pager type "Simple counter" not working with views_slideshow_simple_pager submodule.
There are some Javascript errors:
- eID.lastIndex not is a function
- slider number not working on Drupal.viewsSlideshow.action
1. Enable views_slideshow_simple_pager submodule.
2. Add a pager on views slideshow configuration.
3. Choose "Pager Type" as "Simple counter".
4. Save and test the slider.
5. The pager not working.
I created a patch to solve the problem. The patch:
1. replace lastIndex with lastIndexOf
2. parse a slider numner as a int
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is down to a few months until supported. marking D7 views slideshow as unsupported too.