WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1291f9-3b.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 = 118878 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: ListGroup: Weird behavior when adding .active class
Benjamin Kasten
asked 3 years ago
*Expected behavior*I implemented a ListGroup with the option to click on an entry and make it active by adding the .active class. When I change the active status from one entry to another, the list length increses by like 1 pixel and then goes back to the previous length (Actually, just the toggled items change their height). You can see the same effect on the example https://mdbootstrap.com/docs/standard/components/list-group/#section-javaScript-behavior.
*Actual behavior*I would like to have no change in height when toggling the active class. How can this be accomplished?
*Resources (screenshots, code snippets etc.)*See you example in the documentation: https://mdbootstrap.com/docs/standard/components/list-group/#section-javaScript-behavior
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 Standard
- MDB Version: MDB5 4.0.0
- Device: PC
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: Yes