1192 comments found.
Hello Ace,
Bootstrap 3.3.0 update includes – visibility: hidden; on .collapse class, therefore prohibits the collapse icon on showing in grid .tools
Will keep you posted for other issues found.
Thanks!
Hi there
Thank you very much for notifying this I will check up on this 
Any specific date on when you are going to launch your new theme? Looking forward to it.
Hi there
This week would do 
Follow us on twitter for more updates
Great. Can’t wait 
Any new updates?
Yes!
preparing for the launch a few more task left, whats your thought about gruntt and bower ? we have it for internal use 
Nice product! Thanks you!
How can I use WebArch with Angular? Do you have example/template? If not [yet], do you have any ETA?
Hi there
No confirm date so far yet for webarch angular, but that is going to be our next update 
Follow us on twitter for more updates
how do I take the search off this select bar http://puu.sh/cymG5/fbf40ef5c3.png
as I can’t find it in the html calling the search bar is it from the js for select2
thanks skecchi
Hi there You do this say your select id is #example
then in your JS
$('#example').select2({
minimumResultsForSearch: -1
});
What’s the difference of the buttons toggle variations? On the sample button page, I can’t see any distinct difference between data-toggle=”buttons-checkbox” and data-toggle=”buttons-radio”
At first I assume that in a buttons-radio there can only be one button selected, but this is not the case though. I can select multi-button even my datatoggle value is set to buttons-radio. Am I missing something here?
What can I change to get the effect of unselected button visually without to click on another object?
Thank you.
Hi there
This Bootstrap guide will help your more 
Thanks for the link. I think what I’m trying to say is the buttons-radio in your sample doesn’t work as it should. Can you please check on that. Thanks.
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-success">
<input type="radio" class="btn btn-success btn-cons" name="options" id="option1" autocomplete="off"> T1
</label>
<label class="btn btn-success">
<input type="radio" class="btn btn-success btn-cons" name="options" id="option2" autocomplete="off"> T2
</label>
<label class="btn btn-success">
<input type="radio" class="btn btn-success btn-cons" name="options" id="option3" autocomplete="off"> T3
</label>
</div>
Hi there
Apologies on the delay of replies
, We you able to setup the radio toggle bootstrap button ?
yes our on was migrated from v2 to v3 there might have been an issue there will update that.
No worries. Got figured it out by using code above instead. 
I failed to make the inner-menu content of the sidebar in your send-email example to be scrollable. Any idea on how?
Hi there Sure you can, just add the attributes
. inner-menu {
position:relative;
overflow:hidden;
}
and in your JS add the class
$('.inner-menu').scrollbar();
I am also very interested in the AngularJS version, because of a project we are starting up related to AngularJS?
So is it possible to get an idea of ETA?
HI there
We are releasing a new product and after that we will focus on the AngularJS version of Webarch 
Do you do custom development?
Hi there
currently no custom development
Thank you for purchasing
Hello, I need some help please, I’m currently trying to use the rickshaw chart from dashboard v1 but I can’t figure out the way to fill it with my own data. Thanks in advance
Hi there
Sure, whats the error that you come across ?
To see your error open up chrome, press 12 or right click inspect element and then go to console tab
How do I change the Green background color of the sidebar menu on the left?
Hi there Sure you can
Remember if your editing the CSS without using LESS then I should recommend you to do this create a new css called customer.css
and include it below style.css include on the top.
This way you can upgrade into new versions easily
so to change the color place this code in your custom.css
.page-sidebar.mini{
background-color: #000 !important;
}
change the background-color attribute to what you want 
Thank you again. Would it be possible to show a specific div only on mobile size? I can see visible/hidden-xlg and tablets classes but I can’t find mobile one.
for mobile add class “visible-xs” 
Sorry for confusion, I am trying to place a footer like in your demo of send-email. I used the following code but didn’t work for me:
<div class="admin-bar" id="quick-access" style="display:">
<div class="admin-bar-inner">
<div class="form-horizontal">
</div>
<h1>Footer Content</h1>
</div>
</div>
And would be great if you can guide me where to place it. Would it be possible also to have a vertical fixed bar instead of horizontal?
Hi there
Ok so did you place it inside ”.page-content” div ? 
To open it simply add
$("#quick-access").css("bottom","0px");
Thanks that works.
Good morning, Could you please add some information of how to update it from 2.6?
Thank you so much!
Good morning to you! 
If you have not updated the style.css, responsive.css and extended the classes using a different custom style sheet to customise the theme then you can update it very easily. By updating just the style.css, responsive.css and core.js. If not I will mail you the changes that is there
let me know
I will check it this weekend. If i have problems, i will contact you, thanks,
Hi me again, I was wondering if you can help me. Currently I’m trying to use the Messenger notification system with the announcements module from SocialEngine. So whenever there is a new announcement it’ll pop-up a notification. I just can’t seem to get to work. I’ve tried implementing it into the announcement template, I’ve tried everything. Any tips or tricks?
Hi there Sure Its powered by this plugin, I think this documentation will help you more
http://github.hubspot.com/messenger/?__hstc=185409212.0b73ab3592c47b17af70b2a469cba9e5.1409757208680.1413635798478.1414500383420.3&__hssc=185409212.2.1414500383420&__hsfp=3083229218Let me know 
Hi, any news about the new release?) Btw, will it be free for the users who already purchased webarch?
Hi there
Its not going to be a update but a new release
webarch updates will happen afterwards so the new release not going to be free its new admin framework on themeforest 
Ok, got it) Looking forward.
Hi,
Great work!
Do you have all the latest dashboard updates in PSD? I need dashboard main page (http://revox.io/webarch/2.7/) and Widgets page. Just want to be sure before i go ahead and purchase it.
Thanks, Z
Hi there
Yes we do have the PSD’s for all widgets in the dashboard 
Boy!!! this was fast! thank you!!!
Once you download its in the psd/Dashboard/web-arch UI Bundle
okay i purchased it now. but PSD files are for Dashboard version 1. Where is the version 2 psd file?
Hi there Its in the PSD//Dashboard/web-arch UI Bundle/Widgets.psd
any more news on the update sorry to ask as I needed it Friday but I understand thing made from scratch take time ,I got some more time to Finnish my clients work I ended up making the profile page ,I just duplicated your one you showed me , I just need the summer editor now , and I’m having a problem’s with the scroll bars in .page-content (this might be the horizontal menu doing this tho , when i have more content which then requires me to scroll down the page another scroll bar inside the div page-content is created , for example http://puu.sh/cs3iO/ccf92de845.jpg I think it might have to do with the overflow but I really can’t say.
Regards Skecchi
Hi there
Great!
I’m not sure how you got the scrolls, is there any I could see a live preview of the this just for me ? so I can debug and let you know what really went wrong
you can email to support@revox.io
Love the theme. It’s going to save me a ton of time on this next project. I’ve been reading through the latest comments and noticed you’re planning an update soon. Can I get started using the current download or will the update be a rewrite? Thanks again for such an awesome design.
Hi there
There is going to be a new release on themeforest not an update
but we are going to be updating webarc afterwards and making it angular compatible. So if you do not want angular then the best stable version to go is 2.7
which is the current version
With the constant updates (Which I love!) can you please include a changelog? That way if we already have coded something we can use it to reference how to update the code to the latest without restarting?
Thank you! 
yes there is a changelog in the bottom of the webarch themeforest page 
Update Guide
style.css, responsive.css and core.js are the main three files that gets affected, any new plugins will go to the assets/plugin folder which has no dependencies, so best case to customise the template css is to follow the extending classes method, where you take the existing class name from the style.css and place it on your custom.css and include the new attributes (Make sure you include the custom.css below the style.css include ) this away updating to the new version would be simply copy pasting files
Is there anyway to change the colors of the top nav bar and side one as well?
For example the top nav bar is white, and the side is greenish. How could I change the colors? for example the top to black and the side to blue?
Hi there Sure you can I really recommend you to use LESS (Stick with local compile rather than using less.js, there are many compilers out there )
You can got to the assets/less/themes/default/var.less
this contains all the variables that you can play around and make your own theme, we have made 3 themes using the variables and you too can change it, to change the white header change the variable name
@page-header-color
and compile the style.less, make sure you put the output path to assets/css/style.css

Figured it out for anyone who needs it…
go into style.css
.page-sidebar.mini {
width: 50px;
overflow: visible !important;
background-color: [#4FBAD1] !important;
height: 100%;
margin-top: 0;
position: fixed;
z-index: 90;
}
change the item in square brackets.
Cheers,
Correct! 
But I do recommend you create your own custom.css and over-write it like this
.page-sidebar.mini {
background-color: [#4FBAD1] !important;
}
Because in the future updates the style.css,responsive.css and core.js are the files that get effected
Ok, good to know. So in reference to the updates. Are these the files that will be affected? so if I want to say upgrade from 2.7 to … lest say example 3.0 I will only have to replace these files? what is the easy way to upgrade instead of redoing hours of formatting to newer template?
Those three are the main two files that gets affected, any new plugins will go to the assets/plugin folder which has no dependencies, so best case to customise the template css is to follow the extending classes method, where you take the existing class name from the style.css and place it on your custom.css and include the new attributes (Make sure you include the custom.css below the style.css include ) this away updating to the new version would be simply copy pasting files 
Seems fair. Good to know for everyone. cheers,
Hey, just wanted to leave some positive feedback. After browsing through most of the admin templates web-arch takes the cake for mobile compatibility. I do not know if you noticed but most of the other admin themes have memory problems/memory freezing/slowness. Although web-arch does not seem to have such CPU/memory problems. Great Job! Also I wanted to inform you that jquery animations can really slow down a website(with enough of them), look in to http://julian.com/research/velocity/ -> go for UI package.(free plugin) will help with smooth animations(supports as many devices as jquery and more). Very interested will be buying later today. Keep up the great design/mobile responsiveness.
Hi there
Thank you very much for that feedback, yes v2.7 is all about the performance upgrade on desktop and mobile, the slide animation works so much similar to native app and we removed almost all jquery animation and stick with native CSS
& yes velocity seems to be something to look in to too, Thank you again
Great job on the menu and 2.7. Be proud.
Hello,
I would like to know if I can place the logo in the top bar fixed not to the side bar. so if the sidebar hidden then the logo stays.
Hi there
Yes you can
in .header-quick-nav div you will find a .pull-left div
place it inside that, make sure you have the class logo in the image
Many thanks that worked. Is there any chance to have two side menus on both left and right sides?
Hi there
Have not tried that but will that not use too much space ? 
for my case, no it will not as my project is an offline one for a large display. ping me if you had a chance to try it. thanks again.
Alright then it sounds good, I will have a try too and let you know 