Discussion on Dashmix - Bootstrap 5 Admin Dashboard Template & Laravel 11 Starter Kit

Discussion on Dashmix - Bootstrap 5 Admin Dashboard Template & Laravel 11 Starter Kit

Cart 1,734 sales
Recently Updated
Well Documented

pixelcave supports this item

Supported

This author's response time can be up to 1 business day.

206 comments found.

Hi, an update will be available to support BS 4.4 ? Thanks !

Hi, we are currently working on Dashmix 2.2 with BS 4.4 support! It is coming next week, so stay tuned!

How to make a block header sticky? it is possible

Hi! Unfortunately no, this is not possible out of the box.

Is it possible to make a datatable column not sortable?

Hi, please have a look at your inbox, we replied to your message earlier today!

Hi! Is it possible to expand a chat box, so it’s through the entire content page instead of just a box? Something like WhatsApp interface?

If you are trying to use the default block design, then make sure that you are not including the default block’s close button but the one showcased at modals page without the data-dismiss=”modal” atttribute but with the one from ngx-bootstrap: (click)=”modalRef.hide()” That change should make it work. Hope that helps!

Unfortunately, it’s not working. Somehow there is another overlay underneath the ngx-bootstrap one, which does not diesappear. After clicking on ESC it disapears, but not with: “(click)=”modalRef.hide()”. Can you reproduce it?

Unfortunately, we don’t have a supported Dashmix Angular version to test it out. Have you tried the default Bootstrap modal to see if it works? If it does, then it means that the ngx-bootstrap only works with the specific markup from Bootstrap because the only thing different in Dashmix’s design is modal’s inner HTML markup (there are no other differences).

Hey all! We just wanted to let you know that Dashmix 2.1 update just went live and comes packed with many new fresh pages, features and updates! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! :-)

2.1 Update – September 12, 2019

  • NEW FEATURES
  • IMPROVEMENTS
    • Max width set to main content
    • Docs: Instructions were added for recreating demo pages in Laravel Starter Kit from the HTML version
  • FIXES
    • Select2 focus outline color fix
    • Enabled enter key in textareas in Form Wizard & Validation examples
    • Added ‘fade hide’ classes to toasts examples in notifications page
    • Ribbon modern variation style fixes
    • Laravel Starter Kit: Google Web Font and Main/Theme stylesheets ids were fixed in blade layouts (in <head> section)
  • UPDATES
    • jQuery 3.4.1 (3.3.1)
    • FontAwesome 5.10.2 (5.7.1) – 131 new icons!
    • Bootstrap Colorpicker 3.1.2 (3.0.3)
    • Bootstrap Datepicker 1.9.0 (1.8.0)
    • SweetAlert2 8.17.1 (8.5.0)
    • Cropper.js 1.5.5 (1.5.1)
    • CKEditor 4.12.1 (4.11.3)
    • FullCalendar 3.10.1 (3.10.0)
    • Popper.js 1.15.0 (1.14.7)
    • Simplebar 4.2.1 (2.6.1)
    • jQuery Password Strength Meter 3.0.5 (3.0.3)
    • Summernote 0.8.12 (0.8.11)
    • jQuery Validation 1.19.1 (1.19.0)
    • Select2 4.0.10 (4.0.5)
    • JS Cookie 2.2.1 (2.2.0)
    • Laravel Starter Kit: Laravel 6.0 (5.8)

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! ;-)

Is it possible to not auto-open the chatbox used on the social compact page? A

Hi, many thanks for choosing Dashmix for your project! You can add the class ‘d-none’ to your chat box block and the box will not be visible by default on page load. If you would like to continue receiving support in the future, be sure to check out the support extension option! Thank you very much and happy coding!

hi, Dashmix.helpers(‘notify’, {type: ‘info’, icon: ‘fa fa-info-circle mr-1’, message: ‘Your message!’}); not working. Error: undefined is not a function (near ’...jQuery.notify…’)

Hi, many thanks for choosing Dashmix for your project! Be sure that you are including the Bootstrap Notify plugin in your page as showcased in the related example before using the JS helper. Please also have a look at the JavaScript section in the docs where you can get familiar with the JS structure and check out all the required assets of each plugin. Hope that helps!

You’re welcome! It seems that you have a Content Security Policy set in your web server, please consult your web administrator and for more info regarding CSP, you can also have a look at https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP Hope that helps.

Everything is fixed! Thanks for the great support :D

You’re welcome, we’re glad you’ve got it working, happy coding!

Great theme, how can I disable sidebar or make it collapsed by default?

Nvm found it, awesome theme!

Thanks so much for your kind words, we are very glad you like it! Happy coding!

Problem with themes css not being built in gulp.

I’m updating xmodern to a different color under “_variables-themes.scss”. When I performed gulp build, everything was successfully built except the theme css folder.

Hi, the CSS theme files under css/themes/ are compiled by default when you run the ‘build’ task because the ‘css’ task is part of it. Have you made any changes that might prevent those files from compiling successfully? You should see ‘css-scss-themes’ task run in your console and also the css/themes/ folder get updated in your src/ folder as well.

Hello, Your template is beautiful, I will buy it. But i can not find element loop. It is important with me

Example loop item. CLick add or remove item :D . This function is built by jquery or javascript :D

Thanks for the info! You can easily use similar JS code with Dashmix’s markup to create such functionality, you won’t come across any issues!

For printing invoice,

How can I select which ID to print?

I have two columns and I want it to only print one.

Hi, you could dynamically add the class ‘d-print-none’ when selecting an id to the column which you would like to get hidden and then try printing the page. Hope that helps!

Hi, I’m trying to right align a button in a flexbox. I though using the bootstrap “float-right” would work, but it’s not… any tips?

Hi, please have a look at https://getbootstrap.com/docs/4.3/utilities/flex/ where you can find all flex utility classes, including alignment related ones!

Hi,

Your template is really great!

Just a question about validation wizards forms. For the text field is not possible to do carriage returns. Any solution? Maybe with Maj or Alt?

Thanks a lot

Hi, many thanks for choosing Dashmix and kind comments, we are very glad you like it!

Could you please elaborate a bit more or send us an example through our profile’s contact form showcasing the issue? Would you like to be able to reset the text fields to their original value but it doesn’t work?

Hi,

Thank you for you very quick reply.

On this page: https://demo.pixelcave.com/dashmix/be_forms_wizard.html

In the 3rd section “Validation Wizards” when you go to the 2nd tab “Details” in the “Bio” field it is not possible to return to the line by clicking on the enter key.

Do you have any ideas on how to do it? (I would like to keep the validation if possible)

Thanks a lot

Hi, thanks a lot for bringing that up and letting us know, we will make sure to fix it in the next update. To make it work, you’ll have to change lines 60-61 in assets/_es6/pages/be_forms_wizard.js to:

if (e.target.tagName.toLowerCase() !== 'textarea') {
    e.preventDefault();
    return false;
}

This way, the enter key will work as it should be when pressed from inside textareas. Hope that helps!

Hi, we would like to check the docs for your chat.js plugin. We would like to include some HTML in the chat but it doesn’t seem to work…

Hi, please have a look at your inbox, we just replied to your email!

i would like to have more form degisnes i mean complete frosm like profile edit, post edits… etc…

Hi Jim, thank you for choosing Dashmix for your project and for your suggestions!

dashmix is cool

Thank you so much for choosing Dashmix for your project, we are very happy you like it!

Hi, is there a git repo for the project that I would be able to access, thanks.

Hi, many thanks for choosing Dashmix for your project! We do not offer access to a git repo at the moment but it is something we are considering. Thank you.

I look forwards to if you do.

Thank you!

Great updates! But I still see that one thing is missing or I don’t really find, is the list view in administrators is fundamental, what I mean is something similar to the table page, or I guess the table page is the list view for administrators…. This is an image of what I mean by the ‘List View’.

https://i.imgur.com/1pJTbvu.png

Many thanks, we are very glad you like them!! Yes, it’s a table design, you can use the examples showcased under the tables section to recreate with similar content. If you need any additional help, let us know.

ok thanks

Hey all! We just wanted to let you know that Dashmix 2.0 update just went live and comes packed with many new fresh pages, features and updates! All existing customers can download it for free from their downloads page. Changelog and update information can also be found in the updated documentation! :-)

2.0 Update – March 18, 2019

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! ;-)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey