system alerts time to short

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
Fri Dec 05, 2014 9:22 am
Reply with quote
Report this post
Hello,
i want to change the time that system alets displaying at the to of the sceen.
is it possible to do that?

Thanks,
User avatar
Junior Boarder

GK User
Fri Dec 05, 2014 10:59 am
Reply with quote
Report this post
I'm afraid its a Joomla core thing. Perhaps there are plugins that allow to control its time.
User avatar
Moderator

GK User
Fri Dec 05, 2014 11:39 am
Reply with quote
Report this post
Thanks for reply,

please take a look to sceenshot
http://gyazo.com/c172eec8a7e6b6757d37e9f4ec876b26

This message at the top of the page i mean.
I tried to change the template and the message didnt hide after 3-4 second with the other template.

Thanks
User avatar
Junior Boarder

GK User
Fri Dec 05, 2014 12:04 pm
Reply with quote
Report this post
I found it,
gk_shop_and_buy/js/gk.scripts.js

if(jQuery('#system-message-container').length != 0){
jQuery('#system-message-container').each(function(i, element){
(function() {
jQuery(element).fadeOut('slow');
}).delay(50000);
});
}
User avatar
Junior Boarder

GK User
Fri Dec 05, 2014 1:36 pm
Reply with quote
Report this post
Oh, so actually this was a template generated message - you were faster... I'm glad you could solve it out.
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator


cron