1192 comments found.
Ao tentar escrever uma mensagem no chat usando um aparelho celular, a barra lateral se fecha.
Trying to write a message in the chat using a mobile device, the sidebar is closed.
Hi there
Ok, did try it on an iphone, but seem to work fine, could you elaborate it abit more, maybe the device your using 
I think that i found a bug.. In the menu levels.
If main have class active open
all submenus are opens also. Try this below and please tell me how to fix this.
<li class="active open"> <a href="javascript:;"> <i class="fa fa-folder-open" /> <span class="title">Menu Levels</span> <span class="arrow " /> </a>
<ul class="sub-menu">
<li> <a href="javascript:;"> Level 1 </a> </li>
<li> <a href="javascript:;"> <span class="title">Level 2</span> <span class="arrow " /> </a>
<ul class="sub-menu">
<li> <a href="javascript:;"> Sub Menu </a> </li>
<li> <a href="ujavascript:;"> Sub Menu </a> </li>
</ul>
</li>
</ul>
</li>
Hi
Thank you for reporting, fixed it, if your using css then this is what you should do 
open up assets/css/style.css
and line 486 you will find something like this
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active ul.sub-menu {
display: block;
}
instead of that replace it with
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active ul.sub-menu {
display: block;
}
great! works!
Do you offer installation services?
Hi,
Ah no but we will help you fix issue and difficulties that you might face 
I guess I found an issue. Its related to the top border of grid. It looks cluttered. http://postimg.org/image/davcwflpr/
Please take a look.
Thanks Pravin
Hi
Your talking about the RED color top boarder in the grid ? 
Sorry about delayed response..!! Yes its red color border
Hi there Yes we noticed it, its an issue in CSS where if you have on sided border and it has a pixel more than one you tend to see diagonal edges
Currently I am using color-band div at the top of the div.
How about a fix for the issue or a better way to use it (other than using color-banf) ?
Cheers,
Pravin
Hi your talking about the two edges of the color band right ? its like not a complete box ?
Yea.. Edges of the color band
on ipad the left navigation is not expanding (collapsed by default), is it just my older ipad?
Hi By default its disabled because it eats up 250px so if you want we can enable it for you
collapsed by default fine, but are you able to click the ||| three lined icon to expand it?
Excatly in the tablet we have disable because of the space issue but if you want we can give out the code to enable it
please email to support@revox.io
Hi ace, can we have an ETA on when the form part of the theme would be enhanced? Thanks
Hi, still gathering the components, will let you know 
Hi, We are very impressed with the temes and we would like to purchase one. Before that we would like to get more details on after sales support. Following are some of our queries
1. Will you be able to assist us in case if we have any difficulty in integrating the themes.
2. What will be the response time after we raise a ticket?
Thanks in advance Pervin
Hi there Yes we always here assist everyone in difficulties in integrating, bug fixes etc. We have a very quick response, at most we will respond within 12 hours because of the time difference in different countries
The angular JS beta version link is not working:
http://dev.revox.io/webarch/angular/#/otherCan you please help me download the package? We can contribute to your code base.
Uploading it again
, I think you forked the git project ?
I don’t have access to the git project…
send your email to support@revox.io I will add you 
Hi, I love the theme but I’m missing a ton of PSD elements. It’s very crucial I get them… Will you be able to send them to me?
Hi there, We have included all the PSD’s into the package, yes if theres anything missing please let us know so we can send it through email and update the package. thank you
Hi there, These are third party plugins we only styled it according to the theme, we didnt include these since these are plugins and tend to change occasionally
Hi, why the Psd’s are different from the html produced? Can you update they?
Hi there,Thank you for the purchase, can you specify what psd’s are different, is it the resolution? or the elements? Thank you
Note: My boss purchased this theme for me to use on his personal account rather than this one so it won’t show me as a verified purchaser, but I can provide our purchase code if necessary.
I’ve been using this theme to build out a new admin panel for an internal site and have a few recommendations I would love to see implemented if possible:
1. Create a LESS version of responsive.css. It would be nice to be able to combine and minify as many stylesheets as possible (without needing to put together a separate combiner and minifier after LESS compiling) as well as use the color variables from var.less in place of the hardcoded colors that are currently in there.
2. The menu currently doesn’t show any icons or text in it when the window is 768-785px wide. If you watch the classes, sidr doesn’t actually disengage right at 768, but rather at 785. Not sure why. Manually removing the “sidr” class at these widths fixes the issue.
3. The off-canvas menu stops working when the window is 768-1023px wide. This is particularly troubling as the off-canvas menu works great both below and above that size. The menu button is still visible, but clicking it does nothing.
4. The new SCSS modules haven’t been copied over to barebones, although that may be on purpose.
5. I personally made custom_var.less and custom.less files and imported them in style.less for overriding your styles without having to modify your code. One for overriding variables before your theme.less file gets compiled, which I did by importing just after the regular var.less. The other I imported at the end of the file for overriding any other classes. It might be nice to have a dedicated place like this for customers to be able to add their style changes without having to worry about everything getting overridden whenever you push out a new update.
6. Consider using protocol-relative URLs for things like importing Google Fonts or other hard-coded links. This ensures things will play nicely in SSL without throwing errors about insecure content loading over HTTP whenever the site they are on uses HTTPS.
Here’s what my new style.less looks like: https://gist.github.com/anonymous/b01cda1371ac697ba8e9
It seems to be the best method I’ve found so far to keep your theme updated without losing any changes I make between updates. Perhaps others might be able to take advantage of a similar system if the custom files are already created (and blank) and imported into the style.less file.
Overall, this is my favorite admin theme on themeforest and I think you’ve done a spectacular job.
Hi there
Thank you very much!
This was one of the longest comments
all your points are looked into and will add it on future updates, Thanks again
Thank you for the response! Let me know if you have questions on anything or need clarification. I noticed the menu issues while using Google Chrome (latest version), so I’m unsure if similar issues exist in other browsers.
Also, I sent you an email with regard to GitGithub access to the AngularJS version. That was going to be my next step anyway for the project I’m working on. Cheers!
Hi there You sent it to support@revox.io ? btw could you let me know the menu issue ? We made a big change to the plugin, tweaked it a bit. We are also currently working on an angular version too
Yep. I already got added to your git repository. I;’ll be testing out the AngularJS version shortly.
Below is a quick screencast I just made using your live preview that shows a few of the menu issues I have noticed. Particularly the icons disappearing after leaving the mobile size and the off-canvas (slide in) menu not working in the (tablet?) size between mobile and desktop. Looks like there might have been a new bug introduced that moves the menu button inside the off-canvas menu (right by the logo) at certain widths too.
I opened the developer tools part-way through so that you can see the window width/height in the upper right of the page. That way you can reproduce which windows widths have problems on your own machine.
Let me know if you need any clarification.
http://screencast.com/t/gEZItq4yHJHow to use the maps?
Hi
There what kind of thing do you want to achieve ? 
you can get everything done from here too
https://developers.google.com/maps/Question about sortable. How can I go about getting the column ID and the Position of an item to store in a database?
I have two columns, when I drag an item, I need to instantly send an ajax request with the json encoded column ID and position of all elements to update the database.
Hi
Ok I get it
, do bind ID’s to your columns on page load ?
assuming you do that
you need to tweak it abit
open up assets/js/core.js
in line 472 you will find jquery sortable
$(".sortable").sortable({
connectWith: '.sortable',
iframeFix: false,
items: 'div.grid',
opacity: 0.8,
helper: 'original',
revert: true,
forceHelperSize: true,
placeholder: 'sortable-box-placeholder round-all',
forcePlaceholderSize: true,
tolerance: 'pointer',
receive: function(event, ui) {
alert("[" + this.id + "] received [" + ui.item.html() + "] from [" + ui.sender.attr("id") + "]");
}
});
Thank you, that works for me. I was able doing it in the stop event, and the update event. Never thought of the receive event though.
Hi
Please reply below if any one needs Webarch with Angular JS 
Beta working modal, With UI router
http://dev.revox.io/webarch/angular/#/otherHi, love this theme.
We are moving to angular, are you considering it and if so even have a basic version we could build on?
Hi there
Finalyl!
yes we were planing to get angular to webarch because it keeps the JS much cleaner and less things todo but it had less demand for some reason.
Any suggestion would be appreciated, What are your thoughts about angular
http://scotch.io/tutorials/javascript/single-page-apps-with-angularjs-routing-and-templating
saves alot of bandwith, more like AJAX browsing
Have a look at this its webarch working with Angular 
So good to hear that! We really like angular and your theme is a great fit, seeing your working example proves that. The http://scotch.io/ approach is what we were thinking too for the MVC model.
We’ve looked at parts like the rickshaw charts (with limited success so far e.g. http://ngmodules.org/modules/angular-rickshaw), it may require some custom directives, but it will work.
Very interested in this, even if we can get git access or such to what you have so far?
Hi there Sure, could you email to support@revox.io so that I can have your email address to add to git or send the files
Hello, please every time you upload a new update please can you make a list of changed files so it can be easy for us update only necessaries files instead to the whole theme and find who has changed.
Thank you and good work.
Hi there! 
yes yes,
after an approval is done we have to re-edit the main product page and URL, so it just got approved, need a couple of mins
to upload and make the changelog
Done
have a look
Ok, nice but it’s possible to have a list of changed files too ?
Do you work with LESS ?
No. I need only a list of changed files if it’s possible would be great.
Its style.css, responsive.css , Core.js
another plugin
assets/plugins/jquery-slimscroll/jquery.slimscroll.min.js
Thank you. Maybe useful for others but there is also a new file: plugins/webarchScroll.js.
Now the slimscroll seems works nicely !
Hi
Yes slimscroll is a great plugin, and its very light weight, only issue is it doesnt support resize so we patched it up bit for it to work on resize
, yes that webarchScroll.js is not required at all sorry
Hi gruppoeventi 

When will the new update be released? Is the update shown on the demo page now?
Hi there
Its been sent for approval, but yes I can get the different link till now 
Saw the update. Before I purchase, can you add a boxed layout with a top menu (both fixed and non fixed) (both extended and boxed) rather than a side menu?
Hi Yes the top menu, thats exactly what I’m working on write now, will be done in a day or two, yes it will work on both box and non box layout
Okay, thanks! Can you make the top menu for the boxed versions width have multiple options? Extended (meaning 100% width, going past the box), Boxed (top menu is the size of the box), and Fixed (the top menu stays fixed, no matter if its boxed or extended)
I see, Yes that would be possible to have boxed with header full width 
Thanks! I will purchase when these get added.
No worries, will get this out in the next two days, Thanks for waiting 