366 comments found.
Hello. Is there a RTL version for this?
Thank you
i already upload all file wihout make any changes but still didnt work especially on dashboad. all graft not working as is.
Does this template support the Arabic language from right to left (Ar Locale)? and how we convert this template to be Arabic template?
I want make admin panel for my Gujarati Shayari . Can I know its suitable for it? Thanks!
how to Instal this Theme?
Hello, There are several (5) medium vulnerabilities with Bootstrap 3.3.7 that this theme is using. Can this theme be updated to Bootstrap 3.4.1 without breaking anything?
Reference: https://snyk.io/test/npm/bootstrap/3.3.7
Hi! Have some questions about your template: https://i.ibb.co/HVS5mCh/dasgboard.png
Where is the CRM or customer list? Do I need a separate platform?
Buenas tardes quiero saber si la plantilla es compatible angular 7
Hello, i start to use your template, but when i create a new page the javascript (sidebar) stop of work
the unique way to “fix” is
<canvas style=”display: none” width=160 height=100 id=”gauge”></canvas>any way to fix this problem???
thanks.
Hi,
We need to develop portal website.. so we choose Bucket admin to purchase ..so can we resuse the components that is present in Bucket Admin
Hello, we are payment service for online payments different bills (utilities, TV, Internet, mobile e.g.) Our customers – payment cardholders use our site (front-end) to set up their payments For billing all these payments our call center and support department will use Admin interface (back-end) of our processing. So we are interested in your template.
Due to the fact that we will use Admin dashboard in-house (only by our team) what kind of license we need to buy?
Best regards, Dmitriy
Hi Dmitry,
Thanks for asking this question. If this template is used under different subdomains/domains that serves your clients (each client = one domain/subdomain) then an extended license is required. If all of your clients are being served under same domain (and not separate subdomain) then one single license is enough.
Thanks again and have a good day.
Hello,
Do we have an option to have 2 “Y” axis in the the chart? Please let me know.
Thanks Sudeep K Pavithran
Hi, Sorry for late reply. As the chart is third party plugins so we requested you to check the chart documentation.
Thanks
Checkbox(custom) with Tick/Select Mark doesn’t show while printing. Any Solution for this ?
Hi, We’re extremely sorry for late reply. Can we get your link so that we can check? Or if it happens on our demo you can give us those link also.
Thanks
Hello, a few days ago we bought your Template.
When the left menu is longer than the height of the screen and the screen size is on a mobile device, it won’t scroll to the bottom of the side menu. It gets cut off and you can’t access that menu button or link. Can you help me with fixing it so that I can get to the menu at the bottom. You can see the issue if you load up your template, expand the menu that is longest. you will see that you can’t get to the Extra link at the bottom (side menu).
Yours sincerely, Diego
Hi, Please follow this screenshot instruction https://monosnap.com/file/v3JibaEpA4aS65vz3hqKD4PSk6km53 Hope solved your problem.
Thanks
Hi, in our script.js file have the nav positioning script https://monosnap.com/file/bijdwkOgOA7jrJXPUeOd443YibOGxj you can edit the value to fit your screen size. Thanks
Ok, we see no problem in the calculation itself, the problem is that if there is a top item open, first calculate (correctly) but then automatically collapses the top item, and there the error occurs, since the selected item is hidden above. A possible solution is that the open items do not collapse automatically, but we do not find the function that performs this action.
When the left menu is longer than the height of the screen and the screen size is on a mobile device, it won’t scroll to the bottom of the side menu. It gets cut off and you can’t access that menu button or link. Can you help me with fixing it so that I can get to the menu at the bottom. You can see the issue if you load up your template, expand the menu that is longest. you will see that you can’t get to the Extra link at the bottom (side menu).
Hi, Please follow this screenshot instruction https://monosnap.com/file/v3JibaEpA4aS65vz3hqKD4PSk6km53 Hope solved your problem.
Thanks
Helllo ,
The theme i bought “Bucket Admin Bootstrap 3 Responsive Flat Dashboard” is given many issues.
1. The navigation menus (arcodion menus) are not working. 2. The Css file has so many errors. 3. In the mobile view if a user is filling the input and he/she puts in space he cannot type in another character. 4. If you try to modify one of the chart all the other charts will go bad.
The template has too many errors that it logs in the browser console.
Hello. I need a manual. Where can I find it?
Hi, In your downloadable file have “documentation” file. You can check it out.
Thanks
I have a question.
I want to add another donut graph as shown below.
However, a JavaScript error has occurred and the graph is not visible on the screen.
Please review.
—-—-dashboard.js-—-—-—-—-—-—-—-—
var dataPie2 = [{
label: “Han”,
data: 100
}, {
label: “Jeong”,
data: 50
}, {
label: “Choon”,
data: 50
}];
$.plot($(”.sm-pie2”), dataPie2, {
series: {
pie: {
innerRadius: 0.7,
show: true,
stroke: {
width: 0.1,
color: ’#ffffff’
}
}
},
legend: {
show: true
},
grid: {
hoverable: true,
clickable: true
},
colors: [”#ffdf7c”, ”#b2def7”, ”#efb3e6”]
});
—-—-index.html-—-—-—-—-—-—-—-—-—-——
<div class=”col-md-3”>
<section class=”panel”>
<div class=”panel-body”>
<div class=”top-stats-panel”>
<h4 class=”widget-h”>Top Advertise</h4>
<div class=”sm-pie2”>
</div>
</div>
</div>
</section>
</div>
—-—error message: jquery.flot.js:119 --—-—-—-—-—-—
Uncaught Error: Invalid dimensions for plot, width = 356, height = 0
at Canvas.resize (jquery.flot.js:119)
at new Canvas (jquery.flot.js:98)
at setupCanvases (jquery.flot.js:1261)
at new Plot (jquery.flot.js:674)
at Function.$.plot (jquery.flot.js:3039)
at HTMLDocument.<anonymous> (dashboard.js:193)
at c (jquery.js:4)
at Object.fireWith [as resolveWith] (jquery.js:4)
at Function.ready (jquery.js:4)
at HTMLDocument.q (jquery.js:4)
The donut graph is completely unusable in phone. Tested on iPhone and Android. The donut does not appear at all. Any fixes for this?
<script src="js/flot-chart/jquery.flot.pie.js"></script>
instead of this script
<script src="js/flot-chart/jquery.flot.pie.resize.js"></script>
which mentioned number 1 screenshot
And the “flot_chart.html” file pie and donut fixing is following
#2 https://monosnap.com/file/zVUDltAS4aaHV8BzvXjzbZtitdr2Uj
Add the following script instead of previous script which mentioned number 2 screenshot
<script src="js/flot-chart/jquery.flot.js"></script>
<script src="js/flot-chart/jquery.flot.tooltip.min.js"></script>
<script src="js/flot-chart/jquery.flot.resize.js"></script>
<script src="js/flot-chart/jquery.flot.pie.js"></script>
<script src="js/flot-chart/jquery.flot.stack.js"></script>
<script src="js/flot-chart/jquery.flot.crosshair.js"></script>
<script src="js/flot-chart/jquery.flot.time.js"></script>
Hope solved your problem.
Thanks