140 comments found.
looks like you have fix for IE9 jquery popup buttons, please send it to me too.
Thanks
please contact me with email, and i will send you files. Or wait new update. It’s coming soon…
I am trying to use this template with bootstrap, but bootstrap tables and forms are not coming out nice. They seems to be using default bootstrap css format.
When the theme changes, popup still appears in default style.
Yes, it’s not styled, couse there used default html tables.
Hi,
This theme can support a top-level navigation, because it’s bullt on bootstrap? I just want to make sure.
So just next to the top Aquarius image I want a navigation drop down menu.
I just need clarity before I buy this theme!
Looks great!
Regards, Donovan
Hi, Donovan
Yes it’s based on bootstrap, so navbar is aviable, but not designed. I will work on it on next update, when all libraries will be updated to latest versions.
Stay tuned
Okay so how long may that be for it to be included in an update? 
I just need a rough idea as to whether it is worth the wait, or whether I need to consider a new theme.
Thanks a mill!
i’ll try to do this asap… but not before this weekend. Thanks for interest 
Hello, I didn’t search but i need an autocomplete plugin and working sample code. Especially using ajax as a json source. Thank you
Hi
You can use jQuery Autocomplete plugin
As i remember, i doesnt do any markup for it, but it’s default element of jQuery UI, so it should work…
Thank you for purchase. If you still have any questions, contact me with email.
I allready begin to implement it. Thank you for fast answering.
Thank for purchase. Also if you have questions, please contact me with email to get fastest answer.(aqvatarius@ukr.net/gmail.com)
Hi. This template is great. I tried to found some autocomplete option implemented. It’s easy to include jquery remote autocomplete, but when dropdown list appear, and we move through options using keyboard arrow keys, it is impossible to see what is selected at the moment?
Hi, please check jQuery Autocomplete plugin documentation
I think I found two bugs related to the menu responsiveness:
- If you shrink the window so that the menu is put in a button in the header, open and close the menu, then re-enlarge the window so that the menu goes back to the left, it doesn’t come back, it completely disappears, at which point you’re stuck with reloading the page or keeping the window small.
- If you shrink the window, open the menu, then re-enlarge the window immediately, you can’t access the rest of the page without re-shrinking the window and closing the menu (which brings us back to the first bug).
Also, I was wondering: I don’t have much experience with JQuery or Bootstrap yet, but do you think it would be possible to make some kind of “login bar” that can be put in the header or in a bar to the top of the page, rather than having a completely separate page for logging in (eg.: like Facebook)? I would like for the login to be as visible as possible on my website.
Hi, SharpWolf
About menu, yes it’s bugs, but not critical. It will be fixed in nex updates.
About login bar, i think yes, it’s possible. If you need help to do this, please contact me with email. Thanks
Good to know! I’ll contact you directly if necessary.
Thank you for your excellent product and support!
i have problems with jquery-ui dialogs in ie9. you sent “melones” 25 days ago a hot fix. can you send it me, too?
Please, contact me with email. I will send you files. Thank you.
This template is great! However, I find the documentation to be somewhat lacking:
The example pages are good, but I feel it would be better if there was a tutorial, or at least a complete list of the whole structure. I’m thinking something along the lines of “x tags will give y visual elements” and “this element uses that specific plugin”, something like that.
I think that the “HTML structure” section should be the most important part of the documentation, yet it is the smallest and least detailed, which makes using your template for the first time a bit daunting, to say the least. It would be great if you could improve it.
Anyway, that being said, the template itself looks good. I’ll definitely check your other works.
First of all thanks for purchase. I will work on documentation, and on HTML structure section. Thanks for your suggestions, it’s very important for me.
Hi, I have few questions about this (wonderful) template: 1) It is possible to create a left side menu with another or more sublevels? 2) Can i load fragment of page with ajax and not the entire page when i click on a link? Reloading the entire page doesn’t have much sense and is useless (imho). Thank you.
Hi
1. Now you have 2 levels, and sure you can customize it. 3 level menu its not aviable, but you can use popup like in messages example
2. It’s not developed. Sure u can do this, all you need it’s create links controller and load with ajax content into
... . It’s work for a 5 min.Ok, so I can easily customize menu levels with some patch. About ajax: I do not understand what you mean, but if it is possible, i buy this template this morning. Thank you.
<div class="content">...</div>
Yes, thus in fragment_of_page.html i have a div with class “content” and in a general file .js (loaded in index.html), i insert a method called “loadFragment” (example!) where i use load jquery method. My question is: in fragment_of_page.html i see default styles and can i use js plugins loaded in index.html? More specific example: if in fragment_of_page.html i have a form, can i use validation? I’m sorry if I’m boring, but I have already purchased templates that did not allow me to do this easily. Thank you
Right way to do this, is after ajax load page in .content, find there form what you need and init for it validation engine. And i think this is one right way. Its easy to do…
$.post('fragment_of_page.html',{},function(data){
$('.content.').html(data).find('#formID').validationEngine(...);
});
Some think like that. Let me know if you have any questions.
Thank you. I bought your template, it’s wonderful
Question: if I do $(’#workplace’).prepend(’<d iv class=”alert alert-success”><h 4>Success</h 4></d iv>’); how can i set for this element the normal template behavior (onClick -> fadingOut and remove) ?? This is executed in actions.js in onReady function. I have to create my own js function and call it when i need default behavior?
Hi, change
$(".alert").click(function()...
to
$(".alert").live("click",function()...
Thanks for purchase. Let me know if you have any questions, or this doesnt help you…
Hi, i’m using datatables in a “loaded fragment”. Checkbox column (class=”checkall”) seems not work. Not work default behavior nor stylesheets on this column. Can you help me?
I think it’s a uniform problem. After datatable initialization, checkbox column doesn’t have “checker” div
table loaded via ajax, or simple way? Please, contact me with email. I will try to help you. Thanks
Please, check your email. I answered on your..
I put as a new comment because it is a new matter. I have a modal form dialog with some textfields and passwords, etc etc, and it is working good but I have made a dynamic modal dialog popup with checkboxes, so when you press a button, a dialog with a checkboxlist shows, but the problem is, the dialog opens inside the modal form dialog making it to small, non resizeable and looks odd, so my question is, do you have a solution for having a form dialog inside a form dialog?
Don’t know about bootstrap modal, but in jquery dialog it’s posible.
If you need help to do this, contact me with email please. Thanks
Hi, I just bought this template and i like it… ALOT! But i have one question. If i have x number of tables on one page with same number of columns, is there a way to the first column in all tables same size, and second same size etc etc so it looks more proper?
Hi, Bjolja
Sure you can. just set to
In example of simple table you can find:
<th width="25%">ID</th> <th width="25%">Name</th> <th width="25%">E-mail</th> <th width="25%">Phone</th>So, just change width to sizes what you need. As example:
<th width="50">ID</th> <th>Name</th> <th width="200">E-mail</th> <th width="200">Phone</th>
id will be with 50px, email and phone 200px, and name column will be rest of width.
Thanks for purchase
That will not work for me, it is as the table widths did not care about the widths I set.
Can you send me your table source?
here, or on email. thanks
Your solution worked, i had a reference to another stylesheet causing the problem. Thanks!
Hi, I might buy this nice admin template but I have some questions before. 1) Is it easy to implement a framework like Zend ? 2) Does it depend on any database model ? 3) what kind of file do you provide ? only html, css & js ?
Thanks for your answer
Hi
I think it’s not a problem to implement it to Zend. Aquarius is a html+css+js template. Yes, it’s included with 2 plugins powered by php, but it’s independent scripts, and they can be used without any framework.
Thanks for interest.
thanks for your quick, does it use mvc ? Would you be able to send a screenshot of the architecture folder of this theme please ? Because I really need something easy to integrate to what I did aleady
Thanks for your understading
Check link please. I that what you need?
please, contact me with email for more information
Thanks for your reply and your file. I’ll get back to you if I need to
OK, I know you didn’t write the validation js on this, but is there a basic explanation on how to validate a text field?
If you add class=”validate[required]” to any field on your Register page demo for example, it doesn’t work. Any hints on the rules of the validation?
Top notch on everything you did though, massive kudos!
Hi,
In documentation you can find links to plugins sites.
Field should be in form, and form should be inited with validationengine.
$("#formID").validationEngine();
Perfect! Yes, their documentation is verbose and crappy. Thanks again!
I’m noticing the select control text is cut off in Chrome (see below), any one else seeing/fixed this?
Link to larger image here.
Thanks,
Hi
stylesheet.css:332, need to change padding to:
padding: 6px 5px 7px 5px;
Thank you for report.
Thanks Dmitry.
I plugged in the settings above and still had the text cut off, I set
padding: 2px 2px 2px 2px;
and it looks great.
Hello
I am wondering if I can use this theme in a Ruby on Rails application.
It is full compatible, or there is any kind of trouble in RoR.
We are using Bootstrap 2.1.6
Hi zune_02,
There few php plugins powered theme… so i think that is not a problem to implement it.
Also, you should know, that is not a bootstrap template, it’s based on it, and some elements i changed.
If you have questions, contact me with email please.
Thanks
Thanks for reply
Problem with css for jQuery Modal Forms in IE9, IE8: Steps to reproduce error: 1. In Aquarius v1.5 go to: “UI Elements” > “jQuery dialog windows” 2. Click a button “Modal form” to open a form 3. Buttons are white (blue background is not displayed). Button text is not readable.
Please help resolving this bug, I am using jQuery Modal Forms very extensively in my project.
Thanks, melones
Hi
Thanks for report, i know about this bug, and it will be solved in v1.6. Release will be soon. So, stay tuned.
Thanks for purchase
Would it be possible to get a quick hot-fix for this problem before release of v1.6? I will be releasing my product (with ui based on Aquarius) soon. I would be really grateful:)
Contact me with email. I will help you solve this problem.
Answered, and sended file
You are a really great author. Thank you so much!
Thank you 
Hey,
i’ve bought your template and i’m happy with it so far. Just wanted to appreciate your work!
i’m glad you decided to implement ie7 compatibility, since many people in the european business sector use crappy old IE.
Hi ewanto,
First of all, thanks for purchase.
I know about ie7, couse almost every company I’ve worked with, required IE7 support, as this was their primary browser.
Thank you. Stay tuned 
Hello, this is a really nice template.
I am trying to validate a wysiwyg textarea, but i can not get it done. Is posible validate a wysiwyg textarea?
Thanks in advance.
Hi, mash180
Did you set to textarea class=”validate[required]”?
Please, contact me with email, and i will help you. Thanks
Hello! I was wondering if there is something like an on/off switch. I saw the toogle button but I would like it to be more visually impressive.. : ) Thank you!
Hi, pingry
I will include in next update iphone style switch button.
Thank you : )
Anyone tried implementing Pines Notify Javascript library (http://pinesframework.org/pnotify/) to this theme? For some reason, the notifications only show up on the bottom of the page and the icons are not positioned correctly.
Any chance to add this natively as part of the theme?
Thanks, 
Hi, pnacelli
Sure, i will include pnotify plugin in next update. Stay tuned 
Thanks for the prompt reply and even greater initiative. Very pleased with the theme and the support response behind it. Thank You!
Thank you. Stay tuned! 