WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-15747a-cf.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 106010 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: Toast notifications top center bug?
Hello,
I'd like to show some toasts notifications in my website. I've no problem with that, but it seems to have a problem with the "md-toast-top-center" because the container takes all the width. If I have a menu in top position he isn't accessible anymore until the toast notification disappeared.
The bug is present in your documentation too: https://mdbootstrap.com/docs/jquery/javascript/notifications/
But not in the original one: https://codeseven.github.io/toastr/
Thanks!
Jerome
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.12.0
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: Yes
Mateusz Łubianka staff commented 6 years ago
Hi @jouvrard,
Have you got any working example with menu and original toastr?
Best,
jouvrard pro commented 6 years ago
I don't have any example with menu, but I tried without it and the problem is the same, all text "under" the container (which is full width) is no more accessible until the toastr disappeared. You can't select it.
It's the same here: https://mdbootstrap.com/docs/jquery/javascript/notifications/
If you use the toastr generator in the end and select "top center" the problem is here, but not in the original toastr example.
I don't know if I'm clear... :)
Mateusz Łubianka staff commented 6 years ago
I am not sure if I understand correctly so I prefer to ask :) The problem is here: https://mdbootstrap.com/docs/jquery/javascript/notifications/#events but not here: https://mdbootstrap.com/docs/jquery/javascript/notifications/#introduction or there is a problem in all mdb examples?
Best,