WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-190ef0-4b.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 = 57799 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: Fixed Navigation drop down menu right out of screen
<mdb-navbar SideClass="navbar fixed-top navbar-expand-md navbar-dark indigo scrolling-navbar ie-nav" [containerInside]="false"> <logo> <a class="logo navbar-brand waves-light" (click)="onLogoClick()" mdbRippleRadius><strong class="white-text">{{appMeta.name}}</strong></a> </logo> <links> <ul class="navbar-nav mr-auto"> <li class="nav-item waves-light" mdbRippleRadius *ngFor="let nav of navopts"> <a *ngIf="nav.mnuvis && usrRole >= nav.mnurole"class="nav-link" (click)="onNavLnk(nav.mnulnk)">{{ nav.mnuopt}}</a> </li> </ul> <ul class="navbar-nav"> <li class="nav-item dropdown btn-group" dropdown> <a dropdownToggle type="button" class="nav-link dropdown-toggle waves-light" mdbRippleRadius><i class="fa fa-user"></i> <span class="clearfix d-none d-sm-inline-block">Account</span></a> <div class="dropdown-menu dropdown-menu-right" role="menu"> <a class="dropdown-item" (click)="onAccClick('Pro')">Profile</a> <a class="dropdown-item" (click)="onAccClick('Pwd')">Reset Password</a> <span class="d-flex justify-content-end p-0"><small>{{appMeta.version}}</small></span> </div> </li> </ul> </links> </mdb-navbar>I've somebody can be so kind and assist with this. Regards
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Damian Gemza staff commented 7 years ago
Dear Louw, Could you provide me some screenshots of actual behavior? I tried to reproduce your problem using your code, but for me, everything works like a charm. Tested on Ubuntu 17.10 Firefox Quantum 58. Best Regards, DamianLouw pro commented 7 years ago
Hi Damian, how can I attach a screenshot to the issue? RegardsDamian Gemza staff commented 7 years ago
Post new answer and there you can past some images, or upload it to some image hosting services like imageshack, and paste me a link.Louw pro commented 7 years ago
Uploaded https://imageshack.com/a/img922/9175/rCKXn3.pngDamian Gemza staff commented 7 years ago
Dear Louw, Please add this styles to your global stylesheet. This fix will be added in next release of MDB Angular. .navbar-nav { .dropdown-menu-right.dropdown-menu { left: unset; } } Best Regards, DamianLouw pro commented 7 years ago
Hi Damian, this resolve my issue. Greatly appreciated. Regards