Hi everybody!
I updated the libraries api module and the cookie_banner module to the latest version today.
After the update my md sliders will not show on the site for visitors (not logged in/anonymous). But If i login with my admin account to the site they show as they should on every page.
I have been checking my permissions but don't find anything wrong with that.
I have also tried to rebuild the permissions without success.
What can be wrong?
Best regards,
Tobias
If i change JQuery version from 1.4 to 1.7 it displays for all users, but instead it it only display slide 1 of the 3. The transitions dont work.
So the problem is.. when i use version 1.4 it displays correctly but only for logged in users.
When i use version 1.7 it displays for all users, the transitions dont work.
Hi,
Please send us your site url and admin account by private comment. We would like to have a check then fix problem for you.
Please note that cookie_banner uses function on that requires jquery 1.7 so if you set jQuery to version 1.4, problem occurs. We recommend 2 solutions as below:
1 - Set jQuery 1.7 - update file sites/all/modules/md_slider/js/jquery.easing.js? with code at https://raw.githubusercontent.com/gdsmith/jquery.easing/master/jquery.ea...
2 - Set jQuery 1.4 -change/ edit file sites/all/modules/cookie_banner/js/cookie_banner.js code by replacing
with
Big thanks! It worked :)