Hello again.
through testing I found out that there is an issue with the combination 'MD_Slider' in the theme and the EU Cookie compliance module :
- when there is a MD_Slider on the page, the EU Cookie compliance popup shows but immediately goes away again, as if I clicked on it (but I didn't)
- when I remove the MD_Slider from the page, the EU Cookie compliance popup works as it should.
This issue is also described here:https://www.drupal.org/project/eu_cookie_compliance/issues/2504011
You can experience the behavior on my testsite :
- http://dev-pc-explore.pantheonsite.io/en with the MD_Slider disabled
- http://dev-pc-explore.pantheonsite.io/nl with the MD_Slider enabled
I use MD_Slider module 2.21
Thanks.
Hi,
We test our latest version and see no problem
You should update the newest version which can be found at your account page or you can download from Themeforest
If yes but there is still problem, please send us your site url and admin account to check
Hi,
Thanks, I tried with your latest version but the issue remained.
I then debugged the JavaScript, found the issue and managed to work around it.
It was the 'scroll'-event of the EU cookie compliance module which was triggered by the rendering of the MD_Slider.
Fortunately, by disabling the functionality 'Consent by scrolling' in the EU cookie compliance module, the 'scroll'-event was no longer triggered.
Thanks.
Thank you very much for your feedback
This is still a problem with current version of md slider and eu cookie compliance module. How can we fix this?
Hello
Did you update the latest version of EU Cookie Compliance module? Please update
Hi Cindy, sure. All modules are up to date!
Sorry for the late respond
We try to test but see no problem
Please send us your site url, admin account àn FTP account to check
Hello
The problem is because there are several jquery versions in your site, including:
+ https://stage.freche-loesungen.de/sites/all/modules/jquery_update/replac...
+ https://stage.freche-loesungen.de/sites/all/themes/endvo/js/vendor/jquer...
This wil cause errors for all pages, even pages do not contain MD Slider. For example, this page: http://prntscr.com/nxqjus
Please use jquery version of module jquery update, and remove version of theme endo
http://prntscr.com/nxql3q
Hi Cindy, this is great! Removing the extra js from envor theme.info solves this problem. Many thanx!!!