206 comments found.
Hi, love this theme, especially the 5.1 update. Darkmode is great!
I’m struggling to find any example of this, but is there a way to do a two level dropdown menu from a button?
The example pages, i.e be_pages_ecom_orders.html have a “filters” dropdown, but only one level. I was wanting to implement a second layer for this. For example:
Button – Option 1 – Option 2 – Option 2a – Option 2b – Option 2c
I see horizontal header has this option, but haven’t managed to get it to work yet.
Thanks
Hi, many thanks for choosing Dashmix for your projects and kind comments, really glad you like it! Unfortunately, such feature isn’t available but you could easily create a sub dropdown menu to the original Bootstrap’s dropdown component. For an example on how to make it work, you could have a look at https://www.cssscript.com/multi-level-dropdown-bootstrap/ Hope that helps!
Codebase user here which still uses Bootstrap 4. I want to upgrade an existing Laravel 8 project to Bootstrap 5.
Would that mean a complete re-write of the lay-out from Codebase to Dashmix please? Or do certain components have the same class names & structure?
Many thanks for choosing Codebase and considering Dashmix for your project! There are various classes shared but we would strongly suggest a layout rewrite because there are many incompatibilities both between Dashmix/Codebase and Bootstrap 4/5 versions. Hope that makes sense but let us know if you need any further info! Thank you.
Busy with the rewrite and I believe I have found a bug. I have sent you a message via the Themeforest form.
Uncaught TypeError: link.closest(...).children.forEach is not a function at HTMLAnchorElement.<anonymous> (dashmix.app.js:5442) (anonymous) @ dashmix.app.js:5442
This error appears if I try to open a submenu from the sidebar. Line 172 in template.js
To simulate
1) Install the Laravel Starter Kit included in your package.
2) execute
- composer update
- npm i bootstrap@5 popperjs/core2 simplebar@^5 && npm i browser-sync browser-sync-webpack-plugin sass sass-loader -D
- npm run dev
3) Browse to the dashboard and the submenu opens properly.
4) execute “npm update && npm run dev”
5) Browse to the dashboard and the submenu does not open. Error appears.
Just spent 4 hours debugging this so I hope it’s really a bug that ban be solved quickly 
Hi, many thanks for letting us know, please have a look at your inbox, we just replied to your email with the fix which will be also included in a silent update to Themeforest package later today (and in upcoming 5.2 update as well).
For anyone interested, it seems that a recent update to the core-js npm module caused an issue with the JS compilation. Please make sure to apply the following changes in the _js/main/modules/template.js file to fix it:
Lines 172-174:Array.from(link.closest('ul').children).forEach(el => {
el.classList.remove('open');
});
Line 800:
this.onLoad(() => Helpers.run(helpers, options));
Hope that helps! 
Thank you for your e-mail and the quick fix. I can confirm it works
You’re welcome, wish you all the best with your project! Happy coding 
Hey all! We just wanted to let you know that Dashmix 5.1 update just went live and comes packed with new features, improvements and fixes! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! 
5.1 Update – September 16, 2021
- FEATURES
-
IMPROVEMENTS
- Dark mode toggle/off returns back to original sidebar/header style
-
FIXES
- Fix borders in a few Simple Statistics widgets
-
UPDATES
- Laravel Starter Kit: Laravel 8.61.0 (8.60.0)
If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! 
Hey all! We just wanted to let you know that Dashmix 5.0 update just went live and comes packed with amazing features! Bootstrap 5, no jQuery in core, a brand new dark mode for all pages and color themes.
Moreover, design improvements, fixes and updates. We made it a completely free update, so all existing customers can download it from their downloads page.
5.0 Release – September 9, 2021
If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! 
Exception Unable to locate Mix file: /css/dashmix.css. (View: D:\xampp\htdocs\mis\resources\views\layouts\simple.blade.php)
Hi, many thanks for choosing Dashmix for your project! Could you please try running ‘npm run dev’ and let us know if that solved your issue? Hope that helps!
Hey
i know my support is expired, but is it possible to estimate when the update to Bootstrap 5 will come?
Hey, we are working on it and will most probably be ready in August, so stay tuned!
Do you provide XD files, so our designers can prepare the look and feel of the screens for the developers?
XD files are not available at the moment but it is something we are considering for the future. Thank you for your interest in Dashmix!
Hey all! We just wanted to let you know that Dashmix 3.3 update just went live and comes packed with updates, improvements and fixes! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! 
3.3 Update – June 16, 2021
-
IMPROVEMENTS
- Sidebar now hides smoothly on window resize
- Files dashboard design improvements
-
UPDATES
- 14 dependencies updated to their latest version
- Laravel Starter Kit: Laravel 8.47.0 (8.27.0)
If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! 
Hi. I’ve been making some modifications for my site and wondered if the next update will include Bootstrap 5?
Hi, there are plans for a Bootstrap 5 upgrade after we finish with OneUI’s migration, so stay tuned!
Hey all! We just wanted to let you know that Dashmix 3.2 update just went live and comes packed with updates, improvements and new features! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! 
3.2 Update – February 11, 2021
- NEW FEATURES
-
UPDATES
- Bootstrap 4.6.0 (4.5.3)
- + 11 dependencies updated to their latest version
- Laravel Starter Kit: Laravel 8.27.0 (8.10.0)
- Laravel Starter Kit: Laravel Mix 6.x (5.x)
If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! 
template.js There is a bug in line 93 self._lSidebarScroll = new SimpleBar(self._lSidebar0);
Hi, many thanks for choosing Dashmix for your projects! What kind of bug are you having? Do you get a JS error in your dev tools console?
Good afternoon, my favorite Pixelcave! Tell me please, how to create a masonry grid with blocks? https://imgur.com/a/I5qzb36
Thanks!
Hi Daniel, good afternoon! Please try adding each div.block one after another in the same grid column. Adding them in a new column, under a new div.row, will render the empty space you can see in the screenshot. Hope that helps!
I know this, but I would like the bottom block to be displayed last on mobile devices
In that case, please check out the examples at the official Bootstrap docs with column reordering. You an easily make a second column appear first on large screens but last on mobile (the default ordering). Hope that helps!
>>> Hi Daniel, good afternoon! Please try adding each div.block one after another in the same grid column. Adding them in a new column, under a new div.row, will render the empty space you can see in the screenshot. Hope that helps!
Actually, I still don’t understand what You’re talking about. Now my grid looks like this:
> div class=”row”
> div class=”col-sm-8”
> ...
> /div
> div class=”col order-last col-sm-8”
> ....
> /div
> div class=”col-sm-4”
> ...
> /div
> /div
Something’s not working out for me … =(
Please send us a message from our profile’s contact form with a link to the live code example along with an example screenshot of what you would like to achieve and we’ll get back to you as soon as possible.
We miss auth pages in laravel… HTML versions is of course usefull but we must remember to add specific laravel/blade things to each pages.
Also, it’s not clear from register page html source what must I add to ‘simple’ layout of laravel to make it working… I am speaking of js stuff.
Hi, many thanks for choosing Dashmix for your project. Thanks for your suggestion, we might add the auth pages in the Starter Kit by default with a future update since they are vital pages but in general it is pretty straightforward which JS assets you need to add to recreate each page from the HTML version if you follow the related guide we’ve included in the docs.
More specifically, for the sign up page, you just need to include the validation plugin and the custom init JS code in the same way we present it in the DataTables example page in the Starter Kit. If you need additional assistance with any page, please make sure to extend your support and get in touch, we will help you as soon as possible. Hope that helps!
Thanks for publishing 8. Can this admin backend work with Jetstream out of the box. composer require laravel/jetstream npm install && npm run dev php artisan migrate
Hi Mattrin, thank you for your interest in Dashmix! Jetstream uses Tailwind CSS for its default views but you can easily add it in the included Laravel Starter Kit and use it alongside Dashmix. You could also integrate Dashmix’s design with Jetstream’s functionality if you would like to. Hope that makes sense but let us know if you need any further info.
Good day, my beloved! Please tell me, is it possible to make <aside> to leave from the left side? Really need =(
Thanks!
Hi Daniel, you can put the side overlay to the left in the flipped layout but if you would like to only alter its position, you can add the following in your _scss/custom/_main.scss:
#side-overlay {
right: auto;
left: 0;
transform: translateX(-100%) translateY(0) translateZ(0);
}
Hope that helps!
In the future, I should include this file? _scss/custom/_main.scss If not, then for some reason it didn’t work, hmm. But flipped layout suited me, thank you!
We’re glad the flipped layout worked for you. In the _main.scss file you can apply your customizations and afterwards you should compile Sass to CSS. More info can be found in the docs under the Sass structure and Gulp Tasks sections. Hope that helps!
Great theme, this is by far a top quality theme.
Any chance you might implement vertical tabbing in the near future?
Thanks once again for your kind words suggestion, we are really happy you like Dashmix! Yes, we might include vertical tabs in a future update, so stay tuned.
There’s a bug on the sidebar mini menu API. It doesn’t work when it’s on mobile resolutions.
Since it’s mobile, it should open fully like the standard toggle sidebar.
Hi, this is normal, the sidebar mini mode works only on desktop and its toggle button works for this mode. You can hide/show the corresponding toggle modebutton with CSS classes. For example, you can have a look at how we handle it at the tasks dashboard.
Hey all! We just wanted to let you know that Dashmix 3.1 update just went live and comes packed with Laravel 8 support along with updates, improvements and fixes! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! 
3.1 Update – October 15, 2020
-
NEW FEATURES
- Laravel Starter Kit is now based on Laravel 8
-
IMPROVEMENTS
- Focus state was added to block buttons/links
-
FIXES
- .blur() to trigger(‘blur’) in JS code
-
UPDATES
- Bootstrap 4.5.3 (4.5.0)
- Font Awesome 5.15.1 (5.13.1) – 62 new icons
- FullCalendar 5.3.2 (5.1.0)
- CropperJS 1.5.9 (1.5.7)
- CKEditor5 23.0.0 (20.0.0)
- CKEditor 4.15.0 (4.14.1)
- DataTables 1.10.22 (1.10.21)
- Dropzone 5.7.2 (5.7.1)
- Flatpickr 4.6.6 (4.6.3)
- SimpleBar 5.3.0 (5.2.1)
- SweetAlert2 10.5.1 (9.15.3)
- Laravel Starter Kit: Laravel 8.10.0 (7.19.0)
If you have any questions feel free to get in touch through our profile’s contact form, we’ll be more than happy to assist you as soon as possible! Happy updating and coding! 
When do you update to laravel 8? I’m waiting for buy a new license
Thank you for your interest in Dashmix! We just submitted the update with Laravel 8 support and it should be live soon.