Can’t adjust delay outside 1,2,infinite
-
I red the read me file.
= How to adjust delay outside of 1s, 2s and Infinity =It advised the following
Use
wpmeteor-frontend-adjust-wpmeteor` filter in the following way:add_filter(‘wp-meteor-frontend-adjust-wpmeteor’, function ($wpmeteor, $settings) {
$wpmeteor[‘rdelay’] = 4000; // number of milliseconds to delay
return $wpmeteor;
}, 100, 2);`I copy paste that code and change the delay to 20sec to functions.php file
The scripts don’t delay after 20sec. It’s still get delayed after there’s an interaction (which is default setting that I saved).Please advise
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can’t adjust delay outside 1,2,infinite’ is closed to new replies.