Discussion on Dasho Bootstrap Admin Template

Discussion on Dasho Bootstrap Admin Template

Cart 106 sales

phoenixcoded does not currently provide support for this item.

13 comments found.

Written July 14, 2024

Great theme.

But there are big errors in the theme which can probably be corrected with some path issue corrections from the developer.

Further the documentation on this download on the Codecanyon web page is in error because the new version in July 2024 is based ON BOOTSTRAP 5, not Bootstrap 4 as the Codecanyon website sidebar says: Compatible With Bootstrap 4.x

To my knowledge, BS4 and BS5 are not compatible as BS5 has breaking changes with a BS4 website design. It’s close, but no cigar here.

But most importantly for new purchasers, as of July 2024, I would not buy this theme unless the developer fixes the SCSS file errors because you will not be able to compile any custom CSS to the theme as the SCSS files have many path errors.

Therefore if you plan to do easier site-wide color theme changes through SCSS, you will not be able to do it if you use a compiler like Koala. You will have to do old school hierarchical overrides by building your own CSS file to override existing CSS in the theme, or manually change the CSS. Time consuming and not good for any updates you may have and hard to track and debug.

To the developer, to confirm what I’m saying do your own a SCSS dump and compile it yourself from the downloaded files here on Code Canyon. Don’t compile it from your own files on your personal PC or Mac because ALL YOUR PATHS THERE WILL BE CORRECT and in place with YOUR LOCAL FILES. So, use this download that you’ve uploaded to Code Canyon and compile it on a virgin computer that did not compile this upload AND MOST IMPORTANTLY DOES NOT HAVE NODE in place, because that’s where some of the files are located. So, if someone doesn’t have those files or doesn’t use NODE, (like most of the web and websites online), they are hosed trying to compile the final CSS file.

I thought it may have been only a handful of path errors and started compiling it and fixing some path issues but to no avail. There were mixins undefined and variables not found. After doing Diffs and comparison of the BS4 downloads and the previous versions and spending a decent amount of time on this, the files and paths are not the same and there are additional variable SCSS files. _bootstrap-variables is an offending file, and there is also a couple of others. Here are a couple of them:

@import ‘node_modules/bootstrap/scss/functions’;

@import ‘node_modules/bootstrap/scss/variables’;

This is a good theme in general if the developer fixes the SCSS / CSS issues.. The core files, code and documentation is good. I have built an Ajax version of the theme with a decent amount of work and have it running from a database dynamically along with full Ajax navigation systems, so almost the entire theme runs as a one page web application rather than single HTML files loaded with page reloads..

Developer, if you manage to fix the compiling issues with the SCSS files,can you reply back to this post if and when you’ve done it. I am not going to try and fix them because it’s not worth going on the upgrade train from BS4 to BS5.

It is a good theme and you have done a great job with it. My comments were not criticizing you, but to help others know that there were a couple of files missing that could make it work in full.

It is not much work to include the correct paths to the SCSS files that are on your computer but were not included in BS5 version. It could mean just cutting and pasting those files into a folder that is with the path structure where the CSS files are located. You already build code well with paths that are correct, so I’m pretty certain that’s all this is going to take to make it work. I looked over the entire structure of the site with a Diff comparison tool and have seen the changes you’ve done. I wanted to know what might be involved shifting from BS4 to BS5.

I have already given you much direction where to look at these two files.

1. @import ‘node_modules/bootstrap/scss/functions’;

2. @import ‘node_modules/bootstrap/scss/variables’;

There could be a couple of more files too, but these two files were flagging the compiler and so it stopped compiling until those files are included.

It could be just making the paths correct and including them in the download to make the SCSS files compile to a workable CSS file where the site colors can be adjusted and a user's own SCSS files can be included and exported. .

I need no help or support. I have the capabilities to handle any aspect of the site, but I can’t efficiently guess and build a bunch of theoretical mixins and variables that are missing in files that you have on your local machine in your node modules folder.

I built your HTML template into a workable Ajax single page application and it was no trivial task. I kept your menu structure somewhat, but rewrote the Javascript to make it flow with Ajax loads. It took quite a lot of time to go through your Javasicript files to get that going. This should tell you enough that I need no support. Plus, I have given the site a substantial change in look somewhat that you would probably not immediately know it is a Dasho template without looking at code. And with my other changes, it is now a mix of Dasho and my owns build. I have revamped the Uppy uploads script, added user galleries, a second upload script tool, changed and modified plugins, added plugins, wrote my own stuff too and updated some plugins.

After doing all this I imported my own BS4 _variables.scss file to your default base BS5 version and tested your BS5 base installation to see how much work I was going to have to do to make it dance. Surprisingly, the BS5 version with my BS4 _variables.scss file from the previous version alone almost worked on the fly with hardly any changes needed. I just can’t manipulate the colors and other SCSS files I wrote effectively.without you including the missing SCSS files intended in your download.

I do hope you can just look at the two files and any other required SCSS files and shift them into the correct folders. That is not a ton to do and I have no previous support requests. I almost never request support for a product and just fix stuff on my own with any developer. If I contact a developer, it is about a coding error and fix, or to notify them that they are missing some files like this situation. Thank you.

Cheers.

Sorry, I posted the same message twice because the form fluked when I tried to post my reply.

I got the SCSS files to compile into CSS and the site working with a chunk of my design changes.

If anyone is interested you will need to obtain the source code from bootstrap on Github. I will not put the correct Bootstrap version in this post here because that may change in the future from this developer in the download file.

But basically look at the version of Bootstrap and download the source for the correct version. It is important for you to do the exact version down to the correct point number in the file name Ex: 5.X.X

After doing this, depending on your SASS compiler, you can have some error messages that are unrelated to the Dasho code and are due to Bootstrap when you compile the Bootstrap SCSS files..

If you have an error message that has this portion of text in the error message: error compiling var(—#{$prefix}success-rgb…......

Then you may want to take a look at this thread: https://github.com/twbs/bootstrap/issues/34693

Various compilers can have an issue with some of the code inside of Bootstrap version: 5.X.X The thread link to Github above goes over the issue because it’s a common problem. I won’t rehash it here. Just read the thread. You will probably find a compiler that will execute without errors.

With respect to the SCSS files built by the developer. There are a few undefined variables that you may have to fix yourself. It isn’t hard if you read the error messages. I can’t recall how many there were, but not too many.

The “landing page” scss was where most of them are. One of them was the $dark variable as a background color. This variable is not in the _variables.scss file provided by the developer. So, you will have to select a hex color value for the dark background on the landing page. There are a few others to deal with, but not many. To the developer, if you decide to fix those, the paragraph above is to help you. But, you would probably figure it out on your own. ;-)

After you fix these variables, the CSS should compile without issues and the site should fly with your CSS changes that you’ve made in your _variables.scss file.

I used many of the changes I did on the BS4 version of this site inside the newer BS5 version and it worked out of the box.  I haven't searched every page, but I've gone through about 25 of them and it works.    I am not going to tackle my extensive SCSS changes and customization that I have done immediately because it will take some time to unfold them into the new BS5 site, but the base site seems to work after recompiling the files.  I expect there may be some errors popping up, but the site is pretty workable for anyone that wants to move to BS5 from their previously modified BS4 version of Dasho.

Cheers and good luck. And I hope the developer takes note of the info above and includes the bootstrap files in a fresh download.

Bye.

Select2 plugin is not working in expanded card

add below snippet in your custom css file

.select2-container.select2-container--open{ z-index: 100000; } .card.full-card .card-body{ overflow-y: auto; }

Hi,

Thanks a lot!

Select 2 and Card Maximized working fine.

keeping the card in maximized (full-card), when we resize/zoom the browser the card is not resizing. Kindly check this too.

In data tables how to show the sort asc/desc icons and how to change the position of page length to right side and search to left side. Html buttons also to right side

Hello,

Please add this css code in your file

div.dataTables_wrapper>div.row:nth-child(1)>div:nth-child(1){ order:2; } div.dataTables_wrapper>div.row:nth-child(1)>div:nth-child(2){ order:1; } div.dataTables_wrapper>div.row:nth-child(1)>div:nth-child(1)>div{ text-align: right; } div.dataTables_wrapper>div.row:nth-child(1)>div:nth-child(2)>div{ text-align: left; } div.dataTables_wrapper>div.row:nth-child(1)>div:nth-child(2)>div>label{ float:none; } .dataTables_wrapper .dt-buttons.btn-group{ margin: 0 0 0 auto; display: table; }

Hi! Do you have XD or Figma file? Thanks

Sorry, we don’t have any design files.

Congratulation, Best of Luck With Sales :)

Hello Sir,

good day. I observed that when using jquery validation the position of error message is not near the bottom of select, whereas in the input is quite ok.

kindly check your email as your reference.

thank you

hello sir, any update for the issue i raised? thank you

hello sir, I am facing another issue, when I use touchspin inside repeater the buttons for up/down does not show. it simply show the input without appending the buttons.

kindly test on your side to recreate the issue pls,

thank you

Please check your email.

Do you have installed select2 plugin in this template?

Yes, we have select2 plugins integrated.

http://html.phoenixcoded.net/dasho/bootstrap/default/form2_select2.html

You can find it here – forms plugins->select->select2

just for ref- https://we.tl/t-jDOPigKfYi

Thank You

Rakesh

Thank you

Your http://html.phoenixcoded.net/dasho/bootstrap/default/auth-signup1.html page is broken and login page for login 1.

Please fix this and I will buy it.

Hello,

First of all thank you for your interest in Dasho template

The page you are talking about is not broken.

If you fill up the password there the Image will auto restore.

It is just the functionality.

Please check this video for more info

https://we.tl/t-qPLwa29yKr

Thank You & wish you happy to purchase dasho.

- Rakesh

Hello,

May I know when do you plan to purchase the Dasho? Please buy it ASAP because soon price will be increase.

Thank You

Rakesh

hello,

i just purchase your product. it is so nice. but now I have a question regarding the sidebar menu. by default the sidebar is visible, when I try to close/hide the side by pressing the burger button it simply replaces the burger button with a cancel button, it does not hide immediately. it only hides when I leave the sidebar. can we correct this? supposedly when I click the burger it will display/hide the sidebar, but your is behaving differently.

also, i observed when in mobile version there is no way to hide the sidebar once it is shown. there is something wrong.

Looking forward from you to correct this issue.

thank you

Your welcome. If you love our template then please give us review too.

Thank You for choosing us

You got 5 stars from me, you deserve it

Really appreciate.

Hi there,

the template looks great. I would love to buy it.

I have one question before: Can I install a switch on the website so that the customer can switch from light to dark design?

The demo has its own popup with many options for it. But I only want to offer the dark mode.

Yes, you can do that.

I wish you happy to purchase our product.

Thank You

Rakesh

Great .. THX for the fast answer :)

Nice work, GLWS :)

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