WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-16089e-63.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 = 101277 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: Component Styling Free vs Pro
eMD Technologies
asked 6 years ago
Expected behavior PRO component styles to work as shown on documentation.
Actual behavior Free components work fine and PRO components seems to have issue with styling.
Resources (screenshots, code snippets etc.)
<div class="col-md-2">
<select class="browser-default custom-select">
<option selected>Free Version</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
</div>
<div class="col-md-2">
<mdb-select [options]="optionsSelect" placeholder="Paid for version"></mdb-select>
</div>
Am I missing something or not using the component correctly? Please advise...
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: 7.5.4
- Device: Desktop
- Browser: chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No