56 comments found.
Awesome admin template! One of a few that has fixed layout. I look forward to the update to Bootstrap 3.
Hi, yes i will update bootstrap to v.3. Stay tuned.
is there a way to use the MENU in IE 8?
Site works fine in IE 8 but menu is not working (clapping out)
Hi, i’m not sure, but try to use lower version of jQuery (1.9 for example). Navigation doesnt work couse there lots of js errors.
No doesn’t work with lower version of Jquery. Any other suggestions? Just bought the template. But won’t work with my IE8 (menu)
Template doesnt support ie8 from start. But i will try to help you. Contact me with email please.
ok thank you very much
I don’t know if it is a bug or a mistake but i have a problem. When i call a jquery dialog (when cliking on caldendar) with a date time picker in it, the date time picker appear behind the dialog.
Any idea ?
Hi, problem in z-index of datetime picker. I will check it and send fix to you.
I’ve found the solution I’ve added a very big z-index in the line 672 of the stylesheet.css file
Is there a way to make the navigation menu scroll?
For instance I have a list of 100 Countries, and I want it to show the first 10 and then the user can scroll up and down to see the rest of them.? I guess a scroll box within the drop down.
hi, doesnt know about scroll in navigation. You can use select2 dropdown(with search). If you need scroll in navigation please, contact me with email, i will try to help you. Thanks
How can I widen the jquery form dialog?
Hi, check docs
$(".yourDialog").dialog({
...
width: 1000,
...
});
Hi, how can I change default theme icons to the Font Awesome icons? Thanks
Hi, you can use documentation from font awesome site. This icons supports bootstrap used in Leo.
Please let me know if you have questions or suggestions(aqvatarius[at]ukr.net)
Hi, your current theme dropdown list is not working well on IE9. I mean the dropdown from upperright corner. Please help me fix it fast.
Hi,
Checked it in ie9. There all good. Please, contact me with email. I think i need more information, or problem is from your side.
Thanks
In IE9, the dropdown stop in the middle of the animation. It show borders of dropdown but not show the content. You can check the bugs here http://www.mediafire.com/?u9n7corbn5u682g
I thought you about a bootstrap dropdown. Ok, i will check it right now. Thanks
Find only one way to fix it(for now):
Add to all pages code:
<!--[if lte IE 9]>
<link href="css/ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
Add file ie.css in css folder with code:
#header{position: static; box-shadow: none;}
#content > .wrap, #sidebar{margin-top: 0px;}
This is hot fix, so in future i will back to this problem, and include fix in updates…
Hi I do not know why, but when I put a textarea with editor inside a wizard validate the textarea becomes 100px.
I will check it. Thanks for your report.
have you news for me?
Hi, yes
There problem in cleditor plugin. It’s not resizing iframe automaticly.
Easiest way to solve this problem is use refresh function on step where editor located.
clex = $("#clexample").cleditor({width:"100%",height: '200px'})[0].focus();
$('#your_wizard').stepy({
select: function(index) {
if(index == 2) clex.refresh();
}
});
In this example we init new editor and new wizard, and refresh editor frame if wizard step is 2.
Let me know if you have questions. Also, best way to get fast response is contact me with email(aqvatarius[at]ukr.net). Thanks
How to control the menu ? When we are in mobile mode, how is it possible to make the menu closing when we click on a link on it ?
Hi, you should use JS code. Somethink like that:
$("#navigation a").click(function(){
$("#wrapper").addClass('sidebar_off');
});
Let me know if you have any questions or suggestions
But how to apply this only when we are on a low resolution device ? If i apply this, it will always apply
Please, contact me with email, and i will do my best to help you.
i’ve sent you a mail but have you received it because i received no reply ?
will you be updating the theme with bootstrap 3?
Hi, yes sure. I wil include it in some of the next updates. Thanks
this is a very elegeant theme, but still incomplete. damage I need :
- show and edit profil - products listing with actions - shows and edit product - transactions listing and graphis - contacts listing
all these pages I find in other themes
Hi, All this pages can be builded using UI elements in template. Thank you for your suggestions. I will include more page examples in next updates.
Is there a template to be an interface for the mobile?
Hi, yes. Elements in template is responsive, and supports small resolutions.
How can i change these ugly icons!? For example in the login page on the topbar.
first of all u should choose images pack that u like…
I recomend for you font icons packages(it’s retina ready). If you choose this, than u can use as fonts same like this what u can see in template. If you will use simple icons(png), use it with sime img tag include.
Another small bug. when I use the multiple selected combo in div block and I resize the browser window appears the horizontal bar scrolling
test <select name=”test” class=”select2 span6” multiple = “multiple” ><option value=”1” selected >Violino</option> <option value=”2” >2</option> <option value=”3” >3</option> </select>It’s not a bug. You cant use .span6 in this module…
Right way to use it, is set style=”width: ...” for select
<select name=”test” class=”select2” style=”width: 50%;” multiple = “multiple” >...</select>
Hi, The datepicker does not resize correctly when it’s inside a tab How can I fix?
add… datapicker not work inside a tab
hi. Can u send source code?
with a private e-mail?
Fix: add on line 264 in stylesheet.css:
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-size: 11px;}
Thanks for your response. It’s very important for me. Let me know if you have any questions or suggestions
great… now work perfectly
Dear Aqvatarius, I couldn’t find ui_widgets image’s folder. I mean ”.i-plus-3, .i-cross-2, .i-minus-5, .i-plus-4, .i-cross-3, .i-arrow-left-8, .i-arrow-down-8, .i-arrow-up—upload” etc.. How can I see them?
Thanks a lot.
I think I put a wrong css, “ Disk
Disk space is limited, check it!
489.5 Gb / 500.0 Gb
” I mean exactly this one and the icons. Thanks
edit. html codes not accepting, but I’m putting it anyway 
Hi, answered on your email. Thanks
Hi is possible add scroll bar in accordion plugin
Regards
Hi. Sure u can
... <div class="content accordion scroll" style="height: 100px;"> <h3>accordion item 1 head</h3> <div>accordion item 1 content</div> ... </div> ...
<div class="content accordion">
<h3>test1</h3>
<div class="np scroll " style="height:200px;">content </div>
<h3>test2</h3>
<div class="np" style="height:200px;">content </div>
</div>
This is possible?
Dont’ work… I would like to put the scrolling bar into a items of accordion
If you need to use it like this… than change accordion function call in plugins.js:111 to:
$(".accordion").accordion({heightStyle: "content",
activate: function(e,ui){
if($(ui.newPanel).hasClass('scroll'))
$(ui.newPanel).mCustomScrollbar("update");
}});
From start second is hidden, so scrollbar doesnt work, and you need to update it.
This looks like it took a massive amount of work. It looks great, good luck!
Thanks. Still working on it 
Hi, thank you very much. It’s easy to modify and lovely.
How can I translate calendar and date pickup things to Turkish language?
Regards
Hi,
Check documentation of plugin.
Change month names, for example:
$.fullCalendar.monthNames = [‘January’, ‘February’, ‘March’, ‘April’, ‘May’, ‘June’, ‘July’, ‘August’, ‘September’, ‘October’, ‘November’, ‘December’];
Hi, thank you for your answer.
What about date pickup? http://prntscr.com/1km9e8It is almost the same solution, check documentation.
All u need is download Development Bundle, open ui/i18n/, find your language(jquery.ui.datepicker-tr.js). And include it after jQuery UI on each page.
Then, after init datepicker u should also include:
$( "#datepicker" ).datepicker( "option", $.datepicker.regional['tr'] );
Love you and love your products. The best seller, ever. Best support. GOOD LUCK!
Thank you:) Dont forget to rate my template. If you like it of course. Also stay tuned, new update comming… 
Already voted, 5 stars, number one
I would like to see more different things from you. Regards 
I’ve kept an eye on the comments, and you said there was an update “on next week”, a week ago.
Are we expecting an update, soon?
Hi
Yes, now i’m working on update v1.2. I will include in it new features without changing of page structure. So you can keep working on prev versions.