1192 comments found.
most Datatable Plugins have not been Used and while using some datatable plugins, getting trouble with the lay out
Hi there
Let me know what Datable plugin you want to use, will be happy to help you out 
fixed column
Hi Ace need to know how can i add more slides in live tiles currently only two slides support in one tile, i want to add like 5 slides in one tile.
Hi there
Sorry about the late reply, Its powered by the plugin Metro JS
and so far it supports on back tile and front tile, for more details
please refer 
Hello Ace,
Nice to hear from you. I have already read this reference link and have tried to implement it but it limits me to 2 slides per tile.
This code works with 5 slides in a tile http://jsfiddle.net/drewgreenwell/TDeZY/light/, when I replicate this code in the theme the behavior changes.
Can you please comment on this?
Hi there
Update the plugin and it worked fine
do you want webarch pvt git repo access ? I have pushed it, you can update the folder assets/js/jquery-metrojs and in the style.css add the following
.carousel {
height: 100%;
width: 100%;
}
Thanks for the help. It would be great to have access to the git repo 
Could you please drop an email to support@revox.io telling which email you want to be invited to 
Good work on this template. One thing that I initially notice, the blank_template seems to have broken links to its CSS. Can you please check this. Thank you.
Thank you!
Oh ok will check that, we always advice everyone to start there project off with the barebone 
+1 Yes, update!
Hi there
Great!
one more customer, I’m glad we have so much of people who are waiting for the update, We are working day, night with sleepless nights trying to get these two things released, 1 ) Webarch update 2) The biggest surprise and something you have not seen in themeforest, I guarantee you it will blow your mind! We can not show any pre releases for this. So far playing to get both on the same date but will release the webarch update on 31st 
Awesome, thanks for the update. Looking forward to the surprise. Thanks!
ETA on update please?
Hi there
I’m glad we have so much of people who are waiting for the update, We are working day, night with sleepless nights trying to get these two things released, 1 ) Webarch update 2) The biggest surprise and something you have not seen in themeforest, I guarantee you it will blow your mind! We can not show any pre releases for this. So far playing to get both on the same date but will release the webarch update on 31st 
Hi, is it possible to save the setting with the condensed menu with cache or something?
you can open up assest/js/core.js file
and when you scroll down to line 375 you will find the following function
$('#layout-condensed-toggle').click(function ()
in that you will find two nested if statments. In the last ELSE you add
the code
$.cookie("isMenuCollasped",1);
Scroll back to line one and after document ready add following
if($.cookie("isMenuCollasped")==1){
$("body").condensMenu();
}
I tried your instructions but unfortunately it does not work. Although it creates a cookie session it won’t save the condensed menu setting and after the first time you can’t toggle the menu anymore.
Nevermind. I updated the core.js and the cookie is working now. However is it possible to toggle the condensed menu with the cookie? If I click the toggle icon, it switches to the normal menu but after I refresh the site, it switches back to the condensed menu instead of remaining in the normal menu.
Hi there Glad you were able get things done, ok remember
$('#layout-condensed-toggle').click(function ()
Inside it you will find the Condition
if ($('#main-menu').hasClass('mini'))
In that condition we can set the cookie to zero
$.cookie("isMenuCollasped",0);
Done 
Just wanted to say this is a great template but the support is above and beyond.
I had a question that wasn’t covered adequately in the existing comments section (eliminating the condensed menu completely), so I shot off a quick e-mail and I got replies almost instantly. After a few e-mails back and forth, they helped me out and then went above and beyond to help me further.
Thanks!
Hello.
First of all – the template looks very sexy! Perfect color combinations, fonts and widget layouts 
I have a question regarding the expandable menu on the right side (with a search field, group chats, friends and favourites) – it won’t scroll up and down like the main menu on the left side does. Is there any fix for that?
Kindly, Artur.
Hi there!
Thank you!
alright
open up assets/js/core.js
add this after document ready
$('#main-chat-wrapper').slimScroll({
color: '#a1b2bd',
size: '4px',
alwaysVisible: false
});
$(window).resize(function () {
$('#main-chat-wrapper').slimScroll({resize: true});
});
Wow, that’s a fast response
Thanks mate!
Glad we could help!
will be offline for about 7 hours, you always can leave a message.
Well… I begin play with the code for the chat sidebar and it has to be a bit improved.
First of all, the function “initChatScroll()” in chat.js has to be fired after the message is clicked, just to make sure that the “#messages-wrapper” won’t shows up under the “#main-chat-wrapper” before it’s needed (it will be invisible, but slimScroll will see it and scroll on mouse wheel).
Next thing – using windows.resize in chat.js, there has to be check whether the “#messages-wrapper” element is visible, otherwise the “#main-chat-wrapper” will scroll up to infinite, and only from a half of the sidebar height (as the slimScroll affect invisible element too).
Also make sure thet the slimScroll for the “#messages-wrapper” is destroyed after the $(’.chat-back’) close button is clicked, so the “#main-chat-wrapper” can use the whole sidebar height for scrolling.
So, basically, the code in my chat.js looks like this:
$('.user-details-wrapper').click(function(){
... original code ...
initChatScroll();
});
$('.chat-back').click(function(){
... original code ...
$("#messages-wrapper").slimScroll({destroy: true});
});
$(window).resize(function () {
if($('#messages-wrapper').is(":visible")){
$('#messages-wrapper').slimScroll({resize: true});
}
});
// initChatScroll(); - disabled at init.
Works perfect now 
HI sir, i cant able to view the user Profile menu option(MY ACCOUNT,Log Out) in mobile devices.
Hi there
Currently we have disabled the toggle drop down as of space issues, but you can always enable it, do you wish to get the instruction to this ? 
yes
i could not see the menu option in apple Iphone and some other mobile phone’s width 240px.
Hi there
Main menu can be activated when you press the slide toggle button where it will slide from the left, We have checked it with a 3.5inch screen, it was an old iphone 3gs
worked out fine, anyway you could provide a screenshot ?
slide toggle is not available 
I want to see the web-arch showcase, how can i see?
Hi there Just want to know whether your reffering to the demo link ?
http://revox.io/webarch/latest/I saw demo of this template, in this datatables export is not working
Hi there The export should be fine now on the demo, its because of the file path for the SWF file was wrong, you need to keep it in the root dir.
it should currently on media/swf/ with the new datatable update they have moved it out, Thank you for informing 
Hi Ace.
Any news about the update 
Hi there egent!
I mailed you a screenshot over with the desktop view of the gantt chart, but responsive is quite different and practically hard to achieve with its components
, for a public release we want it to be usable on all devices, what are you thoughts and restrictions ?
Hi Ace.
The screendump of the gantt diagram is looking great.
When do you expect to release the update can’t wait to get my fingers in the update 
Hi there
I’m glad we have so much of people who are waiting for the update, We are working day, night with sleepless nights trying to get these two things released, 1 ) Webarch update 2) The biggest surprise and something you have not seen in themeforest, I guarantee you it will blow your mind! We can not show any pre releases for this. So far playing to get both on the same date but will release the webarch update on 31st 
Will the Gantt diagram be avaviable in the 2.6 version?
Yes egent it will be included, thats a special request for you guys the reason we will not issue gantt chart in public because of responsive part is not possible on mobile device 
Dropped you an email 
Hello i have a question. Can you add swipe feature for menu in mobile view?
Hi there
Yes its powered by jquery sidr plugin and we are working on making it smoother in the later updates 
Hi Ace.
I’m trying to activate the datepicker but without any luck.
I have added following scripts and css but it’s not working for me.
<CSS> <link href=”assets/plugins/bootstrap-datepicker/css/datepicker.css” rel=”stylesheet” type=”text/css” />
<input type=”text” class=”form-control”><script src=”assets/js/form_elements.js” type=”text/javascript”></script> <script src=”assets/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js” type=”text/javascript”></script>
Ok let me guide you through, css is fine and JS include is also fine. in terms of the form_elements.js its for demo purposes so we have to import the required code, you should not have that, also explained in
http://revox.io/webarch/documentation/helpfile.html#sectionFormElements3.1.4 section 
HTML
<div class="input-append success date">
<input type="text" class="span12">
<span class="add-on"><span class="arrow" /><i class="icon-th" /></span>
</div>
JS
add this JS to a custom js file you created or even in the same file with the script tag
$('.input-append.date').datepicker({
autoclose: true,
todayHighlight: true
});
can i integrate this template with magento for the customers to login?
Hi there
Sure why not, the login is a simple demonstration 
I need the integration with login and also the backend as well. So backend integration is also possible with magento?
The current way how webarch works is the UI layer, so basically its HTML and CSS therefor you can practically attach it to any backend, say an AJAX request. In terms of magento, Im assuming they have php template files which is incorporated with themes, so you can import the CSS and required divs to that page
hi, i am use this theme in asp.net application. when i wrote this themes body section inside the <form></form> tag of asp.net pages page height not set correctly. my content section comes by fit height to content. please help me.
and where i can disable pace?
Hi there
Your saying that empty content doest not get a 100% height of the page?
Im not sure about the question and image would be great! 
to disable or remove it complete you have to remove the script file located at the bottom of the page, pace.js for further reading about it
http://github.hubspot.com/pace/thank you for pace. about 100% height: yes, blank_template not get 100% height. when i copy paste html codes in html page it get 100% height. but when i paste it in aspx page and write asp.net <form> tag after and </form> before dose not get 100% height.
i sent to you url & credentials. if you click on the menu page get 100% height.
Hi there Just got your emails, I did try to access your link but it gives a runtime error, add this class to your css,
.page-content {
height: 100%;
}
its quite surprising to see this, what version of webarch are you using ? 
i send new link to your email. please check again.
Replied 
Hi there! We noticed that the toggle button for the left menu bar doesn’t work on tablets. Is there a fix for this? Thanks in advance
Hi there
Its not a bug
its disable by default on tablets we have an enabled version option, if you can email me to support@revox.io will send across the enabled barebone package
Hi Ace,
Is there a way to setup breakpoint 768 to act exactly like toggle? I attempted to do so but when minimizing the screen, there is a small glitch whereby the icons are not aligning correctly.
Hi there We can do JS breakpoint check or a CSS but best would be to go with CSS.
for js
$(window).bind('enterBreakpoint768', function () {
//Your code
});
we can write an exit too
$(window).bind('exitBreakpoint768', function () {
//Your code
});
My apologies as I realized I was not clear. I wanted to activate the ‘layout-condensed-toggle’ via toggle on break point. I was able to achieve this in the core script file, but when I adjust my screen size back and forth, it has a small glitch whereby it shifts my sidebar links and then adjusts itself. I want it to act exactly like if it were click where it is a smooth close
Also, when the sidebar readjusts, there seems to be a glitch when the sidebar tries to reload as it flashes for a brief second or passes a line across my screen like a scanner or something. very strange
Hi there
layout-condensed = the main menu condensed
at 768 and portrait it should automatically switch even in the demo it works in that manner or I might be confused again. Im sorry about the confusion. Can we have a screen cast ?
if possible
Hi Ace…sending a screen to you to better give you an idea of what I am seeing.
Hi there,
1) Is there a solution to the issue whereby the current page is within a submenu, and collapsing the left-hand menu panel leaves the submenu popped out over the content? This can be seen on your demo if you collapse the menu on the first page you hit when opening the demo…
2) My second issue is that I’d like the drag and drop target to be restricted to a specific element within the box header strip. The issue at present is that the whole box can be dragged which means that a user cannot highlight text within the box (for copy/paste type operations)
Many thanks, Aaran
Hi there Aaran
1) Im trying to understand the question here
see if I got it correct, you are tallking about the condensed green menu and its opened black section ? 
$(".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'
});
we have specified ‘connectWith’ attribute that can be a class 
Hey Ace,
1) Yes – that’s right 2) Thanks..will tweak the JS method accordingly. May I suggest that this is made an option in the Theme Options panel as I can imaging that a few people will want their box content to be selectable.
Hi Ace,
Your answer to point 2) above wasn’t quite what I needed.
If anyone else has the same issue, you’ll need to add the parameter “handle” to the .sortable declaration to restrict which part of the box is draggable.
http://api.jqueryui.com/sortable/#option-handleLooking forward to your response to point 1)! 
Cheers, Aaran
By the way, please ignore my suggestion of “making this an option in the Theme Options panel”....I am dealing with many themes including WordPress ones….clearly this is not a WP theme! LOL
2 questions:
1. would the standard license cover the situation when we first test the dashboard on a test domain and then put on the main? 2. Whom I can contact if I have problems with implementing the dashboard?
Zac
Hi there
1) Yes it will not be an issue as long as you do not use it in two production domains 
2) For support you can always use the comments section but we encourage emails, its support@revox.io