system-message

Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Sun Mar 29, 2015 1:10 pm
Reply with quote
Report this post
Hi
How to increase the time display system messages?
Or how to make so that it won't disappear?
User avatar
Senior Boarder

teitbite
Tue Mar 31, 2015 11:06 am
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Tue Mar 31, 2015 5:45 pm
Reply with quote
Report this post
Hello Teitbite
You probably got me wrong. I just want to increase the display time "system-message".
Need longer to show up "system-message".
increase the time. ;)
view photos
http://www.labytnangi.net
User avatar
Senior Boarder

GK User
Thu Apr 02, 2015 4:50 pm
Reply with quote
Report this post
Do not tell me?
User avatar
Senior Boarder

teitbite
Mon Apr 06, 2015 5:38 pm
Reply with quote
Report this post
Hi

I've checked the code and looks like the script hiding this element is in core joomla files, so I would need to hack /media/system/js/core.js file for that, which would be overwritten with every joomla update.

I think easiest would be to force it show with a css code like this:

Code: Select all
#system-message-container {
display: block !important;
}
User avatar
Moderator


cron