1192 comments found.
I want to Use Webarch Framework As Project Mangement system or as Task Management System, Can It be Done ??
Hi there
Thank you for being interested in webarch, this is an HTML template and what we have done here is taken care of all the aspects in the UI layer for a webapp so that you guys can worry about the functional side and make it work great!
yes why not use it for both ? but make sure all your components that are required are there. One more thing this components are not linked to a backend service. Hope this helps you
Problem, I copy your code for form-wiard and I realize bootstrap-wizard plugin doesn’t work with bootstrap v3 …First step is OK but second wont go to next, idea?
<script src="assets/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
its already demonstrated in the form_validation.html file
I’m having an issue with the z-index of modals. The backdrop is overtop the modal itself. And the Modal is under the header.
There is quite a bit of css to go thru to find the z-index problem.
Do you have any working example of modals in action? I would like to see how you got it to work.
I got it to work on a blank page. So the problem is isolated to opening a modal from within a simple tabbed grid.
I placed your simple tabbed grid (tab-01) on your blank page. I then put a modal in the tab-content along with a link to open it.
My issue is replicated on this page. I cannot post a public link to it, but will send it to you if needed.
Worked it out. The modal needed to be placed just above the </ body > tag
hey there
glad you were able to figure it,yes it should be inside the body, please excuse the timezone difference
Hi,
I cannot use the option placeholder in the select2 like:
$(”#category”).select2({ placeholder: “Choose category”, allowClear: true });
always the first option is selected (without selected tag) and not the placeholder. data-placeholder=”Choose category” in the select tag not working either.
Please advise, Kostas
Sorry, my fault. I forgot to include the empty <option></option> as first option.
hey there
glad you were able to figure it,yes yous should just simply put a blank option
, please excuse the timezone difference
Hello, frontend link not working
Hi there Just checked the demo, it works fine, your saying the downloaded package ?
Hi Ace,
Has the script (core.js) file ever been condensed and still functional? I am running into a strange issue. If I open the demo from your zip file, everything works (each script laid out by url structure). However, if I copy and paste the EXACT code into my Rails application (using the asset pipeline), the sidebar submenu feature does not work. I have not tested other functions yet with that file but that is an immediate flag for me. Wondering if I am not processing something right or what is going on.
In JS Pipeline: core,js, bootstrap.min, chat.js, sidr, slimscroll, jquery 1.8 and 1.10.4, pace
Thanks.
<!-- BEGIN CORE JS FRAMEWORK--> <script src="assets/plugins/jquery-1.8.3.min.js" type="text/javascript"></script> <script src="assets/plugins/jquery-ui/jquery-ui-1.10.1.custom.min.js" type="text/javascript"></script> <script src="assets/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="assets/plugins/breakpoints.js" type="text/javascript"></script> <script src="assets/plugins/jquery-unveil/jquery.unveil.min.js" type="text/javascript"></script> <!-- END CORE JS FRAMEWORK --> <!-- BEGIN PAGE LEVEL JS --> <script src="assets/plugins/jquery-slider/jquery.sidr.min.js" type="text/javascript"></script> <script src="assets/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="assets/plugins/pace/pace.min.js" type="text/javascript"></script> <script src="assets/plugins/jquery-numberAnimate/jquery.animateNumbers.js" type="text/javascript"></script> <!-- END PAGE LEVEL PLUGINS --> <!-- BEGIN CORE TEMPLATE JS --> <script src="assets/js/core.js" type="text/javascript"></script> <script src="assets/js/chat.js" type="text/javascript"></script> <script src="assets/js/demo.js" type="text/javascript"></script> <!-- END CORE TEMPLATE JS -->
This is the ‘view source’ on my local host
<link href="/assets/application.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/core_css/animate.min.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/core_css/bootstrap-theme.min.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/core_css/bootstrap-v3.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/core_css/responsive.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/core_css/style.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/creatives.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/custom_fonts/custom-icon-set.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/custom_fonts/custom-icons.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/custom_fonts/font-awesome.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/scaffolds.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/supporting_css/bootstrap-table-responsive.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/supporting_css/jquery.sidr.light.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/supporting_css/large_screen_tweak.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/supporting_css/magic_space.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/supporting_css/pace-theme-flash.css?body=1" media="all" rel="stylesheet" /> <link href="/assets/supporting_css/print.css?body=1" media="all" rel="stylesheet" /> <script src="/assets/jquery.js?body=1"></script> <script src="/assets/jquery_ujs.js?body=1"></script> <script src="/assets/jquery_nested_form.js?body=1"></script> <script src="/assets/plugins/dashboard_v2.js?body=1"></script> <script src="/assets/plugins/jquery.animateNumbers.js?body=1"></script> <script src="/assets/plugins/jquery.blockui.js?body=1"></script> <script src="/assets/plugins/jquery.unveil.min.js?body=1"></script> <script src="/assets/sitewide/bootstrap.min.js?body=1"></script> <script src="/assets/sitewide/breakpoints.min.js?body=1"></script> <script src="/assets/sitewide/chat.js?body=1"></script> <script src="/assets/sitewide/core.js?body=1"></script> <script src="/assets/sitewide/dashboard.js?body=1"></script> <script src="/assets/sitewide/jquery-1.8.3.min.js?body=1"></script> <script src="/assets/sitewide/jquery-ui-1.10.4.custom.min.js?body=1"></script> <script src="/assets/sitewide/jquery.sidr.min.js?body=1"></script> <script src="/assets/sitewide/jquery.slimscroll.min.js?body=1"></script> <script src="/assets/sitewide/pace.min.js?body=1"></script> <script src="/assets/application.js?body=1"></script>
Does the script load require a certain order?
yap, I think its bit different example you have
<script src="/assets/jquery.js?body=1"></script>
and also
<script src="/assets/sitewide/jquery-1.8.3.min.js?body=1"></script>
thats not required like that, make sure include the core jquery and its plugins before your custom JS files
example
<script src="/assets/sitewide/jquery.slimscroll.min.js?body=1"></script>
should come above
<script src="/assets/sitewide/core.js?body=1"></script>
otherwise it will start throwing errors, thats how jquery usually works
to show errors
open up chrome and press f12 and console tab, thats in windows, in mac you will have to right click “inspect element”
Okay, I will restructure my script loads to replicate your hierarchy. I can see in Chrome that errors are getting thrown. Thanks Ace.
thanks but there isn’t always possibilities to open sidebar-menu from condesend menu ? when on tablet? .... I thank ..I believed that will be resolved…because that’s a ergonomic problem…when we haven’t sub menu or so… we must click on each ICON on condensed menu to know where we want to go ? do you realize that …on dekstop no problem because there is mouse:hover but on touch device it’s a logical problem…do you agree ? Can you please send me the edited css file to allow open condensed menu when clicking on menu switcher thank you 
Hi there bgvc
Just emailed you the new 2.5 with the option to open the condensed menu in tablet view
thank you but are you sure these LESS files are updated ? Can I replace all your assets from barebone you juste sent me ….into the new updated package 2.5? because when I compile I have this error : 14:12:38 C:\Users\test\test\test\webarch_demo\assets\less\style.less FileError: ‘themes/corporate/theme.less’ wasn’t found in C:\Users\test\test\test\webarch_demo\assets\less\style.less on line 18, column 5: 17 .theme { 18 @import “themes/corporate/theme”; 19 }
Hi yes you can replace the the entire assets folder with the new one thats it!
btw check if themes/corporate/theme.less is there
yes thanks it works …the problem was only the syntax of “corporate” word… it was “coporate” and not “corporate” ^^ ans icon wasn’t found because @base url had so many ../../../img/ but I fix it thanks very much
Hi!
New Update is available, The demo link might be abit slower than the previous version, mainly because it uses LESS and compiles, working on a faster solution for demonstration view, this will not effect the real webarch package 
Hello Ace,
Is there an updated live preview link where we can view the updates?
Thanks!
Hi there
You should be able to see it now 
Hello Everyone, Good news the Update 2.5 is done and submitted will be available to download officially once approved.
Thank you! 
Hello, can you please email me pre-beta version also? I’ve emailed you, but unfortunately got no reply. Thanx in advance.
Hello there,
Sorry about that, Yes the prebeta is ready, there was a bunch email request and it must have got lost with it, could you be kind enough to resend it, I will email it right away 
Sent 
Got nothing =( What email did you send to?)
Sent pre-beta to three other email address, you if you could provide your themeforest username within the email that would be great, sorry for the inconvenience caused
Thats ok, no inconvenience. Sent you pm with the email)
Received, thanks)

Can you include in your incoming release the new version of Font Awesome please ? They added like 71 icons. http://fortawesome.github.io/Font-Awesome/whats-new/
Thanks.
Hi there Sure why not, will include the new font awesome update and datatable update as well, Thank you for notifying
up up up
update plz ^^
Hi there
Thank you very much for the support and waiting, Just a few more changes and we can go live on the weekend, but I think you would love to see a pre-beta ? 
Hello,
I love your work have a project i would like to get started on! are you available for hire?
Please email me at slickgfx@gmail.com
Regards, Alex
Hi there Alex
Thank you for inquiring that
we would love to help but we got our hands tight on some new updates and two in products for themeforest, but we are always here for customer support
Ace,
Are you able to provide me with the BETA version? I am in complete understanding the documentation is not finished, but I need to start laying the framework for my application. Mainly the CSS aspect for mocking up.
Thanks!
Hi there
Yes I could, do I have your email address ?
could you be able to resend it, I will drop you the pre Beta version right away
Thank you! I will send request now. VERY much appreciated
Just sent request
Got it 
Received. Thanks ACE!
@ace I have purchased this theme after its first version. Its saying that updates are freely available but not able to see download the latest version of the theme.
Hi there, go to your “Downloads” link in themeforest
http://themeforest.net/downloads
you will find webarch, you can redownload the latest anytime
@ace Thanks got it.
Hi Ace,
Any news for the update?
Thanks!
Hi there,
We are almost there a few more bug fixes on RTL and done
We need to prepare a guide too, will keep you posted thank you for being patient
Sorry, can’t wait for the update. More power to your awesomeness!!
Hi Ace,
Is there a specific time today that the update will be available? Working on layering my application and I would hate to have to restart over with a bunch of improvements.
Appreciate the wonderful theme build.
Hi there
Small delay caused, we are having a small difficulties in showcasing, As mention this update will have 4 new amazing themes like webarch
, 4 Different new layout modes, and one RTL option for each of them everything archived with less
and of-course a few bug fixes, currently we are trying to get the LESS compiled on realtime like a switcher for demonstration purposes without loading then entire CSS file everytime that way we have to load about 6 styles which would be a-lot costly but will keep everything updated on the comments section, this will not take weeks but just a day or two more, in that case if your wanting it sooner before themeforest approves it. You could always email to support@revox.io 
Thank you. Will send you an email. Appreciate it.
is there update asap ?
whose fix all last bugs in these last comment and implement more option with layout
2 sidebar and so…
and other things
thank you for this awesome theme 
Hi there mate,
Yes, the option to switch the menu to right and also header to button
and some surprises with built in new 4 theme that look as awesome as webarch default one, plus RTL. There will be alot of bug fixes in the version
ahhh I didn’t read others comment before but the update will be release today, niceeee very nice 
you do a very good job
Thank you, appreciate the support
Hi again
We’re loving your theme! Which files do we need to remove/change in order to remove the mini menu? We would like to increase the widths at which the expanded menu is seen and have it transition over to the hidden view, skipping the mini menu. So, to remove the mini altogether. Thank you in advance!
Hi there!
Thank you very much, your saying to remove the mini menu from even the tablet view is it ?
Yes, we’re trying to achieve the following:
1) The expanded menu is visible by default for landscape view on tablets 2) The menu is collapsed for portrait 3) The mini is deleted entirely
So the expanded menu is what is used for the media queries originally intended for the mini menu 
Hi there
Sorry about the late reply, can you email me your address to support@revox.io , we have a feature add for it 
Thank you. Just sent the e-mail 
It’s possible that my e-mail may have gotten lost amongst others that are sent to you, but if you could please reply it would be greatly appreciated. Thank you, again.
Really sorry about the delay, Just replied hope you got it 