WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-756190-16.MAI' (Errcode: 28 "No space left on device")]
SELECT p.*, o.option_value, GROUP_CONCAT(DISTINCT CONCAT(m.meta_key, "::", m.meta_value) separator "::::") as seo_meta, t.slug, tr.language_code as language FROM wp_posts p JOIN wp_postmeta m ON p.ID = m.post_id JOIN wp_options o ON o.option_name = "siteurl" JOIN wp_term_relationships r ON r.object_id = p.ID JOIN wp_term_taxonomy x ON x.term_taxonomy_id = r.term_taxonomy_id JOIN wp_terms t ON t.term_id = x.term_id JOIN wp_icl_translations tr ON p.ID = tr.element_id WHERE post_type = "page" AND post_status = "publish" AND tr.language_code = 'en' AND t.slug IN ('jquery') AND x.taxonomy = "page_cat" AND tr.element_type = "post_page" AND meta_key IN ("_yoast_wpseo_title", "_yoast_wpseo_metadesc") GROUP BY p.ID

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-756190-17.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

SideNav Full Width Responsive Mobile

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-756190-18.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 = 114575 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 Full Width Responsive Mobile

robertl asked 5 years ago

Expected behavior Full width SideNav on mobile

Actual behavior Does not go full width

Resources (screenshots, code snippets etc.)

I’ve gone through all the docs and forum posts - most are old and not relevant to MDB 5 without jQuery.

I’ve tried:

  1. CSS media queries to no avail.

  2. Apple meta tags and different viewport settings

  3. JavaScript examples from the SideNav docs without success.

I did find something similar (link below) but isn’t the SideNav. Can the SideNav element achieve similar results with full screen?

Sidebar element found via google but can’t find linked in current documentation. Is this in the official MDB 5 docs as a SideNav alternative?

https://mdbootstrap.com/docs/standard/extended/sidebar/

Thanks


Michał Duszak staff commented 5 years ago

Hello, Please tell me, is this the effect you was expecting? You can manipulate width on any resolution, and also center items in your sidenav. Please see this snippet: (I've set it's width to 90%, not to 100% just because I didnt define any button that will close the sidenav) https://mdbootstrap.com/snippets/standard/m-duszak/3140255#css-tab-view

@media (max-width: 1200px) { .sidenav { width: 90% !important; }

.sidenav-item { width: 100%; } .sidenav-link { justify-content: center; } }


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Open

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: MDB Standard
  • MDB Version: MDB5 3.8.0
  • Device: Apple iPhone
  • Browser: Chrome and Firefox
  • OS: Win 10
  • Provided sample code: No
  • Provided link: Yes

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-756190-1c.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-756190-1d.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`