Problem/Motivation
The site messages are not properly designed. For instance, error messages should be displayed in red to clearly indicate an issue, and users should be able to easily differentiate between errors, warnings, and status messages.
Steps to reproduce
- Install the theme and enable
- Back to the website or home page
- Clear cache using admin toolbar option
- User can see the issue in the status massage
- For more clarity, refer to the attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | Issue-3496897.png | 8.63 KB | sandip |
| #5 | after_message_styled.png | 24.69 KB | rahuly072 |
| #2 | Site-messages.png | 92.97 KB | yogesh.k |
Issue fork flexi_style-3496897
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
yogesh.k commentedComment #3
rahuly072 commentedComment #5
rahuly072 commentedPlease check styled all three Status , Error and Warning message.
Comment #6
anoopsingh92This seems to be a JavaScript or dependency error, not a CSS issue.
@rahuly072, this is not a CSS issue. The message design has already been implemented. You can review it here: messages.css.
https://git.drupalcode.org/project/flexi_style/-/blob/1.4.x/css/component/messages.css?ref_type=headsSuggested Solution (1st):
Try disabling the BigPipe module and check if the issue persists.
Comment #7
sandip commentedI am looking into it.
Comment #8
sandip commentedHi @anoopsingh92, after disabling Bigpipe module the issue is not coming. But instead of disabling Bigpipe module we can go with this solution
you can see this core issue for reference: https://www.drupal.org/project/drupal/issues/3456176#comment-15738200. Kindly share your review on the changes.
Comment #9
anoopsingh92Thanks @sandip-poddar for identify the issue.
You didn't make any changes in the CSS file, can you please checkout this file from the MR
css/base/elements.cssComment #10
sandip commentedYes @anoopsingh92, I am doing it.
Comment #11
sandip commentedPlease verify the MR.
Comment #13
anoopsingh92Comment #14
sandip commented@anoopsingh92,
Since the issue has been solved and MR has been merged, can we move this issue to fixed now?
Comment #15
anoopsingh92