Hi
How can i increase the time the system message stays on as it dissapears to fast
Or anyway i can leave it there until user clicks dismiss.
Im running 1,5
Can someone point me to where the code is?
Thanks
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
$('.messages_error').fadeOut('slow');
Hi Dhrup
Thanks Bussy for the quick response.
Where is this located? Which file do i need to change? I want to apply this to both system messages and error messages as many users complaining the message dissapears to fast.
hi,
you should change second line
$('.messages').animate({opacity: 1.0}, 1000);
$('.messages').animate({opacity: 1.0}, 40000);
this file located at "views/default/messages/messages/list.php"
by changing it to 40000 it will display 40 seconds .
i'm trying to change the time display of the system messages located on the login or registration pages. i tried the code above, but it seems to only control system messages after the user is successfully logged in.
Changing the time depends on Elgg version.
ok. i'm using 1.7.10
i just upgraded to 1.7.14. if anyone knows how to do this, i would appreciate the help
guys, i figured it out. on the theme i'm using, those parameters are set on the index page.
and of course u r gonna post the code you used to fix that here soon ain't you ?
If you have increased your default jquery version to something above 1.4 you can simply add a
which will delay the fade out for 30 seconds.
- Previous
- 1
- 2
- Next
You must log in to post replies.