WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-59ec95-22.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 = 94361 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: Masonry effect not in Pro
Hi,
According to the manual, masonry effect can be activated via the following instruction:
Note primary: You find the SCSS code for the masonry layout in your package in the scss/addons/_directives.scss file. To use this code, please uncomment this line: // @import "addons/directives"; in the mdb.scss file in the package.
However, *_directives.sccs* can't be found in the given location. Please check: Masonry
How can I active Masonry?
Thanks!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.6.1
- Device: Mac Book Pro
- Browser: Firefox Developer
- OS: OSX
- Provided sample code: No
- Provided link: Yes
Bartłomiej Malanowski staff pro premium commented 7 years ago
Directives file was added recently. To get it, please update your version of MDB to 4.7.1
Grf commented 7 years ago
Thanks! One question left, I use npm in my development environment to install packages. Do you know how to install this version using npm? B.R.
Bartłomiej Malanowski staff pro premium commented 7 years ago
Do you install MDB Pro or Free via npm?
Grf commented 7 years ago
In have the Pro-version, and would like to install it via NPM.
Bartłomiej Malanowski staff pro premium commented 7 years ago
Do you have access to our Gitlab repository?
Grf commented 7 years ago
Yes I do. I installed my current version by creating a tarr ball and with the corresponding npm command installed it on my local development environment.