1192 comments found.
I’m having two problems, 1st one is that on the login_v2 page the loading bar never ends loading content even when it reach the right side of the screen, the spinner keeps spinning, 2nd is that I would like to know which CSS/JS file handles the highlight of the icon within an input element, because I replace the default ones in the login_v2 page and I can’t get them work properly.
I would much appreciate any help.
Hi there Sorry about the late reply, we having a delay with request today its in the folder assets/plugsin/pace/
its powered by the plugin pace js you can modified like this
http://github.hubspot.com/pace/docs/welcome/What about the input elements?
<script src="assets/js/login.js" type="text/javascript"></script>
Remember the input ID and names have to change
Another question, where can I get a full list of CSS/JS references, <script> and <link> tags, of the hole template to include in a single HTML file?
Well all the barebone/index.html file has required CSS and JS to run webarch but say plugins like charts they should be included only when required because they become pretty heavy
I see, well thank you
When starting a brand new project, what folder should I import? “barebone/assets”, “webarch/assets” or which one?
Hi there
Excuse the timezone difference
webarch/assets and barebone/assets contain the same files 
Thank you
Again me
Just wonder:) Are you thinking about adding organization chart ? ie : http://www.capricasoftware.co.uk/projects/jquery-orgchart/advanced/index.html
And one more question : what should i do , if i want to but my ERP system with your theme ?
Hi there Excuse the timezone difference not at the moment we have not decided to upgrade charts. also an ERP system should be something pre-build Im not sure if there any available once with our theme but I could tell you that there are ERP where theme can be installed
Pre-Build means custom design ? Sorry, i dont understand
there are open source or paid ERP systems out there which you can customize the UI
Yes i know, i have investigated all of them but we need an start-up for our company. Actually, it is not complicated as an ERP, you can say it is an application for an pipeline.
Hi,
Nice theme, did you have a Slide Toggle small option on this template?
Hi there
You mean iOS slide toggle ? 
yes, the IOS slide toggle and need know before buy if you guys have another user profile page template, i love all pages of this template, but this one is not good compared to a lot of other admin user profile templates on themeforest, and other feature that I think that is missing is while the menu is collapsed show the submenus on mouse over and a tooltip with the name of menus (actual you show just the icons and the user need click to see the name of the menu and exist submenus !
Hi there
yes that is the only profile page we have. Will consider adding the submenu names in the future updates 
Hello,
I am using your theme in my application but i need only a page only includes the bootstrap and includes your data-table. No navbar, no notification bar,
Which files should i need to include to use data table in a different page and different folder.
Regards.
Hi there are you using the barebone folder ? It has the basic and most min version required to run webarch
<link href="assets/plugins/datatables-responsive/css/datatables.responsive.css" rel="stylesheet" type="text/css" media="screen"/> <script src="assets/plugins/jquery-datatable/js/jquery.dataTables.min.js" type="text/javascript" ></script> <!-- OPTIONAL --> <script src="assets/plugins/jquery-datatable/extra/js/TableTools.min.js" type="text/javascript" ></script> <script type="text/javascript" src="assets/plugins/datatables-responsive/js/datatables.responsive.js"></script> <script type="text/javascript" src="assets/plugins/datatables-responsive/js/lodash.min.js"></script>
Thank you very much. 
Sorry if i ask silly question or the question already have ask by someone else. What is barebone files?
Hi there
Barebone is the first place any developer would start off its has only the required files that is need to run webarch (Minimalist version)so that any example js are eliminated keeping your project clean, if you want to add elements you can copy past from the example files including there js and css 
Terbaikkk bohhh!! 
The left side nav scroll doesnt seem to always scroll when it is needed. I have checked latest chrome and FF and both seem to make the issue pretty easily.
To test, expand UI elements and then make browser less small, you will see scroll is not triggered so then you cant see bottom elements. can you patch this or suggest code to fix?
Hi there
Yes a hot fix would do
update the file assets/js/core.js
from here
http://revox.io/webarchv2/assets/js/core.jsI am not seeing this fixed with the update. I see that scroll works specifically in the menu item called “extra” but not another one like “UI elements”
Will look into this thanks
How do I put in an easy pie chart?
Hi there First you will need a div that with unique id or class say test
and the js would be something like this
$(function() {
//create instance
$('#test').easyPieChart({
animate: 2000
});
//update instance after 5 sec
setTimeout(function() {
$('#test').data('easyPieChart').update(40);
}, 5000);
});
there are more options like bar color width, inner colors etc
http://rendro.github.io/easy-pie-chart/What is id=”disk-usage”?
What is id=”disk-usage”?
Yes we have already created one but you can change it what ever you want
plus you will have to use the same ID in the JS
I see! Another question. Why is it that when I remove the line containing id=”line-example” or id=”area-example” other charts stop working as well?
Its how the plugins are made sometimes if you have a JS code bind with the div ID and if the div is removed from the HTML it will through an error this will in return stop the other plugins from working, so if you remove the div you should comment out or remove the JS code relevant to it 
Thanks!
There is available a manual/tutorial of how to configure it?
Hi there
There is a documentation yes but what kind of configuration are you talking about ?
and we are always here to assist you if you stumble across anything
CSS properties, HTML schemas of how to use the widgets, configure the layout, and JS code to work with the plugins.
Ok, we do have a barebone structure code which is there for a projects to startup this contains all the required code and very basic stuff that is required to run the template and as you create more pages you can link in more libraries and add code
but we do provide hands on support in getting fixes or even how to add new widgets. but documentation is something like this
That’s a good start, but what about the widgets, and can I use other CSS font?
Yes widgets are not mentioned in the doc but that’s a side we are planning to improve. For now people have managed with widgets but please do let me know if you stumble across any difficulty 
Much thanks
Hi,
Great theme, it’s quite fantastic.
Quick question, I noticed that there are still some bootstrap 2 CSS classes being used in the html. For example, the datatables.html page had a lot of <row-fluid>, <span12> and <span6> classes in use. It doesn’t seem to be doing anything though.
Would you be cleaning up the code?
Thanks again!
Hi there
Oh thank you for notifying this, yes it wont do anything
will clean it up in the future updates
Thanks! looking forward to the updates.
hello ace does it support rtl?
Hi there Currently it doesnot support RTL
thanks for reply
is it possible just change left side bar to right?
and right sider plugin that use for chat to left?
Hi there To switch it minor tweaks are required like .page-content has margin-left to margin-right correct the sider plugin is used
Hello ace
Are there any plans to enhance forms? as someone already stated, this is an admin theme, social widgets, profiles, all of those are nice and welcome, but the core of an admin theme are the forms, not the most exciting feature, but the definately the most important.
I think you lack on multiselects, lists, double lists, suggestions, and many other things a good form foundation should have.
Hi there
Like you said its time to focus more on forms
will do something out of the box for this one
When do you plan to release more form example / use case ?
Hi there!
In the coming week we are planing to release and update 
with which recent jquery version webarch works ? because I want put it the last one…. can I 
Hi there
Yea you can upgrade to the latest 
Hello , What do you mean by saying “Rails Application Supported” . I am thinking about use this theme on Asp.Net MVC5 but if it will be easier to use Ruby On Rails, i can change my way.
Regards.
Hi there
No you should be fine with ASP because you need the HTML files
But for guys using rails they need the HAML version which is also provided in the package
that is why we mentioned rails support
This package is amazing. Thank you.
However, there is an issue that is making me pull my hair out. Bootstrap color classes have been all mixed up. When using .check-success it came out blue, and when I checked some more, text- and btn- was also mixed up. Many of the colors are broken. Please fix this, as it really takes the ease out of using something that is powered by BootStrap when it is breaking Bootstrap’s classes.

Hi there
Thank you!
Your saying color codes are bit mixed up, blue as success and green as primary ?
well our primary color is green that is the case that we started using it but will look into this and change in future updates
Yes, colour codes are mixed up. But not just primary. You need to check them all. For example, in one area I used .text-info and got the correct colour of light blue. But then for a button I used .btn-info and got the dark blue. Very annoying 
Oh I think your refereeing to the LESS file color vars .. I will look in to this
Hi,
How can I control the loading animation on the top right (the small blue spinning circle)?
Thanks
Hi there Its powered by PACE JS it doesnt have a initail control simply load the plugin and it works but you could control the behaviour and look and feel
http://github.hubspot.com/pace/docs/welcome/to disable on AJAX request
http://github.hubspot.com/pace/Hi,
I have recently downloaded this template, but it doesn’t seem to display correctly in IE9, even when I first extract the download if I open any of the pages in IE9 its displayed as if your viewing from a mobile or tablet, but if I open the same pages in Chome/Firefox they are displayed correctly. COuld you point me in the right direction to which file/section of code i can correct this?
Also, which WYSIWYG editor would you recommend using for this template? I have just been editing everything so far using dreamweaver but i dont think its very good.
Thanks! 
Hi there We have checked it on IE9 before and it works fine, could let me know the exact version number or are you in compatible mode of it ?
Sadly there is no proper WYSIWYG editor out. Dreamweaver will start displaying wierd layouts,
Something like http://html.adobe.com/edge/reflow/would do 
I’m having some trouble using some of the elements due to the documentation not being very clear. The demo of the template has a lot of functionality built in and I’m using that as a base for a project. However, it is unclear what widgets are linked to which external scripts or which scripts contain custom code which is only for the demo (as opposed to framework code). For example, adding the ricksaw css and js files to a page always results in an error in the javascript console. Is there a mode detailed documentation or better documented examples with the extended license?
Hi there
We always here for support!
yes ricksaw has a very wierd way of error handling if the element tag goes missing its still checks up with the DOM trying to find it and stops other scripts from working. what kind of the are you trying to archieve ? a screenshot demo link would be great
let me know
you could always email to support@revox.io