653 comments found.
Hi When reviewing the demo version you get the following error.
function getCanvasDimensions() {
canvasWidth = placeholder.width();
canvasHeight = placeholder.height();
if (canvasWidth <= 0 || canvasHeight <= 0)
throw "Invalid dimensions for plot, width = " + canvasWidth + ", height = " + canvasHeight;
}
Invalid dimensions for plot, width = null, height = null;
Hi. Yeah, i know, it is an issue in chart parameters which i set fot the chart. All of them will be changed during development, thats just an example. I will fix it asap. Thanks
Hi Kopyov,
I downloaded 1.4 update but Wizard bug still exist. I think there is no solution for select boxes yet?
Thanks.
Yusuf.
Hey Yuzuf.
Sorry, i forgot about this! Already working on it. It’s a bug of jqtransform plugin, not a wizard.
Guys, i am sorry, i didn’t expect that update review process will take min 9 hours. I updated description and live preview, uploaded update, but reviewers still didn’t approve it 
I will post here right after update will available for download.
Thanks for your patience and sorry again
same here… please update the download at themeforest…
Thanks!
And where can I download this update? Package available in my profile/download contains no changes from version 1.3, and the documentation is no different.
Hi Eugene,
Fantastic work! The reference about the hot secretary made me laugh 
Any chance to add support for a sticky menu?
Thanks! You mean to make left navigation always visible and scrolling with the whole page?
Yes, exactly! Would be very handy 
Blin, russki ne vosprinimaet… V angliskom slab, kak i v polzovanii sredstvami CMS . Podskagite Evgeni, vash shablon “Brain admin theme” mogno dly Joomla ispol’zovat’!??
Net, nado budet integrirovat tuda, t.k. eto tolko html kod. Esli u vas est programmist, uveren on smozhet eto sdelat
Hi, Let me rephrase the question.
We want to make the left nav have 100% height. Like a two column layout. So we can set a different background color, only for the navigation on the left. We’ve tried setting it to height: 100%, along with the wrapper, body, html, but it never seems to apply.
Thanks!
no ..
So go ahead and do it
It’s a loader of that plugin
I dont want the jqTransform effect on the form elements .. especially select boxes .. If a remove the “forms.js” .. then the tabs also stop working ..
How can i achieve the same ?
$('form').jqTransform({imgPath:'../images/forms'});
in custom.js?
Doesn’t work class=”validate[required]” for checkbox.
Hey.
Thanks. Just found this issue. The problem is that to get validation work for any input, you need to use only one class which actually is setting a require type for the field or checkbox. For radio buttons and for checkboxes i used jqueryTransform plugin, which adds its own class to inputs, that’s why it doesn’t work. I will find a solution very soon
For Liquid layout doesn’t work left-right arrows in Schedule.
Thanks, missed that part, will be fixed today 
Hello,
Is it possible to make the left navigation span the full height? The company I’m with purchased this under another account and we can’t get it to span the full height.
Thank you!
i think i didn’t get your issue. What do you mean full height for span?
Span in the left navigation is used for icons on the background with paddings
Thanks for a wonderfull template. Have a question about the charts. Is it possible to add mouse-over functionality to line diagram to show value at the the different points?
The datePicker function of Jquery has stopped working
$(”#divId”).datepicker( { dateFormat: ‘dd-mm-yy’ } );
It works for me, on demo site either
Hello, Eugene! Is it planned to make a fix for IE8 / IE9 in the soon upgrade? It would be simply magical! =) Thank you!
Please include a modal window.
UI dialog will be available in the next update in 2 days
Hi,
When I use table, it uses its default blue even row background. I cannot use tableStatic class because I need resizable and sortable columns. How can I set your theme to such a table? Thanks.
Sorry, but i didn’t get you issue. There is no blue background, it’s light grey. Tablestatic class – it’s a general class for table styling (borders, backgrounds etc.)
Even and odd row styles are controlled by
tr:nth-child(even)
.tableStatic was used in 1 reason – for dynamic table were used other styles in separated CSS file
I just want to have a table like the dynamic one in your tables.html defines as table cellpadding=”0” cellspacing=”0” border=”0” class=”display” id=”example” But if I change id then: - even row highlighting disappears; - header view changes; You can check it in you tables.html. I need to have a theme that does not depend on id.
Ok, gotcha.
Find in custom.js
oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"sDom": '<""f>t<"F"lp>'
});
This ID is used by dynamic table. Change it to any class, then add this class to dynamic table and remove ID from the table
It seems that submit button is a little off in Firefox (can be seen on login page, white line between the bottom border and button background, FF 9 .0.1). Will a fix make it into the next release?
I didn’t even check it in FF 9 , will check soon.
Thanks