auto-animation nsp 3.3.7 goes wild

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Apr 08, 2013 3:09 pm
hi everybody,

i'm using j3.0 with the "news template". i've installed the demo content with all modules, plugins and nearly everything works fine.

but when i go to the modules and to switch auto-animation on, the sliders going absolutely crazy. :woohoo:
they jumping arround very fast and my macbook fan turns up the speed to cool down the cpu...

maybe someone can help me? will give you login via pm
User avatar
Senior Boarder

Konrad M
Tue Apr 09, 2013 6:28 am
Hi,
did you have latest version of our NSP GK4 module ?
User avatar

GK User
Mon May 13, 2013 9:35 am
yes. nsp pro gk4 3.3.7
User avatar
Senior Boarder

GK User
Thu May 16, 2013 12:30 pm
This is a temporary workaround...
Find File: modules/mod_news_pro_gk4/interface/scripts/engine.portal.mode.7.js
Find Line: 76
Which is below
Code: Select all
            }).periodical($G['animation_interval'] / 2);

Replace with below pls
Code: Select all
            }).periodical(1000);


See you around...
User avatar
Platinum Boarder

GK User
Thu May 16, 2013 2:24 pm
thanks again norman!

does periodical 1000 overwrites the modul settings for animation-interval?
User avatar
Senior Boarder

GK User
Thu May 16, 2013 2:29 pm
Yes. By default in module settings it has 5000 value and this should effectively be divided by / 2 which should be 2500 but for some reason it does not work.

So you can enter manually for now if you want auto animation in your site until we investigate more on this bug.

See you around...
User avatar
Platinum Boarder


cron