Elxis CMS Forum

Support => Technical support => Topic started by: MarD on July 25, 2016, 14:51:04

Title: After updating from 4.4 orion to 4.5 typhon having problems with slider
Post by: MarD 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
Title: Re: After updating from 4.4 orion to 4.5 typhon having problems with slider
Post by: farmville450 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.
Title: Re: After updating from 4.4 orion to 4.5 typhon having problems with slider
Post by: MarD on July 25, 2016, 16:39:37
Thank you so much!

At least temporarily it works.