140 comments found.
Can you provide a simple example of how to display data in a chart? I can’t find an example of how to structure the actual data on the statistic.html page.
Never mind…just found it.
ok 
thanks for the reply. I tried but does not work! wysiwyg_en the textarea field appears disabled and the writing is very small. for exemple: http://php.bunz-project.com/admin/wys_en.png I tried with both firefox and ie. where am I wrong?
in previes link that you send, in your source code, doesnt seted height and width for textearea fields. Check Aquarius template files, or check editor site. Set width and height is important.
Hi, bunzolo
It’s not a bug. Just set for textarea tags width and height… as example:
<textarea id="wysiwyg_it" name="text_it" style="width: 100%; height: 300px;"></textarea>
Just to append my above comment I tried to edit the plugins.js
with the below code $(”#b_popup_4”).dialog({autoOpen: false, modal: true, width: 400, buttons: { “Save”: function() { $.post(‘process.php’, $(’#additemform’).serialize()); //$( this ).dialog( “close” ); }, Cancel: function() { $( this ).dialog( “close” ); } }});
Hi, jayreis
I think the best way to get values of fields is get them by unique identifer… as example: var name = $("#additemform input[type=name]");. or access to it by class or id selector.
Please, contact me with email (aqvatarius@gmail.com), if you have questions, or this problem still not solved. I will do my best to help you.
ThanksUsing the model form such as the one on the ui.html form how would I get the variables that are entered into the sample html form from the model window Can anyone point me to a tutorial I am thinking I need jquery or ajax
thanks
Ansevered on another message. Thanks for purchase.
“Admin-template can be configured to show the fields in accordance with the privileges of user. for example: Subscriber, Publisher, developer, administrator, etc.” in Can be used to wordpress
Sorry, but i dont understend what you want…
Is it possible to change the ‘close by click’ of the bootstrap alerts? I’ve seen that with the standard bootstrap you need to add the ‘x’ for closing the alerts, but on this version clicking anywhere in the alert will close it. How do I make it behave like normal again? Can I just update the bootstrap.min.js with the 2.2.2 version?
Hi Nickske00,
open actions.js. and remove code:
$(".alert").click(function(){
$(this).fadeOut(300, function(){
$(this).remove();
});
});
Thanks! 
PSD file is not same as template – want to modify settings button and only flat files available that means will have to create all variations from scratch – is a more complete psd file available??
Hi, kevbaum
Unfortunately PSD file has been designed to represent what will be the template.
And it has not been updated since that time.
Thanks. Let me know if you have any questions.
Thanks for the reply. I was able to edit the png files in fireworks … worked great.
Thanks
Yes, almost all PNG files are layered.
Thank you for purchase
Excellent template…Super cool…only footer is missing.
Thank you
i think it’s not a problem to add it:)
Hello,
Your work looks great. For me it has only tree missing things: Tabs tree view Sortable rows in table (drag&drop)
Do you think it is possible in the near futures add such features ? I’searching now for framework to building cms and such things would be needed.
Hi trustnet
I think it’s posible. I will include it in next update.
Thanks
The select2 is visual corrupted, if placed into the wizard:
<fieldset title="Home"> <legend>Site</legend> <div class="row-form clearfix"> <div class="span2">Site</div> <div class="span4"><select type="select" name="site0" id="site0" onChange="f_doSomething(this.id);" class="validate[required]"><option value="6DE3E59A-B6B4-49BF-8CAE-56D3C3946E7A" class="">optionlabel_1</option></select> </div> ... an so on ... </fieldset> fixed by adding a ´style="width:100%"´ to the select-tag</div>
If you check forms.html, you can see there, that select2 seted with width 100%, if you want use it always with 100% width, set in css… .select{width: 100%;} or soms like this…
Corrupted is beacouse u havent a predefinde value…
Hi.
Any tip, how to make the faq case-insensitive?
Thx.
Hi medianetx,
Yes you can do this… There 2 ways:
1st rewrite old old jquery selector :contains
$.expr[”:”].contains = $.expr.createPseudo(function(arg) { return function( elem ) { return $(elem).text().toUpperCase().indexOf(arg.toUpperCase()) >= 0; }; });
2nd, create a new selector with code above In this way, you can use old :contains… I think it’s best way…
And after this(if you create new selector), change it on faq.js:20
Let me know if you have any questions.
Code example is for jQuery v1.8.
In Auqarius used jQuery v1.7
So u need to change code to:
$.expr[’:’].contains = function(a, i, m) { return jQuery(a).text().toUpperCase().indexOf(m3.toUpperCase()) >= 0; };
I will include it in next update.
still doesn´t work … > m3 is undefined OR if i chage to “m” > toUpperCase is not a function
Hi medianetx, please download current update v1.5, and update files plugins.js, faq.js. In live preivew you can see it… Thanks
going to check this. thx!
nice work!
Hello! I am sorry to bother you again. I tried to find a solution in forums but didn´t find any. We have been trying to put more than one select2 box in the same page, but as you told me before, it is not possible unless we define one javascript code in plugin.js for each select box we put in the page. The problem is that our select boxes are posted dinamically, do you know a shortcut to overcome this limitation of having to assign an id to every select box? thank you so much. My email: adriana.velasquez@gym-group.org
Hi. Send answer on email
When using tabs, like in the ui.html example, is it possible to set a default tab? So when you’ve got five tabs and in some case you want the 3th to be visible standard, the other time the 4th, etc…
Hi
Yes, it’s posible. You need to set for your tab unique id and in plugins.js set for it:
$( ”#yourUniqueId” ).tabs({ active: 1 });
Where 1 is number of default tab.
for more info check jQueryUi documentation:
Awesome…Thanks for the fast reply!
Thanks for your interest 
Hi Mate,
Interesting theme…is it compatible with asp.net?
Michael
Hi Michael
This is HTML template, and yes, it’s compatible
But… there 2 plugins powered by PHP. It’s file uploader and file browsing plugins. Both of it, has asp.net connetors, but you should find it on plugins sites.
Thanks
Sorry, it was my mistake when I asked about an issue in dataTables and select boxes with filter, because I didn´t realize the template already have this option and tried to use chosen plugin….now everything is working properly. Great template : )
Hi pingry
If you have any questions, or suggestions let me know. Fastest way to get my response, is contact me with email.
Thanks
this model can be integrated with wordpress? or u have something to wordpress? Thank you. Edson
Hi
It’s html template, you can use it for wordpress. But it’s not a wordpress template.
Thanks for your interest.
Hello! Do you know of any incompatibility with dataTables in this template and Chosen jquery plugin? When I use them together dataTables filter and other features stop working. ;(
Hi, pingry
Have you any error in console?
Please contact me with email
Thanks
Hi! I love this theme, but is it possible to add a footer? When I add a div after the wrapper so, <div class="wrapper">Other divs</div><div class="myfooter">My footer</div> and there isn’t enough content to match the size of the menu, the footer just runs trough the menu… I acts like there isn’t a menu…
Hi
The easiest way to add footer, is add footer into wrapper div
If you need to fix it in bottom of screen when menu longer then wrapper, you need to use position: absolute; for footer, and fix it in bottom.
If you need help with it, contact me with email.
Thanks for purchase!
Hi,
You’ve forced me to think of antother solution. The problem is I never know how long the menu/page content will be.. The menu might me very long for a user with a total access, and very short for someone with limited access.. So I dedided to just add an about page to the menu where people can check system version etc, and normally there is also a debug div during development, but I decided to put that into a box (just like al the content). So I think my problem is solved..