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.

Hello,

I really love this admin panel, but I have some questions:

1) Could I incorporate this theme to a Worpress script? 2) If not, how difficult is the installation? Does require MySql database? 3) If not, do you offer the proffesional installation with some working features?

The issue is that I want to offer to my customers a admin login, where they could see Whether, statistics charts, and some notifications about my services.

I really appreciate your assistance.

Regards,

Orlando

Hi, this template made just html, css and javascript only. and all components are shown only demo purpose. you can implement it any framework as its just markup file.

thx

hey guys are any updates in the future in planing?

If you’ve any features request. you can share with us. we’ll think about it.

thx

nothing specific from our site. just curiosity from our site, if there could be some suprises in the future

We’re planning to add some exclusive features. But no estimation time for update.

thx

I purchased the BucketAdmin and love what I see. I am needing a little help getting it to work on Wordpress. Is there a support email address that I could contact concerning getting this in Wordpress? or has someone converted this already to Wordpress?

Thank you, -Nathan

Hi, sorry for late reply. As BucketAdmin is only have markup version. So we’re really sorry we didn’t help in WordPress version. You can hire any freelance to convert it.

thx

Hi Thanks for your template but i have a question , that the arrow to hide and show the boxes its not working may i know which JS or CSS file is related to this arrow effects

Hi, its defined in the scripts.js file line # 262 to 276. Following are these js

$('.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); } }); $('.panel .tools .fa-times').click(function () { $(this).parents(".panel").parent().remove(); });

how to auto hide datepicker when click date?

Thanks for a really impressive admin theme.

One thing is bothering me – is it possible to have the left hand menu snapped in as default on a page?

Sorry we did not understand your point. Can you please explain few lines what you actually want ? Thanks

in wich file can i change the name of the wizard buttons ( prevouis – next ) ?

Hi, sorry for late reply. plz go to jquery.steps.js file line# 1955 where have

next: “Next”,

Here you can change like this

next: “Next Step”,

and line# 1965

previous: “Previous”,

you can change like this

previous: “Previous Step”,

thx

Do you have css with different colors included? I cant find in the live preview!

Yes we’ve in different theme color css file. Plus you can add your choose color into those files. And we didn’t show it in live preview. But the css folder have 5 different theme color css files.

thx

Hi there,

Love the template first off. Wanted to also ask where we would be able to find a team to build us a project management system upon this? How exactly would this work? Can you point me in the right direction?

Thanks, Josh

Hi, BucketAdmin is made just html css and js only. Here is no management system by default. This is only the collection of lots of components. And unfortunately we don’t have any team management demo page.

Thanks

So is everything pretty much plug and play when it comes to developing different components in Bootstrap 3.0? I’m just trying to find someone to take this template and develop what we need. Would you recommend a dev company that specializes in making this a quick build out? Also, what kind of cost could go into a good management system?

Can you please send us a email with your requirement details to themebucket@gmail.com

Hi Thank you for your amazing work i love it really, and i want your help please as i need the only the mail section (inbox, view messages, and compos mail) so which file i have to include it in my web application as i dont want to copy all the css and js files then my website will be so heavy. Waiting your answer my dear

Hi, in css folder > style.css have “mail inbox” comments out in line no. 1828 to 2244. this css is used for inbox, view messages, and compos mail. So you can pick here.

Thx

Hi,

You have some files in the css folder like green-theme.css, orange-theme.css, among others, but when trying to include the green one for instance, the buttons and links (hovers and actives) do not change accordingly, and remain with the bluish color from the main theme. Is it a bug that something is missing?

Thanks

Hi, its not a bug. Buttons color didn’t change as different buttons has its own meaning like “default, primary, success, info” etc. We only few things are included in theme css. If you need more then you can add more color in your theme css.

thx

Hello, I like the illustrations on the Gallery.html, where do you by such illustrations?

Thanks

This illustrations used from https://dribbble.com/ as author permitted us to use this for demo purpose. If you want to use it you have to keep permission from authors.

Thanks

Just to let you know: I noticed a flash of unrendered content (without CSS styling) on the login.html page in your demo:

http://bucketadmin.themebucket.net/login.html

Other pages work well. But in the login.html one can see the white page with a block level full size text input for a short moment, a second later afterwards page content changes to the correct CSS styled layout. Reloading shows that effect every time again.

Thanks for noticing this its happen only firefox browser. Anyway we’ll fix it soon.

thx

To fix the IE10 issue, you can add this to the code:

<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE9”> <meta http-equiv=”X-UA-Compatible” content=”IE=9”>

Worked for me

ok, Thanks a lot for share it with us.

Hi Just a quick query about the modal windows in the gallery: I want to change the content dynamically but I can’t find where the jQuery is initiated on the class. Can you tell me where it is or give me a reference to the API so can do do something like: $(”#myModal”).on(‘open’, function () {}); Thanks :)

We have used Twitter Bootstrap Default modal which is using data attribute for modal.

Great template. I wonder how can I make right sidebar static/not to fold?

Thank you for great support.

Hi, you can do it by changing some css and may some js modification. and we don’t do any customization work.

thx

Yes, it was easy. Thank you. You are great.

is a note age in progress like by the scale admin template ?

Don’t understand your comments.

Just purchased the template.

Got a problem with the nice scroller as it doesn’t go to the last entry on the list.

Can you please give any screenshot or specific location where you find this issue.

thx

Screen shot s posted here: http://snag.gy/sfjSi.jpg

This is as far as I can go down in the menu in 320×480 mode.

Please notice the half menu item extra and the missing Login Page

EDIT: added an arrow on the image

Thanks for noticing this. We’ll fix it in next update.

Hi, Just like to say nice template.

I have bought a few themes and I’m looking at buying yours. I would just like to know if your datatables are connected to a backend .php file. Some templates I have bought are and some are not. I found it hard to implement the backend to ones that do not come with example. They seem to be different in the way you do it on each template. If it doesn’t would you be able to include an example? If you can I will buy this.

Thankyou.

Hi, We’re glad to know that you are interested our BucketAdmin. We use this http://www.datatables.net/ datatable for only demo purpose. Now its not connected to a backend .php file but you can use it easily.

Thx

Hi,

I have a problem with the date picker if the right side bar is taken out. Please help.

Thanks.

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