• Resolved davecoledave

    (@davecoledave)


    I have installed it and working fine on latest version of wp. Rocket explodes only for 20 seconds. It should explodes unlimited. I was using karthik’s plugin Diwali Greetings and it explodes continuously but it is not working with wp rocket that is why I installed your plugin but it explodes only for 20 seconds.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Shahaji Deshmukh

    (@shahaji9)

    Hi Davecoledave,

    Comment below code in rocket-fireworks.js file,

     if (new Date().getTime() - startTime > 20000) {
                    clearInterval(interval);
                    $('body .RocketFireworksAnimation').remove();
                    return;
                }

    Thanks

    Thread Starter davecoledave

    (@davecoledave)

    now fireworks don’t start.

    Plugin Author Shahaji Deshmukh

    (@shahaji9)

    Hi Davecoledave,

    Just remove line number 19 to 23 code from the rocket-fireworks.js file,

     if (new Date().getTime() - startTime > 20000) {
    	clearInterval(interval);
    	$('body .RocketFireworksAnimation').remove();
    	return;
    }

    Thanks,

    Thread Starter davecoledave

    (@davecoledave)

    yes I did but fireworks don’t start cracking.

    Plugin Author Shahaji Deshmukh

    (@shahaji9)

    If you don’t mind give me access of your website. I will check at my side.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘increase timing’ is closed to new replies.