WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1500e7-2f4.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 = 116116 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: Prevent Collapse after click on a specific tag on the header
Anas Qiblawi
asked 4 years ago
Expected behavior
When I click on "+ add new" collapse should not change its status.
Actual behavior
if I click anywhere on the collapse header the collapse change its status
Resources (screenshots, code snippets etc.)
https://mdbootstrap.com/snippets/standard/anas_qiblawi/3324014
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 3.9.0
- Device: ALL
- Browser: ALL
- OS: ALL
- Provided sample code: No
- Provided link: Yes
Michał Duszak staff commented 4 years ago
Your snippet gives me 404. Could you send a new one?
Michał Duszak staff commented 4 years ago
Your snippet gives me 404. Could you send a new one?
Anas Qiblawi commented 4 years ago
New Snippet
https://mdbootstrap.com/snippets/standard/anas_qiblawi/3329443
Description
When I click on "+ add new" a modal will appear
but every time I click on it, the collapse also changes to open or close, and I don't know how to avoid it.
Code