76 comments found.
Any plans to have the ability to put the navigation on the top?
Hi, jeckajam
In next updates i will include it. Stay tuned.
know when the next update is coming?
A few weeks… may be quickly
Fault in theme is that….. on every page approx 30 jquery plugins are loading with page and due to that every page become heavy…. and not good for shared hosting or heavy visitor site.
Please a documentation…were we can find that which plugin is responsible for a function so that i will only include that plugin on page.
I will include it in next update… Thanks
harshaljha, can you contact me with email(aqvatarius@ukr.net). i would like to ask a few questions. Thanks
do u plan on adding the faqs page like u have on the other template on this one…or like a wiki section…? thanks
Yes. I will be adding new features and pages to the template. Your suggestions very important to me, if you know how to do it better let me know(send email). Thank you.
Just bought this template. Very nice. I want to know if there is any script that allow me to reload a div (post ou get) without needing to reload the entire page? Like aJaxLoad.
Thank you.
Hi treloso,
No, but it’s easy to implement it, using jQuery functions $.pos,$.get or $.ajax, to .content div
If you need help with this, you can contact me with email, and will do my best to help you.
Thanks for purchase. Let me know if you have any questions or suggestions.
Hi Aqvatarius,
I use the last version of Firefox but there is a little issue in the Charts page, see :
http://www.hostingpics.net/viewer.php?id=545062981.jpgRegards
Hi kfug
Problem is in change of content width, it’s increases due to navigation. If use hidden or collapsible navigation it mast be normal. I will fix this bug. Thanks
Ok thanks Aqvatarius.
Anyway, the more I look at your theme the more I love it. I really look forward to finishing my mockup and using it.
And great job for the updates. Keep it up 
Regards
Thank you. Stay tuned 
Hi virgo template
it is very nice template, but it seem to be not work in ie8 ,chart feature,
anyway if you can add all this element in this link to next update it will the best, http://themes.suggeelson.com/supr/elements.html, i will buy this theme,
thx
Hi it_amara,
are you talking about “Circular progress bars”?
i am talking about tab with dropdown, and other style of tab
oh… i see. Yes, i will include this in next update. thanks
Very good work, just a suggestion : you could add projet managemenet widgets and maybe task management widget as in the following templates and then it will perfect.
http://themeforest.net/item/constellation-complete-admin-skin/full_screen_preview/116461Thank you Regards
hi walidalaoui,
I will include int in next update.
Thanks for purchase
Thank you very much !
Hi, This template is taking long to to load due to lots of Jquery Plugins are loading together. Please make a document where we can find that which Jquery is working for a particular element so that i will include only that Jquery file in header.
-Thanks Harshal
Hi harshaljha
In documentation you can find list of all plugin and files. And in plugins.js, all inits of plugins commented.
If this is not enough, you can wait, and i will describe it in documentation more detailed.
Thanks
Please give a detailed documentation for each functionality plugin so that i would be able decrease down time.
Hi,
First of all thank you to fix many other bugs… and thanks a lot to add functionality of image cropping.
One of my request is – Please add Bar Chart, line chart in bigger size.
Hi harshaljha,
I will add it in next updates.
Stay tuned 
the auto refreshing of the screen example, havent been able to figure this out and it is really one of the main functions i need i been tinkering around with this ..............You can use default jquery function .scroll() to detect scrolling and use var myDiv = $(‘content’); if (myDiv.offsetHeight + myDiv.scrollTop >= myDiv.scrollHeight) { //load new posts }
......................................................................................... please is it anyway u can provide me with a working example please….. my email is still the same iamvallowens@gmail.com
i really need it , the rest of the site is a movie
Hi vallowens
You can create new .js file and include it in your page, where you need to use actions on scroll bottom. And add this code:
$(window).scroll(function() {
if($(window).scrollTop() + $(window).height() == $(document).height()) {
alert("bottom!");
}
});
this code doesnt work on mobile devices
i guess this something u can take notice on before adding it to update, an auto scroll like twitter function and facebook that also works on mobile devices.. ill keep searching as well thanks
but it worked on my pc fine
i even tried tweaking it
$(document).ready(function(){
$.ajaxSetup({cache: false}); // disabling cache, omit if u dont need
var defaultBtnText = "Load More Content";
var buttonLoadingText = "
Loading..";
$(window).scroll(function() { if($(window).scrollTop() + $(window).height() == $(document).height())
{
loadMore();
}
});
$("#loadButton").scroll(function(){
loadMore();
});
function loadMore()
{
$("#loadButton").html(buttonLoadingText);
$.ajax({
url: 'include_wallfeedmainscroller.asp?offset=15',
method: 'get',
success: function(data){
$("#bodyContent").append(data);
$("#loadButton").html(defaultBtnText);
}
});
}
});
div id=’bodyContent’ class=’bodyContent’>
/div
like i said it worked on pc jus not on mobile phone
Let me check… I will try to resolve the problem as quickly as possible.
i found this .. http://demos.9lessons.info/load_data_scroll.php it works on my mobile phone i just gotta figure out a way to incorporate it into your script especially since i program in asp not php
also this is what im hoping u can add to the stream this is exactly what i was looking for http://wall.9lessons.info/
load_data_scroll.php usign same script as i send above, to detect scrolled bottom. All what you need, is write function to load new data…
$(window).scroll(function(){
if ($(window).scrollTop() == $(document).height() - $(window).height()){
loadPosts();
}
});
function loadMore()
{
$("#loadButton").html(buttonLoadingText);
$.ajax({
url: 'include_wallfeedmainscroller.asp?offset=15',
method: 'get',
success: function(data){
$("#bodyContent").append(data);
$("#loadButton").html(defaultBtnText);
}
});
}
$("#loadButton").click(function(){
loadMore();
});
wall.9lessons.info i can’t use that script. You can buy it, and use for your project.
Hi smartgrid,
1. You can find example of it on page mailbox.html, if you press New email
2. Upload it in directory /img/... , add new stylesheet in folder css, import this file in stylesheets.css above icons.css.
3. when theme is changed, script add class to body with theme class name. If you need to do custom buttons for every theme, you can open styling.css, line 1-34 is example how to change btn-primary. So you need do this for every theme, or theme what you need, with prepend .ThemeName .btn-primary. As example:
.ssLight .btn-primary{...} for change button styles in light theme. And dont forget to change actions .btn-primary:hover etc.
4. where?
Thanks for the reply, I’m trying your suggestions now, slow with debugging
for question 4, when user select setting or move slider and clicks submit button, we need to show an Ajax spinner. I am looking to show icon, with hammer, like building something.
You want to hide all page or some form only?
Hello, I have purchase the template
But I have a problem with Table Sorting and Table sorting pagination. on firefox.
I can send you a screen shot but I need your E-Mail
This is quite urgent.
Thanks
Thank you the screenshots were sent.
Answer on it
Thanks for purchase.
This webpage is not available The webpage at http://aqvatarius.com/themes/virgo_v12/ might be temporarily down or it may have moved permanently to a new web address.
Hi ThemeRox
It’s strange. I will check it.
Thanks
Can you send me trace to aqvatarius.com? if the problem still there…
Very, very nice theme. I really like it. Have you considered adding an interactive map element? as a widget or content page? I’d love to see a map element.
Hi raymop
Yes, it will be included in next updates.
Thanks 
how can i set path file upload.
hi
At first you need to buy template. Then, in /php/pluploader/upload.php file, change path for $targetDir = ’...’;
I’m rubber you do not use that account to buy it because I do not know the company’s Account is purchased. Thanks you for the support. I must apologize. my english is weak. thank you.
Hi. Cool template!
Really keen to buy this, but would like to know if you plan to add the following components in future releases of this template:
1) Dynamic animated sorting list (similar to the Gallery example on the Adminica template; 2) Growl like messages 3) iPhone switch like checkboxes 4) iPhone style scroll list
Hi AgileAce,
I will update this template… and i think it’s posible to include 1-3 items. 4 item i think alredy included on widgets page(“Custom scroll”)
Let me know if you have any questions. Thanks
Thanks for the quick reply. Item 4 “iPhone scroll list”, I refer to the Contacts page (under Org menu) on the Adminica template. It’s the widget “iPhone Nav”.
Oh…. now i see.. Yes, i think it’s posible
I will include it in next updates…
Hi AgileAce
Please, check update v1.3. There all included…
Thanks! Looking good. Just one small request (really a nice-to-have) on the iPhone style scroll list: would be nice if the current section header that you are scrolling through, sticks to the top of the list. Also, maybe you could include the latest iPhone witch styling (it’s the one with the round switches)? PS: I’ve also bought the template. Keep up the good work!
Thank for purchase. I will work on your suggestions. Thank you!
Thanks for the update. Just one issue I have picked up: the new iPhone switch does not seem 100% correct when in the “ON” position. It seems fine when switched to “OFF”.
Hi, AgileAce
yes, i see… to fix it add:
css/ibutton/jquery.ibutton.css:83 div.ibutton-label-on
-moz-border-radius: 14px 0px 0px 14px; -webkit-border-radius: 14px 0px 0px 14px; border-radius: 14px 0px 0px 14px;
about to purchase this.. for the stream page have u considered or already started working on an auto refresh//scroll for the stream like twitter so as the user scroll it automatically shows older posts, this will make it ofiicial
Hi allowens,
You can use default jquery function .scroll() to detect scrolling and use
var myDiv = $('content');
if (myDiv.offsetHeight + myDiv.scrollTop >= myDiv.scrollHeight) {
//load new posts
}
Or you can wait… and i include in next update
However, thank you for your suggestions.
no problem uve been a big help once i purchase in a lil bit i will rate as well
by the way this is what i was lookin for when i purchased ur other one this hit the nail right on the head
Let me know if you have any questions. (the fastest way to get my answer is to contact me by mail)
Thanks 
jus purchased it, how do i change the theme to permana grey dar for all pages? i dont see it in the documentaton
hi
<body class="ssGreen bg_light_orange">...
where ssGreen is class of green theme, bg_light_orange class of background.
Thanks for purchase. Let me know if you have any questions.
Hi Mate,
You have the wrong screenshots for this product. 
Michael
Hi, Michael
Uploaded wrong preview files, from enother template. 12 hours waiting for aprove, from themeforest right upload 
Thanks
Hi,
Login Page have have validation on empty field but Forgot Password and Registration both have no validation of EMPTY FIELDS.
Why ?
Forgot password and registration is only examples of change blocks. If you need to validate this fields you can add class on inputs validate[required], or check more examples on validation page examples.
You have created best admin template. There are few bugs that i will inform you by mail. Please include Photo Cropping tool in it cause it is most important for today’s form filling.
Thanks for updates
-Harshal Jha
I will include photo cropping plugin(as example jCrop) in next updates. Wait for your email. Thanks