Discussion on HUD - Bootstrap 5 Admin Template

Discussion on HUD - Bootstrap 5 Admin Template

Cart 1,919 sales
Well Documented

SeanTheme supports this item

Supported

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

197 comments found.

Is there a class to remove the opacity on a card? Ive tried the bg-opacity class but it has no effect on the cards. Usage example class=”card bg-opacity-0 mb-2” and ive tried everything from 0-100 and nothing changes it. I tried it on the container div, card-body, card-header, etc

Hi,

All the available css class can be found via the helper page. https://seantheme.com/hud/helper.html

Best Regards, Sean.

Thanks for the help, ended up using bg-body (which is not listed but found it after un-minified the css)

Glad to hear that your issue was resolved.

Best Regards, Sean

hello,

a date range picker/calendar question is it possible to change the position of the days of the month and put them below the input field …. also to change the order of date format

kind regards Dimitri

Hi,

You may refer to their official documentation for more options.

https://www.daterangepicker.com/#config

Best Regards, Sean.

I’m trying to get typeahead working … I copy/pasted almost as it was on the sample pages but i can’t get it working ….

could you please give some extra clues on how the list with countries could be loaded

Hi,

Can you share the code that you have customised?

Best Regards, Sean.

sorry it looks like i posted twice :s

No problem

i don’t succeed in making typeahead work … it looks like it doesn’t get the list of variables that i put in the script can someone help me

Hi,

There is 3 unclosed in your page. Make sure your html tag is closed properly. You may try to move the input div before the breadcrumb.

Best Regards, Sean.

WOOOPIEEEEE !!!! it’s working …. i did not find the unclosed tag … but is followed your advice to put it above the breadcrumb …. where it was working …. and i went down step by step … and it worked at every place on the page … until i put it where it was …. where somehow it also worked…. but where the options where shown “behind the card” and i did not have a scroll bar … once i remarked that it was somehow solved and i changed the order of my form …. thanks for your help …. i will now try to create another “list of countries/values” coming from my database .... wish me luck :)

Glad to hear that your issue was resolved.

Best Regards, Sean.

Me again :) How do you change the z-index of the tooltips on the card full screen div? Yours is also loading behind the card expansion. If you expand a card to full screen and then mouse over the expand/collapse icon in the corner the tooltip loads behind it. I have this issue with any tooltip loaded inside that fullscreen div so i think a simple increase in z-index would situate that.

Hi,

You may add the following code in order to fulfil your needs

<style type=”text/css”> .card-expand .tooltip { —bs-tooltip-zindex: 9999; } </style>

Best Regards, Sean.

It seems ajax loaded content does not apply any of the data attributes (scroll bars, tooltips, etc) so i am wondering if you have an example of a working ajax implementation that i missed? Or a function such as init that can be called after ajax loaded content is in the dom so it can have all the data attributes applied to it

Hi,

Again, you should provide some screenshot / HTML code regarding your issue so that i know what issue that you are facing right now.

P.s any customisation is not within my support scope as well

Best Regards, Sean.

i have tried to avoid customizing your code entirely. Im not sure how a screenshot helps here though. The jump to logic simply breaks when you call the initComponent after the expand is loaded (via ajax complete method). The expand div contains a <nav> object (the same one you use on your settings page) and when you click on the nav links it is supposed to scroll up/down accordingly and doesn’t. It scrolls the background main window instead of the expand div that overlays the window. I removed the 2 ScrollToTop functions from the initComponent and made a initScrollTo function so those where not applied and this fixed the issue. I’ll just have to keep track of what all i modify (same with the tooltip zindex to fix that) so when i update i can fix these kind of things.

Hi,

You can inspect element and copy the HTML code (the content that you have load via ajax) and paste it to the site like https://pastebin.com/ and that will help the issue understanding from my side.

Regarding your issue, you might need to double check whether there have any duplicate id’s defined in your HTML code or not.

Best Regards, Sean.

Dears,

do you have the same theme with angular?

Hi,

Thank you for your comment and feedback. I will create a Angular version soon. Please stay tuned.

Best Regards, Sean.

I congratulate you on your template, I bought it for my software project. I would like to mention a possible problem in the table_plugins.html section. The Print and CSV buttons do not appear correctly on my mobile, they do not appear aligned, thanks

Hi,

Thank you for your comment and report. Regarding this issue, you may wrap the table with the table-responsive and text-nowrap which will solve the issue for mobile view.

div class=”table-responsive text-nowrap”

Best Regards, Sean.

Thanks, I’m using the demo to upload files, it gives me the error upload server currently unavailable. This issue is not reflected in the themeforest live preview. I only have Node.js installed and nothing else. Should I install or configure something else? Thanks for the help

Hi,

The demo file is only for demo purpose and it require live site domain to upload the file to //jquery-file-upload.appspot.com/. So it is normal to have the error upload server currently unavailable.

You may refer to the

FILE: /assets/js/demo/form-plugins.demo.min.js

LINE: 172

p.s you might need to have your own backend system to upload, save and return the uploaded image url and display on frontend

Best Regards, Sean.

Hello I am interested in purchasing a license for some of your UI/UX designs. In particular one of my clients is interested in the HUD Bootstrap 5 Admin Template. In order to create a prototype for their project in Figma I will need to recreate every single component which will be very time consuming and expensive for them. Do you by chance have a Figma design file? It would make my life 100X easier and I would be willing to pay extra if you can share them for this clients project upon purchase.

Thank you!

Hi,

Thank you for your comment and feedback. Unfortunately, i do not have the figma design file for this project.

Best Regards, Sean.

Are there any plans to make something styled for scroll bars? For example if you have cards inside a fixed height div and overflow auto set, the scrollbars really make it look awful when everything else looks nice.

Hi,

It depends on how you wish to configure the element. You may try the following code in the chat widget

remove the data-scrollbar=”true” data-height=”200px”

and try data-scrollbar=”true” data-wheel-propagation=”true”

Best Regards, Sean.

That does the same thing with the div, doesn’t show anything because there is no height set on it. It isnt inheriting the parent height but expecting an explicit height set i guess based on things in the scrollbar classes. I’ll try to see if i can do something with CSS to keep the scrollbar class and get it to work

Hi,

Did you try the attribute / example that i show in previous comment?

The core function is not rely on the height set on it. If you didn’t set the height for data-height, it will remain the default element height and will not set the height to 0px.

The first image is without the data-height attribute

https://ibb.co/sJYLKzF

The second image is when expand button has been clicked and window height is smaller than the content height

https://ibb.co/rsq815x

p.s you may share us some screenshot regarding the issue that you have right now

Best Regards, Sean.

The card-expand method, i would like to be able to ajax load content into it after clicking on it (settings for the card data as an example). Can you point me in the direction for the onclick of that which loads the existing card-body into the overlay, etc so i can look at redirecting that elsewhere.

Hi,

You may edit the following code for the card expand function

FILE: /src/app.js

LINE: 396

FUNCTION: handleCardAction

Best Regards, Sean.

i made a mistake, some people stole my files, how can i turn off this template? so others can’t use it

Hi,

There is no way to prevent other to use the template if they get the files. You just need to keep the license id to prove that you have the rights to use the template.

Best Regards, Sean.

Purchase code: 5cadc023-952e-48dd-b159-f2a1f19d741a

where is the rest of the documentation, things dealing with the grid layout, how set column widths, code to use for basic cards etc?

I asked this question over a week ago and still have not received a reply. My next step will be to instruct my bank to do a chargeback if I do not get support.

Craig

Why your style type=”text/css” has two double quote?

visual studio must have inserted the extra codes as I just copied your whole <style></style> section.

Anyway, removing the exta quotes solves the problem.

Thanks for your patience Sean

Glad to hear that the issue was resolved

Hello,

There is a problem with the countdown module, if there is less than 1 day left, the design breaks down and the hour, minute and second fields merge.

Regards.

Hi,

Thank you for your comment and report. Regarding your question, below is the quick fix for the issue.

FILE: /src/scss/pages/_coming_soon.scss

LINE: 48

CODE:

change from

& .countdown-show4 .countdown-section {

to

& .countdown-row .countdown-section {

Best Regards, Sean.

Full Widthmenu not opening or closing on full width page

Hi,

Thank you for your comment and feedback. Full width page sidebar is not included by default.

Best Regards, Sean

Is there a pos payment page?

Hi,

Nope. There is no payment page for pos ui.

Best Regards, Sean.

I wonder if there is a sample that provides a tree view form among the templates.

If not, I wonder if there is a plan to provide a component in the form of a tree view. I also wonder if there is a way to implement a tree view form.

Hi,

Thank you for your comment and feedback. I will try to include a tree view design in next version release.

Best Regards, Sean.

Is there an installation service?

Hi,

You might need to find some programmer on your side in order to install it into your own system.

Best Regards, Sean.

1cd4666f-6773-4c9a-8362-cba64a4e39bf how to Install??

Hi,

You may view the html files via /template_html/dist/index.html.

p.s this is a HTML template. You might need to have some programming knowledge in order to integrate it into your own backend system.

Best Regards, Sean.

Hi,

Please I need to know how to update this theme?

I used all files from ‘dist’ folder from HUD version 1.8 for my project.

I need a simple way. What files should I overwrite?

Regards

Hi,

You just need to replace the following folder will do.

/assets/css /assets/js /assets/plugins

Best Regards, Sean.

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