197 comments found.
Hello,
I try to put an analytics table (analytics.html) on any other page, but I get blank.
Could you send me a code so that I can put a table, for example the 1st one that appears in the analytics.html section.
The code is this: however, when you paste it on any other page, it appears blank.
<!Hi,
You might need to add javascript to render the chart that you want. https://seantheme.com/hud/chart_js.htmlp.s demo / sample chart js can be found via /assets/js/analytics.demo.js
Best Regards, Sean.
I downloaded your project as html, but it was written using gulp and I don’t know how to set it up. I want to request a refund or I want the html version directly
Sorry ///dist I wish I took good care of it great design thanks
Hi,
Glad to hear that your issue was resolved.
Best Regards, Sean.
How can I set the color/theme selector widget hidden by default ? it is showing every time I reload the page. I don’t want to bother with cookies, I just want a way around where the widget default position is hidden and its button remain at working state
Hi,
You may comment out the cookie function in app.js which will prevent the widget expand.
Best Regards, Sean.
At your live demo, the Theme color side panel appears always at the right side. It’s a bit annoying to hide it each time I visit a page. Could you hide it by default, please? Thanks. Best regards.
Do you have a page where future updates can be voted? Could we see your future updates? Best regards.
Hi,
If your browser support browser cookies, it should be able to save the theme panel stat (open / close).
Best Regards, Sean.
I use Google Chrome. It should be activated by default. I enabled cookies from third parties (pages) but it doesn’t work.
Hi,
Unfortunately, the demo site cookies is working fine on our side.
OR you can view it from your downloaded folder. (it is exactly same like the demo site) /template_html/dist/
Best Regards, Sean.
I bought Your HUD template on wrapbootstrap, You removed the product there. Does it mean that I won’t get updates ?
Hi,
Yeah. Due to some Wrapbootstrap support issue, i decided to remove jt from there.
Best Regards, Sean.
Please can i include this dashboard to my Wordpress website , also how compatible is this for mobile view
Hi,
Unfortunately, this template is not for wordpress site.
Best Regards, Sean.
Hello, I’m trying to dress up the html5 I bought from you on an asp.net web form. It gives a type script error during compilation. Could you help ?
Hi,
Can you share some error message or screenshot regarding the issue that you are facing right now?
Best Regards, Sean.
can you help me add a cookie to save the background the user chooses?
Hi,
You may use the current js cookie named (app-theme-cover) which will automatically append the class to the tag for the bg-cover
Best Regards, Sean.
how does it show background option https://luuanhfree89.blogspot.com/2022/06/hub-sp.html
Hi,
Because of themeforest doesn’t allow to include the theme selector in production code, so i removed it from the /dist files.
You may copy over the code from /src/html/partial/theme-panel.html and paste it into the html file that you want.
Best Regards, Sean.
thank you very much
how to use app-theme-cover with cookie bro?
Hi,
You may refer to the documentation for how to use / change the theme cover
https://seantheme.com/hud/documentation/index.html#pageThemeCoverBest Regards, Sean.
Hi, Senior,
I want to but HUD Bootstrap 5 Admin Template. is it support light color at same time dark theme ?
Please help me.
Hi,
Yeah. You may use the predefined css class like text-dark and bg-white to have the light background with black text color.
Best Regards, Sean.
how to automate the active in div class=menu-item Thank you
Hi,
You might need to have your own backend to detect the current route and append the active class to the menu item.
Best Regards, Sean.
<script> window.onload = function() { ‘use strict’; var url = location; </script>
if (url "https://xxxxxxxxxl.cl/inicio") {
$("#iniciohome").addClass("active");
} {
$("#emma div a").each(function() {
if (url this.href) {
console.log(this.href);
}
};
$(this).parent(".menu-item").addClass("active");
});
$(this)
.parent(".menu-item")
.parent(".menu-submenu")
.parent(".menu-item")
.addClass("active");
}
Glad to hear that you solve the issue
table_plugins.html not work for asc or desc and page
Hi,
Can you share some screenshot regarding your issue?
Best Regards, Sean.
As I’m almost ready to buy HUD template, I would like to ask you if the typeface used is Unicode and if support Greek characters. Thanks
Hi,
Unfortunately, the google font that used in this template (chakra petch) is not support Greek characters.
https://fonts.google.com/specimen/Chakra+Petch#standard-stylesYou might need to change the google font if you wish to support Greek characters.
Best Regards, Sean.
Hi Does this theme supports RTL?
If yes. please let me know the setting as i dont see anything related to rtl in settings
Hi,
Yeah, you may switch on the RTL mode by changing the scss variable from
FILE: /src/scss/_variables.scss
LINE: 118
CODE: $enable-rtl: true !default;
p.s after changing the variable, you might need to run the gulp command in order to generate new app.min.css with rtl settings.
Best Regards, Sean.
does it support RTL?
Yeah, it support RTL
Hi, is it possible to use it with a crud code? So I dont have to code all the way myself? Hope to hear. Thank you for the great template.
Hi,
Yeah, you may do so BUT you still need to customise it in order to fit into your crud code.
Best Regards, Sean.
Hello! This template is so beautiful. Will I be able to use it with Electron js?
Hi,
Thank you for your comment and feedback. Yeah, as long as you include the required css / js file, that should be no problem to integrate it into electron js.
Best Regards, Sean.
hello, is there including figma design systems?. Thanks
Hi,
There is no figma / photoshop file included in this template.
Best Regards, Sean.
Hey, I just checked on your demo – you might want to have a look at the export of charts for apexcharts. It should be dark mode but is exported in light mode. This is not a huge issue, but it should not influence, if one wants to buy your theme and should be easy to fix, if I’m not mistaken. 
I bought it anyway and am looking forward to what I can do with it.
One feature request would be to show the theme with a neutral background in your demo, because I’m thinking about making it a bluish color or gradient instead of a picture.
Great work!
Best regards, Jonas
Thank you for your comment and feedback. Yeah, I’m customise the plugin styling based on the default mode. So that user do not need to enter switch to the dark mode on the plugins options.
In the Card elements, How can I remove the thin top/bottom/left/right borders but leave the corners. I want to add a slightly transparent background to the card so it has a bit more opacity than the background, but leave out the borders.
Similarly, to have a slightly transparent background, is it best to update the .card class in `styles/ui/_card.scss` by adding a background color of say `#00000035` or is there a better way to use predefined colors for that?
Hi,
You may change the /ui/_card.scss
LINE: 81 & 90 CODE: top / left / right / bottom to 0px
and you may add bg class like bg-white bg-opacity-50 to the card element.
Best Regards, Sean.