Product label scrolling - Not working in Chrome

18.11.2013 20:03
#1
michaeljoos
Joomshopping forum user no avatar
Name: Michael Joos
27.03.2011
Сообщения: 32
Quote
Product label scrolling - Not working in Chrome

Hi

"Product Label Scrolling" scrolls only once in Chrome-Browser.
IE and Firefox looks fine. Any ideas?

www.lockvogel.eu

Thx
Michael

 
20.11.2013 09:09
#2
mishazegryamaxx
Joomshopping forum user no avatar
Name: Misha
01.06.2012
Сообщения: 72
Quote
Aw: Product label scrolling - Not working in Chrome

Hello.

I tested your site in Google Chrome, and a don't see a problem. Scrolling module works fine.

 
20.11.2013 17:44
#3
michaeljoos
Joomshopping forum user no avatar
Name: Michael Joos
27.03.2011
Сообщения: 32
Quote
Aw: Product label scrolling - Not working in Chrome

Autoscroll is working? For me just once and then it stops.
Manual is working...

 
21.11.2013 08:19
#4
mishazegryamaxx
Joomshopping forum user no avatar
Name: Misha
01.06.2012
Сообщения: 72
Quote
Aw: Product label scrolling - Not working in Chrome

On my site auto scroll work fine.
What are your module configuration?
Joomshopping version?
Joomla version?

 
21.11.2013 11:20
#5
michaeljoos
Joomshopping forum user no avatar
Name: Michael Joos
27.03.2011
Сообщения: 32
Quote
Aw: Product label scrolling - Not working in Chrome

Joomla is up to date with 2.5.16
Joomshopping 3.16.0

Aw: Product label scrolling - Not working in Chrome


Последнее изменение: 21.11.2013 11:20
 
21.11.2013 14:33
#6
mishazegryamaxx
Joomshopping forum user no avatar
Name: Misha
01.06.2012
Сообщения: 72
Quote
Aw: Product label scrolling - Not working in Chrome

Uncomment comment code on file
/modules/mod_jshopping_label_horizontal_scroll/js/animation.js



function slideLeft() {
block_h = 1;
jQuery(".top_trends_h").animate({"left": "+=" + step_h * p_width_h + "px"}, time_animate_h, function(){block_h = 0; /*if (as_h != 0) setTimeout(animate_h, as_time_h);*/});
}

function slideRight() {
block_h = 1;
jQuery(".top_trends_h").animate({"left": "-=" + step_h * p_width_h + "px"}, time_animate_h, function(){block_h = 0; /*if (as_h != 0) setTimeout(animate_h, as_time_h);*/});
}


 
21.11.2013 15:04
#7
mishazegryamaxx
Joomshopping forum user no avatar
Name: Misha
01.06.2012
Сообщения: 72
Quote
Aw: Product label scrolling - Not working in Chrome

I find the problem...
It's bug in jQuery version 1.6.2.min.

Need to update jQuery

 
22.11.2013 06:53
#8
michaeljoos
Joomshopping forum user no avatar
Name: Michael Joos
27.03.2011
Сообщения: 32
Quote
Aw: Product label scrolling - Not working in Chrome

working now. thx!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.