WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1295b9-76.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 = 107259 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: ModalDirective (mdbModal) forces the default skin for whole app
Expected behavior
ModalDirective should use the theming of the currently active skin.
Actual behavior
Once a ModalDirective gets rendered, the theme resets to the default skin. The component seems to ship its own skins and overrides classes like 'bg-primary' with '!important' statements.
Resources (screenshots, code snippets etc.)
Please give advice what you need. We can provide source access if needed.
The skinning was done according to: https://mdbootstrap.com/docs/angular/css/skins/
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 9.0.0
- Device: Desktop
- Browser: Chrome
- OS: Win10
- Provided sample code: No
- Provided link: Yes