186 comments found.
The latest one?
Hey dancaceres,
Melon currently comes with FullCalendar v1.6.3, the latest one is v1.6.4. So it is nearly the latest one.
I’ll include the latest one in the next update, but you can also easily update to the latest FullCalendar on your own with just changing the JavaScript to the new one. 
Much regards,
Simon
Good morning, i really like the look of this template – I am on the look out for a template to use in my Physiotherapy business – i would need to be able to login as the physio and update the patients with new physio training and updates to their existing programmes is this possible with this template?
Hello techforce,
thank you for your comment. 
Admin Templates on ThemeForest are just static pages which comes with HTML, CSS and JavaScript. It’s called the frontend. You must code the complete logic behind the frontend, called backend, on your own e.g. with the progamming language PHP or anything else.
So yes, your use-case is possible with Melon, but you need to code the logic on your own.
I hope that clarifies it a bit. 
Thanks,
Simon
This will be the first time i’ve had to do anything like this – are there instructions on how to implement the template and help (which i will need!
) afterwards
Well, then I think it would be wrong to buy an Admin Template. First of all, you should start learning HTML and CSS and then a backend language like PHP. I can’t recommend you tutorial or book, try to ask Google. 
Good luck!
Hello Stammi, Melon admin template is a wonderful, great job and support. continue this way.
Hey khomalli,
your comment is much appreciated, thanks! 
Much regards,
Simon
Hello, great template, but I have one problem:
when I try to use DataTables with TableTools, it doesn’t work and will look like this:
Devtools threw an error saying it couldn’t find copy_csv_xls_pdf.swf. I fixed this by adjusting the path for sSwfPath in plugins.js, which removed the errors, but didn’t solve the problem.
Hey bluefinthemes,
thanks for your comment. 
It seems you’re not loading any needed JavaScript or stylesheet. I can reproduce the exact behaviour like on your screenshot, when I remove loading the plugins/datatables/DT_bootstrap.js. Maybe this is your problem?
If this doesn’t solved your problem, send me the URL to your page via private message and I’ll have a look about it.
I would appreciate, if you could open a new thread in my support forum the next time. 
Have a great weekend,
Simon
Good Day, my English isn’t very good, but please don’t mind. This templete is great, was a good investment.
I had a question if i may:
testting the empty.html file in my celphone I realized that I did not look at the menu “off canvas” in chrome and opera but in the android native browser is working ok, if anyone has reported this problem with chrome and opera before? and how can i fix it?.
i share the screenshots: http://flic.kr/p/gk13D9 http://flic.kr/p/gk13C7 http://flic.kr/p/gk13AURegards!!!
Thanks 
Hello mguzman84,
don’t worry, your English is good enough! And thanks for the compliment. 
Yes, this was already reported: [Solved] Whitespace instead of Sidebar
Summary of the workaround:
Add in assets/js/app.js:
android_chrome = false;
directly after:
var android_chrome = /android.*chrom(e|ium)/.test(navigator.userAgent.toLowerCase());
I’m currently working on an integrated solution. 
I hope that helps,
Simon
Thanks, its working .. ITS WORKING!!! xD
Hehe, great to hear that. 
We’ve just adopted this theme for our administrator area. Very nice indeed !
Thank you so much for your comment, I really appreciate it, Monarobase! 
Not sure if this was asked…
It’s very important for me to create a CMS that allows appointments to be booked per user. Is there a way to create appointments using the integrated calendar for users?
Thanks.
Hello michels287,
I’m not sure if I understood you correctly, but Admin Templates on ThemeForest are just static pages without any logic behind this. You need to code the backend on your own.
Since I’m using FullCalendar for the integrated calendar here are some examples which may answer your question: Selecting time ranges for creating an event and Dragging external events onto the calendar.
Thanks,
Simon. 
I’d like to see a live search in the top bar like here http://mitgux.com/shop/Acura/index.html
Is this possible for the next update?
Hey stefuNz,
thanks for your comment.
I think this is a great idea for a long term update!
But please understand that this feature will not be included into the next update, since I have a lot of other stuff to do. Nonetheless it’s added onto my todo-list. 
Much regards,
Simon
Hi Simon, what would an update-process look like? I don’t want to replace everything, when i implement my script with your gorgeous design.
Generally, I do only change CSS and JavaScript files. So, if you make all your changes into external CSS-/JavaScript-files, you should be good to go by replacing only these. I’ll include a file with a list of all files I changed. You generally don’t have to worry about the HTML, because the markup still remains the same (or I make it backward compatible).
In addition to that, I have a local Git repository, where I commit all changes. If you are interested in the log-file, you can write me an Email after I released the update. 
I hope that helps,
Simon
Hi Simon, thanks for your answer! I think i’ll buy soon 
You’re welcome.
I appreciate your interest in Melon! 
Hi,
Grats on a fantastic template.
I am about to embark on a project utilising laravel4 ( i am new to laravel), i was about to require TBS via composer but then found this template.
How would you add this into your laravel4 project to keep things proper?
Any advice will be greatly received.
Regards M
Hey mshillam,
thanks for your comment! 
It’s pretty easy to use Melon in a Laravel 4 project. I’m personally a big fan of Laravel 4 and using it (with Melon) in a project.
So basically, if you use Blade, make a default.blade.php with the content from the empty.html. Use for including the CSS (for JavsScript use “script” instead of “style”) e.g.:
{{ HTML::style('assets/css/main.css') }}
Now replace your main content in the default.blade.php with e.g.
@yield('content')
Copy the folder “assets”, “bootstrap” and “plugins” into the public/-folder from Laravel. That is it. For more informations, please have a look at the official Laravel 4 documentation: http://four.laravel.com/docs/templates
If you need further instructions, don’t hesitate to open a new thread in my support forum.
Much regards,
Simon
Thanks for info Simon, works a treat 
Great to hear that I could help you a bit. 
Any idea when you’ll be adding a wizzard to the forms?
Thanks!
Hey emarky,
actually, I wanted to wait until a popular Bootstrap wizard plugin is updated for Bootstrap 3, but it seems this would take too long.
So I’ll have a look about other wizard plugins and will implement this into the next update. I think I’ll upload the update the next weekend. 
Much regards,
Simon
How do you call or what function you call in order to HIDE and UNHIDE to toggle the left navigation menu?
Thank you EXCELLENT template!
Hello dancaceres,
thanks for your compliment. 
To toggle the sidebar, you can use simply call:
$('#container').toggleClass('sidebar-closed');
Much regards,
Simon
When filling out forms in Russian, characters are not displayed. Just empty lines. If you fill in the Latin alphabet, then all is well. What’s the problem?
I really like the template, but i need cyrilic in windows-1251 
P.S. Sorry for my bad english.
Hey realbigbad,
please replace in your HTML:
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
with this:
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
That way you’ll also include the cyrillic character set. 
I would appreciate it, if you could open a new thread in my support forum next time. 
Regards,
Simon
Thank you very much! Everything is working fine.
You’re welcome, glad to hear it solved your problem. 
THE BEST BS3 Admin Theme out, thank you so much. I have a couple of requests: 1. Would love to see a wizard(s). 2. The ‘down arrow’ for drop down list has a 3-5px gap to the edge of the box, I think the down arrow could be styled a bit nicer.
Well done 
Hey javacube,
thanks for your comment and compliment! 
1. The form wizard is already planned, just waiting for a popular plugin that it’s updating for Bootstrap 3. 
2. Unfortunately, I don’t exactly know what gap you’re meaning. When the ‘down arrow’ is used in a .btn-group with a “seperate” button (split button dropdowns) it’s directly in the middle and if the ‘down arrow’ is used within a button (single button dropdowns) there is a small gap to the right, but also to the left. This is intended and also Bootstrap does it like that: http://getbootstrap.com/components/#btn-dropdowns
Or do you don’t mean the gap I think about? If yes, I would appreciate it, if you could open a new thread in my support forum with a screenshot. Also, if you don’t want the default Bootstrap-behaviour, open a new thread and I’ll make you a custom CSS-snippet.
Thanks,
Simon
Hello, I have two questions,
1. when I tested using the crom browser on android mobile(actually galaxy4), the left side menu is not showing, using native browser of android mobile that works fine. is it able to fixed?
2.Can I fixed the top menu and side menu on the mobile? on desktop it works well but on mobile they aren’t fixed..
Great template.. and very clean design I love it. Hope your quick reply, thank you.
Hello ccmagic,
thanks for your comment. 
1. Unfortunately, I don’t have a Galaxy S4, so I can’t debug it directly. Acutally, this bug should be fixed in 1.1.0, but I would appreciate it if we could debug it together. I’ll do my very best to fix this issue!
2. Yes, this is possible. I’ll provide you with instructions when you open a new thread in my support forum. 
Thanks,
Simon
This Theme is really great. Very good documentation and support.
I have also buyed the flatkit theme and melon is much much much … better.
Highly recommended!, too
Thank you so much for your positive feedback, I really appreciate it! 
you have “form-control required digits”
Do you have anything to validate digits WITH DECIMALS ?
Thank you
Hey dancaceres,
yes, you can use: number 
Regards,
Simon
Ahh…thanks. You should update http://support.stammtec.de/discussion/1/how-do-i-find-the-purchase-code
Great theme btw 
Hehe you’re completely right, I should do that! Thanks for informing me about this. 
Thanks man!
I’m trying to sign up for support, but don’t see a “License Certificate” link on the downloads page.
Hey gijohnson,
please go to your download-page and click on “Download” (in the row with Melon) and then on “License certificate & purchase code”: http://screenshots.stammtec.de/2013-09-20_16-40-51.png
I hope that helps. 
Regards,
Simon
First….. My English isn’t very good, please don’t mind.
This is very great theme!
Question: 1 . How to Add Left My Account Photo ??
Thanks 
Hello v03071106,
thanks for your comment. 
What do you exactly mean with your left account photo? Do you mean the logo where currently the “MELON” stands?
Regards,
Simon
Yes….Sorry , Adn How To use dialog In this theme? Do you have any samples?
No problem!
Well, do you have an understanding of HTML?
If not, it would be good to learn the basic things (you’ll find a lot of stuff at Google) regarding HTML and CSS.
To find the section where you can change your logo, search in the HTML for:
<!-- Logo -->
Regarding the modals: I have a few examples at the General UI page or have a look at the Bootstrap documentation.
Yours sincerely,
Simon
very thank you! It’s a good New start!
Sorry,I have a question…. How to fast Change theme Color ? Or On Ui theme use javascript / jquey to change theme Color?
First of all, you can generate some other color schemes with editing the @mainColor in /_less/general/variables.less and then rebuild the /_less/main.less. After you have generated your color schemes you want, name them e.g. “main.blue.css”, “main.red.css” etc. and include them with jQuery (see this or this).
Thanks you!! let me study.
You’re welcome. Glad to see that you’re motivated to learn. 
Very nice theme, but I have one issue. Whenever a modal box opens another scroller is added on to the right of the page. Here’s an example of what I mean: http://prntscr.com/1sc2hy
Hello hugocub,
thanks for your comment and bug-report. Unfortunately, this is a bug from Bootbox and the creator was already notified about this issue. As far as he released an update, I’ll include it.
This bug only affects the modals from Bootbox, not the one from Bootstrap. Try to click on the button “Modal dialog”. 
Thanks again,
Simon
Hey again,
I just found a fix for this. If you’re interested in the new Bootbox-files, write me an Email and I’ll send you the files.
I’ll also include this fix in the next update. 
Regards,
Simon