Discussion on Bucket Admin Bootstrap 3 Responsive Flat Dashboard HTML Template

Discussion on Bucket Admin Bootstrap 3 Responsive Flat Dashboard HTML Template

Cart 3,109 sales
Well Documented

ThemeBucket supports this item

Supported

366 comments found.

hi, Nice work.

I have an issue with datetime picker. It is always showing the calender behind when i add datetimepicker in a popup control. Can you please help me with this.

Thanks

We did not get your point. What do you actually want? We did not get how 2 times click is require to open left bar? It is opening by 1 time click.

when you go to http://preview.themebucket.net/?item=bucketadmin and open the right slide bar then when you try to open left slide bar at that time it will first close right slide bar and then in the second click it will open left slide bar. I want to do this in a single click. I think you are getting my point now.

Thanks

Got your point. Sorry we did not this option there. And right now it is not possible to make it there. If you want then you have to make it yourself. Thanks

Hi, very impressive theme. We are trying to use the right side bar to display some messages and needed to increase the width. without impacting the visual effect of pushing content when opened, How do we increase the width of right side bar ?

Appreciate your help.

Yes you can increase the right side bar width. Please go to style.css line no. 323 where have “margin-right: 240px;” change the value what you need. for example we need 260px then css code will be

.merge-header { margin-right: 260px; }

and go to line no. 741 and change the right negative value and width. as our example expected value is 260px so css will be

.right-sidebar { right: -260px; width: 260px; .... }

thx

Thanks for the quick reply. It worked. I had to set open-right-panel as well.

Glad that it worked :)

By the way, we would appreciate an honest rating if you can spare a minute or two. have a good day.

I added the bootstrap fileupload CSS and Javascript. I then copied/pasted your file upload with preview image html. When I click remove, I get the following:

Uncaught TypeError: Cannot read property ‘msie’ of undefined

Please help.

Hi,

Please include jquery migrate immediately after jquery

<script src='http://code.jquery.com/jquery-migrate-1.2.1.min.js' type='text/javascript'></script>

Hi,

I’ll take the opportunity to thank you for your amazing work. I have few feature request for this theme.

1. Complete Chat interface ( Group & 121 )

2. Want update via GIT ( Don’t like to download all file’s everytime )

Please let me know is that possible to add a theme footer & fix the vector map click event error (vactor_map.html) in your next update.

Thank you!

Thanks for your request. But we don’t have any plan to implement chat module in this product.

Actually i was mean that something like http://thevectorlab.net/flatlab/lobby.html

Thanks for your suggestion. In future update may be we will think about it.

thx

Doesn’t has this theme a footer??

Yes we have a footer sample in the following page: http://bucketadmin.themebucket.net/horizontal_menu.html you can use this footer section in all pages.

thanks

Hi – I tried loading the live preview on my iOS 7 device and all I see is a lightning bolt in a red box. Nothing else happens.

Hi! Great theme! I have some bugs though:

- when using an horizontal top menu, when the browser is resized to extra small, (1) with only 5 menu items, the menu div goes down very early and sits on top of the body content (in this case it is on top of the first box title); (2) the bars icon which triggers the menu doesn’t stay fixed on top, and disappears when scrolling.

- when using tooltips in button groups, when you hover a button, it loses the round corners

- when using Select2 Multi-value select whitin a form, the style doesn’t match that of the other inputs (even if I put “form-control” class in the select I get the default select2 over the form-control input)

I hope I was clear enough…

Thank you!

Hi, we checked your issues and following is the answer.

1. horizontal top menu issue: please go to style-responsive.css line no. 83 and line no.259 edit position “relative” to “fixed” and add right:10px;

2. tooltips in button groups issue: we checked it but not found any round corners issues. Its working fine here.

3. Select2 Multi-value select issue: we didn’t styled it. now it has default style. But if you want to change the default style then you have to edit “select2.css”. N.B: we have a plan to change the default style to our own style in next release. So you can keep patients till then.

thx

Thank you for your reply.

Regarding the tooltips in button groups issue, you can see it here http://snag.gy/lcT3l.jpg

I’m using Chrome’s latest version on Mac, but on Firefox is the same.

Thank you!

Can you please give your link so that we can solve it quickly.

thx

Hello, there’s any way to change the admin color?

Thanks for your comments. Yes here have theme customize css. You can check theme.html Here have theme switcher please see this http://grab.by/uWm4 link. click red mark icon then a theme switcher will appear. You can select theme here. Still we are woking on theme thats why we did not published it. Still we are working on sidebar color. If you want to change sidebar color then you have to make it by yourself or you have to wait 1 week. Next will we will publish complete theme . Thanks

Thanks !!

Hi! Thanks for such an awesome theme. I am having problem with sidebars toggle, left and right both. They are not working. These are the errors

Uncaught TypeError: Cannot call method ‘getContext’ of null gauge.js:446 Uncaught TypeError: Cannot call method ‘replace’ of undefined jquery.flot.js:740

Its OK! Its Solved.

Glad that it’s working

I searched but it seems no one has reported this issues. There’s alignment issues on Android (I have yet to test iOS). On portrait mode. Here have a look:

What do we do?

There’s no alignment issues. We aligned it this way.

thx

We got an email with a new update, but the website doesn’t say what’s new :-)

We have given an emergency updated where we refactored files folder structure, JS structure, added typography page, Fixed invoice print issue. Now this template is more easy to use and more easy to develop. Still we are working more update :) thanks

hope you can update the change log soon. Thanks for your fast reply

Change log updated.

thx

Great theme!!, Ruby on Rails applications supported?

thanks

This is plain frontend with all the necessary HTML, CSS, JS and Images and you can literally use it with any backend

Hi, Please Navigate the Extra -> Profile -> Contacts Tab and try to drag the location map. It shouldn’t be reload the map after Drag n Drop.

Hope so small to fix.

Thanks for the message. Much appreciated.

Hi,

Some bugs:

I found that if you use tabs and horizontal menu you get rounded effect on hover tab (And different colors)

- Pagination active is bootstrap default blue.

Can you please send us screen shot or link to check it out.

thx

Please go to style.css line no 2907 to 2927 replace the following code. hope solved your problem.

.tab-bg-dark-navy-blue { background:#e0e1e7 !important; border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-bottom:none; } .tab-bg-dark-navy-blue li a:hover, .tab-bg-dark-navy-blue li.active a { border-radius: 0 !important; background: #fff !important; color: #1FB5AD !important; } .panel-heading .nav>li>a,.panel-heading .nav>li.active>a,.panel-heading .nav>li.active>a:hover,.panel-heading .nav>li.active>a:focus { border-width:0; border-radius:0; } .panel-heading .nav>li>a { color:#898989; } .panel-heading .nav>li.active>a,.panel-heading .nav>li>a:hover { color:#1fb5ad; background:#fff; } .panel-heading .nav>li:first-child.active>a,.panel-heading .nav>li:first-child>a:hover { border-radius:4px 0 0 0 !important; -webkit-border-radius:4px 0 0 0 !important; }

Hello,

I’m having conflict on the admin panel when I try to put the chatbox and the table with hide content. It doesn’t work together.

The dashboard.js is the conflict jquery.

Any help please? thank you :)

Please send us an email to support@themebucket.net with your purchase code. We will support you by email.

Hi, Can you please mention if i purchase it then what all files you will be providing me

To be honest, you can integrate it with any language working in the backend, i.e ruby/python/java/ and or framework.

Because this is completely Front End thing :) works similarly as any other template

I want to use this in my website. customers will pay monthly subscription for my web site so in this case Is it sufficient to buy just regular licence ($21)?

Yes, as long as it is used in one website :)

hi, nice work! do you have the .less files?

No brother. We didn’t include .less in this project.

No brother. We didn’t include .less in this project.

Hi,

Congratulations, excelent theme!

My question is: Did you guys test it on Windows Phone devices ? (Lumia’s, etc).

Thanks in advance, Bruno

Not really. There are huge number of smart phone in the market. Its really difficult to check all the mobiles. But as the responsive is done very carefully, hope that it will work fine in windows phone.

Any idea for the next update? It will be awesome to have like a roadmap to see what could be next.

Love this theme

Our next update is coming soon, hopefully next week. Exactly we are trying to add new features depends on clients feedback and requirement. So we are following what majority wants.

Hi ThemeBucket,

By default a panel is opened. How to get one of them closed ? I mean, without using $(”#MyPanelsChevron”).trigger(“click”).

Thank you, but unfortunately this doesn’t work. When I click the chevron in order to open the panel, nothing happens… Any idea ?

What follows works, I just replaced the first line, ”$(’.panel .tools .fa-chevron-down’)” in scripts.js, with ”$(’.panel .tools .fa’)” :

$('.panel .tools .fa').click(function () { var el = $(this).parents(".panel").children(".panel-body"); if ($(this).hasClass("fa-chevron-down")) { $(this).removeClass("fa-chevron-down").addClass("fa-chevron-up"); el.slideUp(200); } else { $(this).removeClass("fa-chevron-up").addClass("fa-chevron-down"); el.slideDown(200); } });

Thank you!

Glad that it worked :)

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