Alert messages permanent or in specific window
Rate this topic:
- GK User
- Fri May 12, 2017 3:02 pm
- Reply with quote
- Report this post
The alert messages are shown in a bar at the top of the page and after a few seconds disappear.
Can you leave them visible until the user clicks a "close" button?
Or can you show the message in a popup window or in a custom module?
Can you leave them visible until the user clicks a "close" button?
Or can you show the message in a popup window or in a custom module?
-
- Expert Boarder
- teitbite
- Wed May 17, 2017 1:35 pm
- Reply with quote
- Report this post
I’m afraid that modifications such as this require extensive changes to the theme’s code; I do apologize but such large changes are custom work that are beyond the scope of our technical support.
-
- Moderator
- GK User
- Thu May 18, 2017 11:53 am
- Reply with quote
- Report this post
ok,
But there is at least one way to make the display more durable?
But there is at least one way to make the display more durable?
-
- Expert Boarder
- teitbite
- Sat May 20, 2017 2:01 pm
- Reply with quote
- Report this post
Hi
You can make it stay by adding this to override.css:
You can make it stay by adding this to override.css:
- Code: Select all
#system-message-container {
display: block !important;
}
-
- Moderator
4 posts
• Page 1 of 1