Prevent Speakers from Rotating

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Wed Sep 11, 2013 10:35 pm
Is it possible to prevent the speakers widget from rotating? I have 5 "speakers" and would like them to just stay where they are when the page initially loads.
User avatar
Fresh Boarder

GK User
Thu Sep 12, 2013 7:12 am
Hi,

Yes, you can set interval to e.g. 500000000 ms in widget options :)
or comment out these fragments:
Code: Select all
setTimeout(function () {
            $this.gkChangeSpeakers();
        }, this.anim_interval + 400);

Code: Select all
setTimeout(function () {
        $this.gkChangeSpeakers();
    }, this.anim_interval + 800);


from Fest/js/widgets/speakers.js
User avatar
Moderator

GK User
Thu Sep 12, 2013 7:18 am
Could You please post an url to your site?

With 5 speakers auto rotation shouldnt happen.
User avatar
Moderator


cron