335 comments found.
Hello,
Great work with the theme, how do I make a modal box appear when the page is loaded, without clicking any button
Hi, thanks for purchasing my template. Just add this line of javascript code below in your page
$('#yourModal').modal('show')
Hi again, I’m trying to work with the chart feature on the dashboard but can’t see where I can edit / enter values of my own. I intend using a graph/chart to show the performance of a member’s monthly savings
Hi, are you familar with javascript?
Yes, I have a fair intermediate knowledge of JavaScript and jQuery. I have scanned the chartlist.js file and was hoping to find variables that I could change their numerical values or something of a sort. Thanks
Hi there, it is quite an urgent request…
If you know javascript, then you know how to read the code. It’s in there you can see it.
saw in dashboard.js, thanks
great
Hello, I m having some problem with the mobile view. the header breaks when the site is open on mobile. What is the solution?.
To help you fast, may i see what it looks like?
Hello,
i have a little troubles with data tables, its doesnt work when i add it to my page…
i add the js to header, footer and inside of the site… and its doeasnt work
Hi, did you try to check in the browser console to see what’s the issue?
Hi there, the file browser in form-elements.html don’t work… it opens the window but when you select a file it doesn’t appear in the file field. I’ve just checked on the live preview and it is the same thing.
Hi, can i use the template on several different subdomains on my website ? Each subdomain connects with a different database. Thank you.
Hi.
The responsive layout does not work. When I set div container to width of the div not changed when I change the device resulution.HI, the RTL version not working correctly , how i can convert the main design to RTL
Hi, jquery version 2 is obsolete; Bootstrap is at version 4.3; why the template are not updated with latest versons ? There is a way to get the template with plugin updated ? Thanks in advance. Best regards
Hello, My purchase code is : ffdebec6-b008-4615-b4b8-3e1db00e3910 I bought you the BRACKET admin template. I have a problem with the datepicker. If you click on “prev” or “next” the tab is closed … I didn’t find where can i stop the event handle. Can you help me please ? Thierry
Purchase code :ffdebec6-b008-4615-b4b8-3e1db00e3910
Hello, I fixed the problem with a ID on the datepicker DIV
And a “stopPropagation”
$("#myDatepicker1").click(function(event){
event.stopPropagation();
});
Thierry
Hi, your template is made very well. I have 2 questions about SUMMERNOTE EDITOR : 1) how can I customize some function like note-icon-magic or note-icon-link. 2) how can I customize upload img to upload foto.
Thanks a lot Davide
Hi, you may want to read the summernote documentation first, if you still did not get it right, let me know. Thanks
please can you update the theme to use latest 4.5 bootstrap. Some changes to inputs were made https://getbootstrap.com/docs/4.0/migration/#beta-3-changes
Hi,
About navigation layout mentioned here: http://themepixels.me/demo/bracket/app/navigation-layouts.html
How can I set an option to be displayed as selected?
For left panel, there’s an active class that do this job, that didn’t work for this navigation.
Hi
How do I add button to DataTable?
Thanks.