83 comments found.
Got an invoice generator feature?
Hi,
Nope. The template doesn’t include any backend functionality.
Best Regards, Sean.
It doesnt need a backend
Hi,
Yeah, you may generate it via frontend plugins as well, but most of the invoice need to pull data from database and generate an invoice in pdf format.
Best Regards, Sean.
hello, I made a purchase of a product I didn’t need, I bought the asp.net version, and the one I needed was html, please can you help me by telling me how to make the change
Thanks a lot
Hi,
Envato allow buyer to cancel / get a fully refund for their purchase IF the buyer has paid and still NOT click the download button.
or else you are not be able to change / refund it.
Best Regards, Sean.
Hello. I purchased Dastone Admin & Dashboard. According to the demo pages, there is a dark theme capability. How do I implement the dark theme?
Hi,
You may add the dark-mode css class to the html tag. e.g
<html class=”dark-mode”>
Best Regards, Sean.
Hi Sean. I’m not finding a class named “dark-mode”. I did find “dark-sidenav” and “dark-sidebar”. Any suggestions?
Hi,
Can you explain more detail regarding your question?
1. This is HUD admin, but not Dastone Admin. Did you really ask the correct author of the template?
2. The dark mode can be applied on any element. E.g you can add it into the app-sidebar as well.
Best Regards, Sean.
How can I reach the Dastone support author? It’s not straight forward on the Envato site. Thanks!
Hi,
You may use the search tools in themeforest and enter the keywords for dastone.
Best Regards, Sean.
Hi.what is the closest font available with Cyrillic support
Hi,
Unfortunately, i have no idea what is the closest font with Cyrillic support
Best Regards, Sean.
Hi Sean! Found an issue with mobile view. When zooming in and out app crashes. Here is the link to a screen capture video https://youtube.com/shorts/7t5XPXsdehw
Hi,
Thank you for your comment and feedback. This issue occur because of the browser can’t handle the continued redraw / repaint background. This can be solved by adding in the viewport setting which prevent user to zoom in / out.
<meta content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no” name=”viewport” />
Best Regards, Sean.
Thanks for prompt reply! This sound more like a workaround. Is there a way to disable redraw / reprint of the background on zoom?
Hi,
Unfortunately, we can’t disable it as it is how the browser works.
Best Regards, Sean.
Sorry, but I have a feeling that this is some component/scripting issue. For example on this template zoom works fine and doesn’t kill the app https://seantheme.com/color-admin/admin/html/index_v3.html.
Hi,
This is because different type / complexity of background image used in the template. HUD used 2 layer of background image to create the futuristic look and feel for the template BUT color admin is using pure color code as background.
Best Regards, Sean.
why can not download updated ver 1.7 from 1.3?
Hi,
For your information, the latest version HUD .net core will be v1.3
Best Regards, Sean.
Hi, I’m unsure how the contact form works through my profile, so I post my question here too.
Sean, I saw that .NET 6 template on your website is at version 1.3 and was last updated yesterday. Is the purchased license for 1.2 will get 1.3 updates? Will the 1.3 version be uploaded to envatomarket?
Hi,
Yeah, the new version is under review and will be published soon.
Best Regards, Sean.
Thanks for response!
I noticed an issue in template_asp project that scroll to top button not getting ‘show` class assigned when you scroll down. On your sample page it works though https://seantheme.com/hud-asp/widgets.html.
Hi,
Thank you for your comment and feedback. You may change the following code which will solve the issue
FILE: /Views/Shared/_Layout.cshtml
LINE: 40&47
CODE: data-click=”scroll-top”
to
data-toggle=”scroll-to-top”
Best Regards, Sean.
Problem is that in project’s _Layout.cshtml scroll to top is missing data-toggle=”scroll-to-top”
Hi,
What i mean is change the code (data attribute)
from data-click=”scroll-top”
to data-toggle=”scroll-to-top”
which will solve the issue.
Best Regards, Sean.
Thanks!
Another thing I noticed is usage of perfect scroll bar, it only works on this page https://seantheme.com/hud/layout_full_height.html. On other pages it defaults to regular scrollbar.
Hi,
For perfect scrollbar, you might need to define the height attribute in order to use it. For full height page, it already defined has 100% height.
e.g
<div data-scrollbar=”true” data-height=”200px”> ... </div>
Best Regards, Sean.
Just to clarify, on this page for example https://seantheme.com/hud-asp/index.html and this one https://seantheme.com/hud/analytics.html – it displays default scroll. For my monitor index doesn’t fit full screen, is that possible to replace perfect scroll instead of default one? Analytics, from the other hand fits full screen but scroll is still displayed. If I resize the page it disappears at some point.
Hi,
For your information, perfect scrollbar is only used for desktop view. For mobile view, it will fall into the default window scrollbar. If you wish to replace it with the default scrollbar, you may edit the generateScrollbar function in app.js.
Best Regards, Sean.
Sorry, I think I was not clear. I’m on a desktop and I have an issue with a default scroll bar. It is not getting replaced with a perfect scrollbar and for example, for this page, it is shown even though it fits the full-screen https://seantheme.com/hud/analytics.html.
So I have 2 questions: 1. How to replace/fix perfect scrollbar on this page https://seantheme.com/hud-asp/index.html? 2. How to remove default scrollbar if content fits the scene completely like on this page https://seantheme.com/hud/analytics.html?
Hi,
For your information, the analytics.html and index.html is not using perfect scrollbar. If you wish to use the perfect scrollbar in the content section, you might need to add the following code
<div id=”app” class=”app app-content-full-height”> </div>
<div id="content" class="app-content p-0">
<div class="app-content-inner-padding" data-scrollbar="true" data-height="100%" data-skip-mobile="true">
-- content here --
</div>
</div>
Best Regards, Sean.
Yep, that’s what I figured:
I’ve added setting the variables for specific views by: @{ ViewData[“Title”] = “Analytics”; ViewData[“AppClass”] = “app-content-full-height”; ViewData[“AppContentClass”] = “p-0”; }
And wrapped code view in ...
The remaining problem with the Analytics view is that it fits the screen but the scrollbar is still there (if I pop up dev tools in Chrome, for example, screen resizes and the scroll bar is no longer there).
How could I fix that?
Hi,
You may try to add some script after page load.
E.g
$(window).on(‘load’, function() { $(window).trigger(‘resize’); });
Best Regards, Sean.
Just wanted to say thank you for all your help and support!
Triggering resize didn’t help. I think this may be the issue with masonry plugin. I noticed that at different windows sized this div changes height and scroll bar appears:
Hi,
You may try to trigger some perfect scrollbar event (update) after the masonry plugins has been loaded.
Best Regards, Sean.
How do I add my own css file? I would like to add a css file with my code for new things.
I’d also like to modify theme styles to suit my needs, but I’ve seen that if I modify, for example, the “_card.scss” file to add a background color to ”.card-arrow” it doesn’t add that style.
What am I missing?
Thank you very much! The template is great ^^
Hi.
If you wish to change the border color for card-arrow, you may change the bootstrap variable in
FILE: _card.scss
CODE: var(—bs-border-color)
Best Regards, Sean.
Dear,
congratulations on the theme! Is a light version also available?
thank you in advance, Piero
Hi,
Thank you for your comment and feedback. Unfortunately light version is not available at this moment yet.
Best Regards, Sean.
Hi,
Pretty sure I asked, but since I haven’t heard back figured maybe I’m mistaken.
In a nutshell, how do I get rid of the loading bar and spinner right under the header? (I can’t make it stop “loading”...so figured just ditch it)
Cheers, Nico
Hi,
I do have reply your comment in your previous comment. Do try it out the following solution.
For pace plugin, have you copy over the code in
FILE: /Views/Shared/_Layout.cshtml
LINE: 63 – 67
<script> window.paceOptions = { ajax: { ignoreURLs: [‘mainHub’, ‘__browserLink’, ‘browserLinkSignalR’], trackWebSockets: false } }; </script>
OR if you wish to remove the pace plugin, you may comment out the following code
FILE: /HudAsp/gulpfile.js
LINE: 18, 127
after comment out the code, you might need to run the “gulp” command to regenerate new vendor.min.js
Best Regards, Sean.
Hi,
Is it possible to get rid of the loader bar and spinner (just under the header)?
The reason for asking is mine never stops “loading” and it just makes it look weird. Gave up trying to figure out why. (using asp.net 6 razor pages, but seen the same in an MVC app. copied over wwwroot folder content and same for layout/header/footer/sidebar)
Hi,
For pace plugin, have you copy over the code in
FILE: /Views/Shared/_Layout.cshtml
LINE: 63 – 67
<script> window.paceOptions = { ajax: { ignoreURLs: [‘mainHub’, ‘__browserLink’, ‘browserLinkSignalR’], trackWebSockets: false } }; </script>
OR if you wish to remove the pace plugin, you may comment out the following code
FILE: /HudAsp/gulpfile.js
LINE: 18, 127
after comment out the code, you might need to run the “gulp” command to regenerate new vendor.min.js
Best Regards, Sean.
Hello, with visual studio 2019 continues to give me error in opening, with which editor can I open it? Thank you
Hi,
For .net 6.0, you might need to open it in visual studio 2022 / 2022 pre.
Best Regards, Sean.
Hi, is there a VB Net version?
Hi,
Nope. This is for .NET Core MVC version.
Best Regards, Sean.
Hi I just downloaded your .net Core 6.0 MVC admin Template and it seems to be missing file/folders or other projects that would make up the razor/mvc pages.
Please let me know what I may be missing here.
thanks ~jack
seems I did not wait long enough for the files to be extracted …. all is good…
Glad to hear that
Hello! First of all congratulations for your work!!
I’m starting a .Net Core project based on this template. and I’ve run into a problem: In Mobile Landscape, the sidebar menu does not work. It appears disabled. In your public demo page, works fine, but with the downloaded template-asp doesn’t work. Could you review it and help me with the problem?
Thanks and Greetings!! Daniel.
Hi,
Thank you for your comment and report. Regarding the issue that you are facing right now. Below is the quick fix.
FILE: /View/Shared/_Sidebar.cshtml
LINE: 102
CODE:
move this outside of the sidebar div.
<button class=”app-sidebar-mobile-backdrop” data-toggle-target=”.app” data-toggle-class=”app-sidebar-mobile-toggled”></button>
Best Regards, Sean.
Great!!!! Thanks a lot!!!!
what is the difference between “HUD – .NET Core 6.0 MVC Admin Template” and “HUD – Bootstrap 5 Admin Template”?
Is it just that one installs like a visual studio project template?
Also do you happen to know if this theme plays nicely with Blazor or would it need a lot of javascript changes?
Thank you!
Hi,
The difference between two template is one is rendering pure html file by using gulp and another is having the setup for .net core 6.0 mvc with visual studio project.
P.s i have not tested yet this template with blazor configuration. As long as you include the required css and js file, it should be not a problem to integrate with blazor .net core.
Best Regards, Sean.
Добрый день! У меня проблемка. Я купил шаблон HUD – .NET Core 6.0 MVC Admin Template случайно Мне нужен был другой вот этот HUD – Bootstrap 5 Admin Template
Подскажите что можно сделать?
Hi,
You may purchase the HTML version and request refund for .NET version.
Best Regards, Sean.
Как запросить возврат?
Hi,
Here is the request refund form.
https://themeforest.net/refund_requests/newYou may enter the license id for new purchased HTML version in the “Describe your request” field.
Best Regards, Sean.
Thank you 
Hello,
I make an mistake and i purchased the NET version in place of HTML version… can you please cancel the license for NET and replace it with HTML version?
Thank you!
Hi,
You may request for refund and then re purchase the HTML version will do.
Best Regards, Sean.
Ok, i will do it now. Thank you!
Congratulations! Nice Work, GLWS 
Thank you 