1192 comments found.
Can you redo the profile page. It’s weird.
Hi there
Yes kind of it does we paid more attention to other pages, will include it to the next update 
I am not able to use the frontend in Chrome version 37.0.2062.120 m simply the initial image bursts, it does not occur in Firefox, you tell me if I have to change something?
Anderson
using the Chrome inspector could see that the error is in this configuration:
element.style{ position: relative; margin-top: 32px! important; border: 1px solid transparent! important; height: 2960px! important; }
Anderson
Hi there
Im not sure if I got it, First your talking about the front end index page (Home Page) ? and is it possible for me to get a screen shot ? 
Hello, how can I save draggable grid configuration via cookies?
Hi there
Will that be the best solution ?
if so
You will need this plugin installed
all of its instructions are included in it. I do recommend the backed method rather than frontend plugins what do you think ?
Hi, what do you mean by backed method? Unfortunately I’m not that into jquery. Could you help me out?
From the language your using to develop, it can be asp.net, php, rails anything 
I see. Do you have any suggestions how I can save those grids with php?
If you use cookies once anyone clears browser cache the entire grid resets, that might backfire later
so best case is to store in db, for example row one > column two > cell one will have blog widget
we might have to think of a proper way to have the table structure to store this data and display it back again, will look around for a bit
Note : SASS conflict
This is only for SASS users
a conflict with LESS has occured during migration of 2.7, an update is issued with a proper fix and will be available in themeforest in a few hours time
If any one needs the SASS folder fix right now, please email to support@revox.io
Hello Ace!
Is there a better way to implement auto toggling of condense menu using jquery cookie? This is the code that I use and you can still see the menu going from full – to condense every postback/submit which is irritating:
$(document).ready(function () {
//Check Cookie Values for Condensed Menu Status
if ($.cookie('condense')) {
var con = $.cookie('condense');
if (con === 'true') {
$("body").condensMenu();
}
}
//Store Condensed Menu Status on Cookie
$('#layout-condensed-toggle').click(function () {
if ($('#main-menu').hasClass('mini')) {
$.cookie('condense', true);
if ($('#li_punchlist').hasClass('open') || $('#li_punchlist').hasClass('active')) {
$('#li_punchlist a').click();
};
}
else {
$.removeCookie('condense');
}
});
});
Thank you and more power!!
Hi there
Got your email too
yes that happens because by default its set to full and by the time jquery loads its too late so you see it switching, best would be to implement it in the backend
this depends on the language you use, say PHP or Rails, you can have a session or a even a settings column in your user table. Sessions would be easier to use and if that session is set to 1 you add the attribute to your HTML before its rendered. The same logic can be use to replicate it in server side rather than front end 
I’m sure of how far you got what I’m saying but for me to help you out I might need to know what language ,etc of what your using. My suggestion to go is backend
which is alot easier
Thanks for the quick response, I’m using Asp.Net I’ll try your suggestion. Please keep me posted.
Thanks!
Issue resolved! Thanks and more power!
Great! 
Hi,
Sorry for my English. Just purchased your theme. It looks great. I have a question. Is it possible to get access to your git/hg repository? It will greatly simplify customization, because I will be able to do my changes in a separate branch and merge yours when new update is released.
Hi there
Sure, we do have a private repository
if you can email to support@revox.io, will add you in
Sent you can email
Already sent and got access. Thank you.
background-color: overlay(#c1cace,$color-primary-black-overlay);
How is this even supposed to work?! Was ist “overlay()”? I’m assuming this is a less function which obviously won’t work in a sass environment. You should really fix your less2sass migration process…
Hi there Thank you for reporting this, I complied it and it did process properly but end up looking at the css where you find the overlay function, I will. Will send you a patch for this right away
Thank you! again 
Hi there
We fixed it!
and the update will be available in a few hours time on Themeforest and it will be notified to you
if you need a quick update right now
please email to support@revox.io so I can email you the
SCSS/ SASS folder with the patches
Hi,
I just downloaded your template and would like to use it in my existing Rails 4.0 project – do you have a guide on how I can link all the assets? Or at least which way to structure it?
Hi there
Sure, The thing we have done here for Rails developers is providing the HAML and SLIM files instead of HTML, you can practically decide on how to use your assets pipline, but we would recommend using the public folder
let me know if you find any trouble setting
HI Ace, thanks for the quick reply – I am fairly new to rails, but if I placed all the assets directly in public (instead of in app/assets) and just linked to them using html link tags?
Hi there
Sorry about the late reply, yea if you place them in the public folder you do not have to do any changes 
Hello,
How can i need to add horizantal scroll to data-table ?
Hi there You should first not enable datatable reponsive option when you are declaring the it in the JS, when you enable you can show / hide columns depending on devices to fit the screen. Once you disable that bootstrap table responsive should kick in.
http://getbootstrap.com/css/#tablesHope you got it, let me know
Hi again, i have added, table-responsive class to my table and remove from js : if (!responsiveHelper) { responsiveHelper = new ResponsiveDatatablesHelper(tableElement, breakpointDefinition); }
but still can not see the scroll bar.
Hi there Did you add it like this ?
<div class="table-responsive">
<table class="table">
...
</table>
</div>
Just wanted to let you guys know that i had given up working with this template a while ago because fo the lack of LESS / Sass files that made customisations a headache.
I have just downloaded the latest update with Sass and it’s a life changer – awesome that you guys included Sass and LESS for your buyers!
Now WebArch is pleasant both visually and to work with – congrats!!

Hi there
Reading the first part of the comment almost gave me a heart attack but going further down it revealed the real story 
Thank you very much!!
I’m glad this is benefiting people. If you need any assist just let me know Ill be happy to help
Hi there
We noticed the SASS has conflicted with LESS during migration of 2.7
We have fixed it properly and works fine, the update will be available soon on Themeforest but just in case you need it now
Please email to support@revox.io
Thank you
Great theme, thanks! I could not find the less file for frontend. Is it available somewhere?
Hi there
Thank you for purchasing and thank you again for the wonderful comments
We do not have a LESS version for the frontend yet but we can include that in our update list
how can we know what’s new in this 2.7 version ? because now I don’t know what I have to change to work with last version … very problematic….
please help
Hi there
bgvc!
Well we have updated the change log,
basically the dependancy is on style.css, responsive.css and core.js
Once your done with that you need to take the chat-window-wrapper and place it inside the page-container div, currently its outside 
Thats it! if you need assist let me know
i’m thinking you have to do like wordpress….a motor where you have all your css and the other folder to overwrite your css because I did some modifications on you .less file and it’s very problematic to have the last update…. i say taht for the next users….
Hi there We are still looking for a good mechanism for uses to update easily and migrate from older versions, Would be happy to implement because that would be so much easier for you guys.
I did not properly understand what you meant here
” motor where you have all your css and the other folder to overwrite your css”
let me know Thank you
like wordpress…. put a folder /engine/ where you put your css and js …. where’s forbidden to touch….because it’s engine with the last update ^^ and add a new folder /overwrite/ with a empty js and css to overwriite your code …. are you able to do this asap please? because now I can’t add your last changes to my project
I edited a lot of js files and css… now it’s complicate to add last changes and it’s very dammage …the only solution is that I restart ma project 
Working on a solution like that to update easily from new updates
Also I did reply to your new comment 
Hi,
The theme looks great, I just bought it. It would be extremely helpful for me to have also AngularJS directives for this theme / bootstrap 3. Do you have anything like that or could you recommend anything?
I’m trying to visit http://dev.revox.io/webarch/angular but it doesn’t work 
Thank you in advance, great job!
Hi there
Thank you!
please download the new version that is coming in a few mins, 2.7 has a small bug on select2 plugin
We took down that URL, will upload it again and let you know, do you wish to access GIT repo of webarch? it also has a beta angular, the next release of webarch is also going be the Angular version
Perfect! Great example of excellent customer support 
btw, does 2.7 have pagination?
happy to help, we do have different pagination options, one buttons pagination
Scroll down a bit
You can also use bootstrap pagination because thats what Webarch is built on top of, you can use everything in bootstrap 
We also have pagination on Data-tables
http://revox.io/webarch/2.7/datatables.htmlHi,
The theme looks great, I just bought it. It would be extremely helpful for me to have also AngularJS directives for this theme / bootstrap 3. Do you have anything like that or could you recommend anything?
I’m trying to visit http://dev.revox.io/webarch/angular but it doesn’t work 
Thank you in advance, great job!
Hi there
Thank you!
please download the new version that is coming in a few mins, 2.7 has a small bug on select2 plugin
We took down that URL, will upload it again and let you know, do you wish to access GIT repo of webarch? it also has a beta angular, the next release of webarch is also going be the Angular version
Good morning , I’m having difficulty to adapt your code to my needs . My layout has a left column 250px, and the remainder of the content is on the right . Could you help me to create ?
Hi there
That is how webarch is configured to 
Left : 250px Right : the rest of the content.
Maybe I did not get the question properly, which part of the code are you facing the difficulty, Also I do recommend to start you project with “Barebone” folder
will be happy to help you out
let me know
btw are you trying to add that left column inside the
”.content”(Grey Area) div
Hello Ace,
The 2.7 version of style.css is messing up with select2 plugin with ajax, rendering the results list un-selectable, after deleting the additional z-index: 10 at .select2-drop-active it’s working fine again.
FYI.
Hi there
Thank you very much for notifying!
yes true
Select2 issue, only v2.7
Fix :
update style.css line 4041
class .select2-drop-active
remove attribute z-index
Will be issuing a quick update on that now
No worries ace! Keep up the good work!!
Where can I change the modal properties (width; height) of the modal form in the messages_notifications.html page?
Hi there
Modal are using native bootstrap modals
http://getbootstrap.com/javascript/#modalsif you scroll abit down you will be able to find the two versions large and small
and the class
modal-lg or modal-sm
To
<div class="modal-dialog modal-lg">
They have explained how to
if you need further assist feel free to contact
</div>
Thank you. I was in a haste looking at the modal samples and I overlooked the bootstrap part. 
You want to add the theme editor in the template? I intend to buy but my project will need to have the theme editor like changing the color scheme, except that the subject still has the message stay tuned. When you want to add?
Hi there
Im a bit confused about the question
you wish to use webarch style switch in your project ?
Good morning,
I am here to express that i am not confortable with the product. There are some plugins that doesn’t work with the mouse click ( everytime i tried to click on any single button with a mouse, it closes). In addition, the are no offline documentation (which i need it a lot).
Hi there
Good morning to you as well, We can help you out with the problems your facing 
“There are some plugins that doesn’t work with the mouse click “
Could you be kind enough to tell me what they so we can give you a fix, This would be really help full because we did not come across a thing so far 
The WYSIWYG is a third party plugin this does not have a feature to move around images freely, we can go through a couple of other third party plugins that does
Will that sound ok with you ?
This is the plugin we used
http://mindmup.github.io/bootstrap-wysiwyg/And as for offline documentation we could email you an offline version 
Hi there
We also can assist you with Remote Desktop support
in order to serperate the files, We also recommend you to work from “barebone” folder , waiting you reply
@ace. in the Form Element’s page, the HTML5 WYSIWYG included is not working correctly. When you select an image, a pop up inmidiatly appear but if you try to focus (because it’s in a dark overlay), it closes immediately. About the offline version of the documentation, ¿could you please email it to me ? I sent you my email via inbox. Thanks
Also, when i go to “Vector Maps”, the top bar become useless because i can’t click anything.
In addittion, when i am in the chart’s page, i tried to click on the wheel but there are no “grid-config”, no popup or new page for configuration, anything.
Got your email, will send it over 
Lets sort one by one, happy to help you out.
Just found this out, sorry about that, this is due to the performance upgrade of animations to use GPU
, lets get you a fix.
We have loaded boostrap v2 on that page
So if you open up that page form_elements.js
and scroll to the very bottom you will find
<script src="assets/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
Change it to 
<script src="assets/plugins/boostrapv3/js/bootstrap.min.js" type="text/javascript"></script>
The reason why we thought of having online doc is because we can update it at any time 
Also Im trying to recreate your vector map issue, you are talking about the white top bar right ?
I did try on mac os, chrome and firefox and also windows chrome and firefox, if you let me know any specific OS or browser your using we can sort out whats going on 
we left out the cog wheel “grid-config” for the user to decide what to do from v1
we can help you out to make the bootstrap modal to drop down
*Previous note its not form_elements.js its form_elements.html
Hi there Sephit just update the webarch 2.7 Apologies on the issue on the plugins such as the Modals, Select2 as for the Cog wheel we have demo it on the
http://revox.io/webarch/2.7/grids_simple.htmlLet me know if you find any more things 
Thanks for the update, i am going to download it right away! (is it the same documentation?, is it included as an offline version?) Thanks!
Yes its the same documentation we included a “Download Documentation” on top of the documentation for offline users
http://revox.io/webarch/documentation/helpfile.htmlIf you need any assists let me know 