Discussion on Elite Admin - Bootstrap 5 Dashboard template

Discussion on Elite Admin - Bootstrap 5 Dashboard template

By
Cart 5,772 sales
Well Documented

MARUTI supports this item

Supported

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

275 comments found.

Hello, how can I change the width of the sidebar menu? I need it to be 310px. thank you

hello,

how to validate select2 multiple selection with jqueryvalidation? jQueryvalidation cannot validate select2 plugins

kindly help pls

thank you

Well validation only work with the default select, while select2 is the another jquery plugin so it will not work with that validation, you have to write your own validation on that select2.

Thanks

ok thank you.

Hi

The horizontal-nav-fullwidth on reponsive hides the create new button.

Responsive: https://snipboard.io/sWAJGK.jpg Desktop https://snipboard.io/CIX6Sy.jpg

Any recomendation/ideas to show that button? Maybe just with the + icon.

Thanks!

Yes you can easily do that.

remove this class from that button : d-none d-lg-block

Thanks

Thanks for you answer. That option doesn’t looks good. Any other suggestion?

if you want only plus sign to show in mobile then make the text bteween create new and apply above classes to the span.

you have hospital, appointment booking full app or script with patient login ?

Well not like that, we have static html template and you can make it functional.

Thanks

Hi,

Is there a way to make the datatables responsive? When I view my site from a mobile device, I am unable to scroll horizontally. This means most of my data is cut off. Can you please help me resolve this issue? I have struggled with it for months now. I checked your demo and confirmed the tables did not scroll there too. Thanks in advance for your help.

Yes you can add table-responsive class with parent div and it will do horizontal scroll on mobile page so it will not cut off data.

Thanks

I have tried that and it is not working. I have tried everything with no success. Here is my code:

    <div class="row">
        <div class="col-md-12">
            <div class="card" style="background:#fff;">
                <div class="card-body" style="padding:0px">
                    <div class="table-responsive">
                        <table id="example23" class="display table table-hover table-striped table-bordered" cellspacing="0" width="100%">
                            <thead>
                                <tr>
                                    <th>Organization</th>
                                    <th>Customer</th>
                                    <th>Service Date</th>
                                    <th>Service</th>
                                    <th style="width:150px !important; max-width:150px !important;">Description</th>
                                    <th>Contractor</th>
                                    <th>Qty</th>
                                    <th>Total Earnings</th>
                                    <th>Contractor Earnings</th>
                                    <th>Taxes</th>
                                    <th>ASL Profit</th>
                                    <th>CART Profit</th>
                                </tr>
                            </thead>
                            <tbody></tbody>
                        </table>
                    </div>
                </div>
            </div>
        </div>
    </div>

put table-responsive class with the table tag:

Please let me know after that,

Hi, I want the assets folder inside the eliteadmin folder, but when I changed all the path location FROM ../assets TO assets/ some icons cannot be found because the icon path is looking for the outside assets folder. What is the solution for this? Thank you

You can run the apps from the localhost and check if still not working then check the fonts path if any error in console then rectify that.

Thanks

Hi, can a template easily be changed from a standard sidebar to a mini sidebar (ie collapsed by default)? Is it just a tweak in the template? Sorry couldn’t find in the documentation.

Hi, thanks for pointing me in the right direction. I have changed the var set = function bit at top and seems to work fine now. Cheers for your help!

Hi, thanks for that info.

Something else that our client has spotted is that when using a tablet, if he has the menu already expanded, then collapses it, then scrolls, the menu pops out again.

Said this was happening on: iPad Pro and also Samsung Galaxy Tab – Not tested any other tablets

Also send a little clip top show you it happening: https://imgur.com/HBzbWRt

Thanks Simon

Hi,

Thanks for the contact and sorry for the late reply, did you checked our demo? please email me on niravjoshi87@gmail.com if the same thing happening with our demo.

Thanks

hello, i am building a react application. Can i apply this theme to my application? I found this searching for react templates. There is a react starter kit demo but it doesn’t have all the elements of the main demo. So i am confused. I would be glad if you could help. thanks

Yes we have right now only starter kit available in react version, so all components are not available.

Thanks

I am unable to find the “Modern” demo version of the theme in the download i received. Can you point me to the correct location?

Hope you got my reply on mail, you can easily go to elite-bootstrap > modern demo folder.

Thanks

When i run npm install under the assets directory, getting lots of deperecated issuse and erorr also unable to create the node_module folder.

npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated – replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated ejs@0.8.8: Critical security bugs fixed in 2.5.5 npm WARN deprecated connect@2.12.0: connect 2.x series is deprecated npm WARN deprecated object-keys@0.2.0: Please update to the latest object-keys npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated uws@9.148.0: New code is available at github.com/uNetworking/uWebSockets.js npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. PS D:\xampp\htdocs\themetest\assets> npm install npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated – replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated ejs@0.8.8: Critical security bugs fixed in 2.5.5 npm WARN deprecated connect@2.12.0: connect 2.x series is deprecated npm WARN deprecated object-keys@0.2.0: Please update to the latest object-keys npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm WARN deprecated natives@1.1.6: This module relies on Node.js’s internals and will break at some point. Do not use it, and update to graceful-fs@4.x. npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated uws@9.148.0: New code is available at github.com/uNetworking/uWebSockets.js npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm ERR! code E404 npm ERR! 404 Not Found – GET https://registry.npmjs.org/jquery-asColorPicker-master – Not found npm ERR! 404 npm ERR! 404 ‘jquery-asColorPicker-master@^0.4.4’ is not in the npm registry. npm ERR! 404 Your package name is not valid, because npm ERR! 404 1. name can no longer contain capital letters npm ERR! 404 It was specified as a dependency of ‘assets’ npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Ravinesh Kumar\AppData\Roaming\npm-cache\_logs\2020-01-07T03_39_56_255Z-debug.log

hello,,, for mobile screen, (data tables) scroll not appear.. can you fix it?

Thanks for the contact,

Please add this css to your custom css:

.dataTables_wrapper { overflow: auto; }

and let me know via mail.

Thanks

thanks for your response, it’s work..

once more, search label is missing,

can you please share me screenshot on my mail?

in Form -> Form Wizards. At the end. Your alerts do not appear. I think they should update the URLs of the js as they point to ../sweetalert/ and it is not the route. now it’s ../sweetalert2/ and that’s why they should no longer use swal (”’) but Swal.fire ({});

http://eliteadmin.themedesigner.in/demos/bt4/eliteadmin/form-wizard.html

Okay thanks for notify the issue, we solved it. and update it also.

Thanks

Can you tell me how can add multi languages?

Our template is static html template, you can use i18 js for multiple language.

Thanks

version angular starter kit from live preview not match with download version

Please let me know what kind of difference you found? email me.

Our team has a question/issue:

Issue: When tabbing through the Elite Admin side bar template, focus on the menu item is lost.

Impact: Due to focus being lost when tabbing through the Elite Admin side bar template, our application does not pass 508 compliance testing.

Desired Result: When tabbing through the Elite Admin Side bar template, it’s important that the user be able to “see” where the focus is on a particular menu item at all times by either underlining, highlighting, placing a border around the menu item, etc.

Resolution: Is there a fix in the near future for this issue or a work around

Can you please let me know through team-viewer or screenshot to our email id?

Do you have a bootstrap 3 version of this?

Well, sorry we don’t have bootstrap 3 version.

Thanks

Hi, suggestion: You could look at that website. It has some components that are interesting. that you could add to your admin template. I would give it more variety. Thank you. http://webapplayers.com/inspinia_admin-v2.9.3/pdf_viewer.html

Sure we will add that in near future.

in update theme, table responsive not working, plz help

Can you please share a link so i can check.

Thanks

Hello,

Is this a html version? Do you have a php version?

Thanks!

Yes its a html version. we have one demo with basic php version which has only include header and footer.

Thanks

hi, is this theme have file manager page that allow me to manage files? if not do you have a plan to add it in your theme in the future? thanks.

Hi,

No this demo has not a file manager yet, right now we are developing angular, vue and react js demo, so its hard to add new pages so sorry about that we will add that in future after finish our to-do list.

Thanks

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