Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Technical support
»
After updating from 4.4 orion to 4.5 typhon having problems with slider
« previous
next »
Print
Pages: [
1
]
Author
Topic: After updating from 4.4 orion to 4.5 typhon having problems with slider (Read 7205 times)
MarD
Newbie
Posts: 41
After updating from 4.4 orion to 4.5 typhon having problems with slider
«
on:
July 25, 2016, 14:51:04 »
Hi,
I was using chloe theme and everything worked fine under 4.4 and after updating to 4.5 the slider doesn't work, just show the entire images collection at once.
My website is:
www.lagoonhome.gr
(There is a possibility a manager that I have set to have been touching something on the website but he or I don't know what to fix it)
Any help will be very appreciated!
Thanks,
Marios
Logged
farmville450
Newbie
Posts: 23
Re: After updating from 4.4 orion to 4.5 typhon having problems with slider
«
Reply #1 on:
July 25, 2016, 16:19:53 »
I use the same template and have the same problem . I temporarily opened the slider.js file located in the folder templates / chloe / includes and i put comment tags from line 319 to 330
/*if (typeof Array.prototype.indexOf === 'function') {
(function(jQuery, undefined){
var props = ["changedTouches", "targetTouches"],
l = props.length;
while (l--) {
if (jQuery.event.props.indexOf(props[l]) === -1) {
jQuery.event.props.push(props[l]);
}
}
})(jQuery);
};*/
, to disable this part of code
This is not the right solution
but until datahell fix this you can use this solution for a while.
Logged
MarD
Newbie
Posts: 41
Re: After updating from 4.4 orion to 4.5 typhon having problems with slider
«
Reply #2 on:
July 25, 2016, 16:39:37 »
Thank you so much!
At least temporarily it works.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Technical support
»
After updating from 4.4 orion to 4.5 typhon having problems with slider