WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-160c4c-8d.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 = 116711 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: carousel show border button
Mankongwatcharakul
pro premium priority asked 4 years ago
I copy the HTML carousel from the MDB page to my project, but I got the bottom border on it like the picture below. How to clear?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 3.9.0
- Device: desk top
- Browser: chrome
- OS: window 11
- Provided sample code: No
- Provided link: No
Dawid Wajszczuk staff commented 4 years ago
Hi. Can you provide the piece of code responsible for this carousel? A snippet would be nice https://mdbootstrap.com/snippets/. Examples from our documentation don't have borders https://mdbootstrap.com/docs/standard/components/carousel/. Here is the snippet with carousel without borders: https://mdbootstrap.com/snippets/standard/d-wajszczuk/3411459.