in this patch, you should write instead of "
{{ row }}" simple "{{ row }}" if your slides creates twice and this twice is empty.
- 🇦🇺Australia digitalcatalyst
Hi
I tested this patch against latest release, now the slider is working please commit.
ive installed module and js files into correct location and im seeing an error. testing alongside flex-slider and views-slideshow which both render correctly.
libraries:
```
bash-5.0# pwd
/var/www/html/web/libraries/slider-pro/dist/js
bash-5.0# ls
jquery.sliderPro.js jquery.sliderPro.min.js
```
console error:
```
Uncaught TypeError: Cannot read property 'animatedLayers' of undefined
at d.showLayers (jquery.sliderPro.min.js?qruzf1:8)
at jquery.sliderPro.min.js?qruzf1:8
```
install the module and libraries, create a view and select Drupal Slider.
render the view and observe the error.
TBD
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
in this patch, you should write instead of "
" simple "{{ row }}" if your slides creates twice and this twice is empty.
Hi
I tested this patch against latest release, now the slider is working please commit.