496 comments found.
Hello. How can I take the value from the slider input?
thank you
Figured out how
thank you anyway
hi, can i use this admin panel template to integrate with html template , like this e.g : http://preview.themeforest.net/item/legatus-responsive-newsmagazine-html-template/full_screen_preview/5144857?_ga=1.219845276.481713399.1472955113
This is a admin template. you can use it for front-end theme’s back-end style.
Thanks
Hi, it’s me again. Just a quick question, hope you don’t mind. I’m stuck with ajaxModal. I want to prevent a modal from close if clicking outside. I can do that with a normal modal by adding data-backdrop=”static”, but it won’t work with ajaxModal. Can you give me a hint?
The ajaxModal is a custom function in app.js line 95, you can give a option in line 103 $modal.modal({backdrop:’static’}); to prevent backdrop closing modal.
Hi,
I am a licenced user of your ToDo application theme.
I am using it to skin a server-side application that I am building and I have a number of modifications that I need to be made.
Before approaching other developers I figured I’d ask if you were interested in customising your theme for me? If so, what would be your hourly/daily rate for custom work please? Also, is this the best way to get hold of you?
If you are interested I will start to draw up a brief.
Busy on other projects. No time for custom work. Thanks
OK, thanks. Can you recommend other developers who you know have customised your work?
Do not know such developers. Sorry can not help you.
Hello, I’ve created a modal and I have a form inside that modal. The problem is at the date type inputs. The datepicker doesn’t show in modal. It’s behind the modal. How can I bring it in front of modal? Thank you
.datepicker{
z-index: 1100;
}
Thank you for help ! Works great
hello, i’m trying to send a form post and i can’t send the html5 rich text editor field… any suggestion? i add the tag “name=’descrpcion’ in the input” but nothing… the others fields of the form functions ok… great theme, thanks!. licence: 60170a8a-7d42-4f24-ba7a-7e1d445c384e
You can upgrade the js/wysiwyg to the latest version https://github.com/steveathon/bootstrap-wysiwyg
then use a hidden textarea to saving the editor content.
<textarea id="editor-holder" style="display:none;"></textarea>
$('#editor').wysiwyg().on('change', function(){
$('#editor-holder').val($('#editor').html());
});
Hi!
We are testing this template, and if you update Select2 to version 4 isn’t display properly
Will you add support to this version of Select2?
Thanks, now works perfectly!
Great theme
Hi how r u
I m like to management panel ,but my project want to used The Executive Panel has prepared a project I want to use yours
You can use this panel style for your project. Thanks
Hi,
I am not familiar with less. I tried to compile the less files with a compiler and it didn’t work (obviously, because you break the source files down to smaller pieces).
Is there a way to compile the less files online? I cannot install php on my computer to run the compiler pages you included in your less folder.
Thanks
This file using the php to compile the less files. if you do not have the php. you can use other tools.
grunt https://github.com/gruntjs/grunt-contrib-less python https://github.com/lesscpy/lesscpy
Hello. I’m going to use ToDo for my open-source application. Does license rules allows such usage?
It’s not the official answer, but i think you need a Extended license and do not include the source files in your open-source application.
Thanks
How to compile css/js in one min file in todo template, I notice that complete in demo. I think that is prefer. can you tell how to do that or share script to me, thanks.
If you using php, you can use https://github.com/mrclay/minify
and other tools http://robertnyman.com/2010/01/19/tools-for-concatenating-and-minifying-css-and-javascript-files-in-different-development-environments/
Can I use todo template for job training without extend license, I am a PHP teacher of training school from chinese, Our college need a fresh backend template. I recommend your template, but Our college No plan for buying a template. I Want to use your template, Regular license can you accept?
If your college do not sell the end product to the end user. it’s ok for regular license.
Thanks
Thank you, I really appreciate it.
What is the recommended way of reading the structure of the nested/drag drop tree lists?
The Angulr item has the nested trees http://themeforest.net/item/angulr-bootstrap-admin-web-app-with-angularjs/8437259
Thanks
i want to know if you are aware of a “bug” in the menu?, using Todo in desktop with a small screen (big enough to not get into mobile) and the menu containing maybe eight or more items, the menu starts to fail from the item in the screen ends, so the next items don’t have any background (but is possible to click).
Someone have asked about this? There is a fix or a get around? Are you planning to fix it?
I suggest rearrange your menus, put it in the sub menu. thanks
Love the theme and have used it extensively.
There is one issue with the datepicker – if you select a date and scroll down on the same window, the calendar moves too.
Is there way to correct this?
The datepicker using the http://www.eyecon.ro/bootstrap-datepicker/ there is a css conflict with this theme.
and you can switch to http://eonasdan.github.io/bootstrap-datetimepicker/
Thanks!
In the app.plugin.js file, would I need to comment out or update the line with the current datepicker?
you can update to the new datepicker init function.
also looks like this one requires glyphicons
Thanks
Any chance you’ve given thought to porting the Notes/Tasks over to Angular from Backbone?
Hi! I was looking this template to use in a project and I probably found an error in the Timeline page (http://flatfull.com/themes/todo/timeline.html).
It looks like that is not align… Is that correct?!
I´m using Chrome 45.0.2454.85 m (64-bit) In other browsers it looks OK (IE, Firefox, ...)
There is a align bug on Chrome 45. and can quick by add css .timeline{table-layout: auto}
thanks
Hi, how can I download old versions of for todo – Web Application and Admin Panel Template?
Which version? the download only host the latest version. Thanks
Would you send me a copy of v.1.2.2 and a copy of v.1.2.1? my email is lifuzho@126.com
Thanks
Hello,
I use less files to compile an app.css, and I noticed differences between my app.css and your app.css. Some btn classes are not included in my app.css (btn-default, btn-twitter, btn-facebook…). I try to find where btn classes are declared, but I found anything.
Maybe I didn’t understand something? Or a less file is missing?
Best regards.
less/app.buttons.less.
Yes, I have seen this file, but none “btn-*” selector or nothing similar…
After re-download the template, I see the good app.buttons.less… Maybe I have overwritten this file… My bad !
Thanks !
I want to replace the flikr api with my own json, what should be the json output of my local php to display the gallery?