Changing Fadeout Time for User Notification Message

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jul 21, 2014 2:29 pm
Reply with quote
Report this post
Hello...

What parameters do I have to change in order to extend the time user sees (fade-out period) the Notification Message printed to the user after creating a new user account in the Front End?

Its too short now as reported back from end users.

Thanks!
User avatar
Fresh Boarder

GK User
Tue Jul 22, 2014 10:04 am
Reply with quote
Report this post
Please open file template/js/gk.script.js and find this line:

Code: Select all
if(jQuery('#system-message-container').length != 0){
        jQuery('#system-message-container').each(function(i, element){
              (function() {
                   jQuery(element).fadeOut('slow');
              }).delay(4500);
         });
   } 


then just change the default 4500 with some bigger timeout.
User avatar
Platinum Boarder

GK User
Fri Jul 25, 2014 11:25 pm
Reply with quote
Report this post
Thanks!
User avatar
Fresh Boarder

GK User
Mon Sep 22, 2014 2:09 am
Reply with quote
Report this post
I changed delay time in gk.scripts.js. but the message after registration is very fast still. is it in another page?
User avatar
Senior Boarder


cron