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.

What is the front end of this theme like? I’d like a place where clients can submit their orders, projects, tasks, etc. Does this provide that functionality?

No. This is simple HTML markup and component collection. You yourself have to make it functional. We will just provide you the component like product list, tasks etc.

It appears in your live preview there are some issues with the Earnings Graph. It doesn’t seem to respond to resizing the browser window.

That graph will be resize on window load not resize browser. Thanks

Still no reply about IE10 Compatibility. Should take out the compatibility from the list if its not going to be compatible.

Sorry for our late reply about that. Actually we are hardly trying to fix it but taking too much time. We are extremely sorry for that.

IE10 issue is still not being solved. When will it be fixed?

The most fantastic dashboard I have ever seen. Will make sure that I purchase it myself soon. A friend asked me for some help working with it and it worked like a charm. Only hurdle I found was working with the dynamic datatables where when I changed the table data to serverSide, Search Filter was not working. The request is sent to the server but the table is never redrawn. If possible please check it out.

Hi in our theme we used data table from here http://www.datatables.net/ for just demo purpose. In this link you can get documentation so you can find your solution here.

thx

Hi thanks for your reply. I did some research and saw that he was passing parameters based on a previous version of datatables. Thanks anyway for your time and keep up the good work.

you welcome

Dears, I would like to ask about the charts, is’t compatible with Java Enterprise edition? can I integrate it with SQL Server or Oracle by using Java and keep the same animation in those widgets and charts in the theme. Thanks a lot

Thanks for your message. As you know this is an html template so it should support but we are not actually java developer so we can not ensure it. You can discuss with a java developer.

I’m facing the same problem as akarsh86 and dfaux .The left nav bar doesn’t show any items when running on Internet Explorer 10 and the left nav toggler is only half visible (the left half is missing). Hitting the refresh button will make the menu and button appear. I have tested this on several computers and it also face the same issue.

p/s: I’m testing the original downloaded template without modifying anything on IE10 , Win7. Chrome browser does not have this problem.

Here I provide a Screenshot of the issue.

changing the values ??of the graphs

Can you please tell me which graph?

This has some real issues. At least they are VERY annoying.. When i try to remove content elements from index.html, the show/hide sidebar functionality no longer works

when you remove content elements from index.html you have to remove relevant js declaration in the bottom section. May be you forgot to remove those content related js.

thx

Is there a way that this can be implemented with wordpress? Os is this only a visual template?

Hi its made only html, css and js so you can convert it to any framework.

thx

The left nav bar doesn’t show any items when running on Internet Explorer 10 (10.0.9200.16866) and the left nav toggler is only half visible (the left half is missing).

Any suggestions?

I’ve restart the test machine and now the template display perfectly

Hello,

How (and where) can i change the value of the “MONTHLY EXPENSE” http://bucketadmin.themebucket.net/

it is now: 1,150 Safe

And is it possible to change the colors?

please check js/dashboard.js
if (Gauge) {
    /*Knob*/
    var opts = {
        lines: 12, // The number of lines to draw
        angle: 0, // The length of each line
        lineWidth: 0.48, // The line thickness
        pointer: {
            length: 0.6, // The radius of the inner circle
            strokeWidth: 0.03, // The rotation offset
            color: '#464646' // Fill color
        },
        limitMax: 'true', // If true, the pointer will not go past the end of the gauge
        colorStart: '#fa8564', // Colors
        colorStop: '#fa8564', // just experiment with them
        strokeColor: '#F1F1F1', // to see which ones work best for you
        generateGradient: true
    };

    var target = document.getElementById('gauge'); // your canvas element
    var gauge = new Gauge(target).setOptions(opts); // create sexy gauge!
    gauge.maxValue = 3000; // set max gauge value
    gauge.animationSpeed = 32; // set animation speed (32 is default value)
    gauge.set(1150); // set actual value
    gauge.setTextField(document.getElementById("gauge-textfield"));

}
I’m wondering when the following issue will be resolved. I’ve found a bug

1. Open http://bucketadmin.themebucket.net in Chrome Android for 480/540/720p portrait

2. Open the menu sidebar

3. Scroll the menu down. Also expanding some menu items.

You’ll notice the menu sidebar don’t scroll to bottom, making some menu items inaccessible.

Do you plan to fix this?

Hi thanks for your reporting we’ll check it and try to fix it as soon as possible.

thx

It seems that Bucket Admin works improperly in IE 10 on Windows 7. For example, the sidebar disappeared when accessing other pages in Bucket Admin. We have purchased the item and it works fine in chrome and Firefox but not on IE…Its is not only with IE10 …Its similar for IE9 too. Can you please help on this one. Here is the order number for reference 01f3ad85dd1f11e39936b8ca3a6774f8. Its urgent for us.

http://lh4.ggpht.com/-3K4_WD66GUM/U6hP4PAzS8I/AAAAAAAAHoc/BvlN0-LkSZI/434015.gif Here is the thing. When i tried to click on the dashboard button the side bar just disappears and the following screen shows up. or u can see here http://lh4.ggpht.com/-gpT1wkOV66k/U6hRSa5uKlI/AAAAAAAAHos/2ytQTgCPTes/438197.jpg

Thats for your reply. We are trying to fix it.

Can you please give us an estimate when you can fix this?. And how do we get the latest version when you update it.

Seriously ? No less or saas file included ? I’m very very disappointed of my purchase…

Hi Pooth we don’t understand why you disappointed. We never mentioned our theme has less or sass. So why you expect it ?

thx

Yes it was my mistake. I thought it was basic feature of modern themes… Now if I want to change a color, I need to search through 5000 lines of css code. Your theme look really really nice, but if I wanted to customize it a little bit, i’m trapped. I’m not sure if my other comment was deleted or something went wrong when posting, but I’m currently not able to register in your support website.

Actually we are sorry for that. But we have no plan to make it less. Form next project we will hardly try about that. Thanks

We have a little problem… we need to use a dynamic table with thousands of records (7.500 precisely). But the performance with the actual pagination is terrible. It take at least 30 seconds do load the javascript and make de pagination “happen”...

How can we solve this? Is there any example of pagination using ajax? Any other solution already build in themeBucket?

Thanks.

Hi, we are using this https://datatables.net/ data table for demo purpose. Can you please check their documentation hope you get your solutions

thx

Hi there, I’m attaching a screenshot for your convenience:

I'm trying to integrate the Google map from your example into one of the tabs (as defined in the profile page under the Extras menu). For some weird reason, the actual map is only displayed as a single tile, even though its canvas takes up an entire 12' grid.

http://tinypic.com/r/13zbiwi/8 It seems that the markup for these tabs somehow break the maps. I would really appreciate your feedback as I’m facing a deadline with this :)

PS: As soon as I hit the Firebug button on my browser, the map loads correctly!

Kind regards,

Jason Kritikos

Please give your jS code that your are using for map.

I tried again and it worked! Thanks a LOT for your support guys, really appreciate it. Keep up the good work! :)

I’ve found a bug

1. Open http://bucketadmin.themebucket.net in Chrome Android for 480/540/720p portrait

2. Open the menu sidebar

3. Scroll the menu down. Also expanding some menu items.

You’ll notice the menu sidebar don’t scroll to bottom, making some menu items inaccessible.

Can you give estimate when you will fix this?

We have checked it and we are trying to fix it. We will update its asap but not sure when actually we can. If we get late we will send change log individually. Thanks

Thank you :) Much appreciated :)

Icons webfont is not working for IE, is there any solution for this?

Sorry we have checked our mail box two times. Still we did not get any mail. Can you please send it again.

I have buy this theme and have issue in IE V-10.0.14 its not look fine in IE V 10.0.14 but its fine in to chrom.

Please check bellow url and let me know whats wrong. http://www.omnimd.com/1-OmniMD-Final-Design/add-patient-tab.html

Thanks PP

Did you purchase this template. Your comments should be show a purchase badge. Anyway That link is showing that you are developing it by your own way so if any browser issue is arise where you already changed then we are unable to support because that is not actually our responsibility. Thanks

Yes Our company had buy this and i am as developer communicate as required. thanks for reply will use native code from BucktAdmin .

Thanks PP

Please comment from purchased account or send your purchase code otherwise it will be difficult to track for support.

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