WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-616b77-3.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 = 93476 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: SideNav and nested menu
This works incorrectly:
<mdb-side-nav-nav>
<mdb-side-nav-cat name="Submit blog" icon="chevron-right">
<mdb-side-nav-item href="#">Submit listing</mdb-side-nav-item>
<mdb-side-nav-item href="#">Registration form</mdb-side-nav-item>
<mdb-side-nav-cat name="Contact me" icon="envelope-o">
<mdb-side-nav-item href="#">FAQ</mdb-side-nav-item>
<mdb-side-nav-item href="#">Write a message</mdb-side-nav-item>
</mdb-side-nav-cat>
</mdb-side-nav-cat>
</mdb-side-nav-nav>
Nested menu("Contact us") is collapsed and I can't open it by click. And icon in the right position show that it already opened.
When I add :show="true" into "Contact me" the menu is shown and can be collapsed, but I don't want to show it for the first time.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB Vue
- MDB Version: 4.8.2
- Device: all
- Browser: all
- OS: all
- Provided sample code: Yes
- Provided link: No