WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1524ab-226.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 = 119513 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: select - doesn't work with display classes
Expected behavior
Bootstrap has classes to hide/show on different breakpoints. For Example class .d-lg-none
hides the element on lg breakpoint.
Classes to hide select should hide select.
Actual behavior
The select is rendered also if such a class is set. The select is still visible. So it's not possible to hide/show select on different breakpoints.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 4.1.0
- Device: Desktop
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
coinsbee pro premium commented 3 years ago
Current solution: add container with display class instead of adding display class to select