3890 comments found.
please added me to github as well, my username is epipheus
Sent you the invite 
When I turn off my internet connection the glyphs don’t work. Can you send me a self-contained version of this? Even refering to local json data for charting. I want to know this works stand alone.
Hi there
Sorry about the late reply
in terms of glyphs what you you referring to ? Fontawesome ?
Hi Ace,
I would like to have a second menu like the default one when you toggle the appMenu instead of the social, calendar blocks.
I copied all the “unnorder list (ul)” but doesn’t have the same position and looks different. What class do I have to use to have the same layout ?
Thank you !
Can you please share your page with us? Looking at the HTML will really help finding the issue. Thanks. You can mail us at support@revox.io
Done !
Thanks
Got it 
You could use pages helper classes to get it done
I will also add a cheat-sheet of helper classes in the documentation.
What I did was
1) Added “no-style” class to the UL tag
2) Added “clearfix” class to the LI tags
3) Added “m-b-10” to “icon-thumbnail” DIVs, to set a bottom margin
Here is how it looks like, You could add a p-t-5 or 10 to the A href tag to bring the text to middle.
<ul class="no-style">
<li class="clearfix">
<a href="client_overview.html" class="detailed">
<span class="title">Client Overview</span>
</a>
<span class="icon-thumbnail m-b-10"><i class="fa fa-list-ul" /></span>
</li>
<li class="clearfix">
<a href="business_overview.html">
<span class="title">Business Overview</span>
</a>
<span class="icon-thumbnail m-b-10"><i class="fa fa-bar-chart" /></span>
</li>
<li class="clearfix">
<a href="service_status.html">
<span class="title">Service Status</span>
</a>
<span class="icon-thumbnail m-b-10"><i class="fa fa-tachometer" /></span>
</li>
</ul>
Perfect ! Thank you again !
Btw, today is monday, you had some news for today no ? 
Best, Alex.
Yes!
we are still in the stage of fine tuning the frontend design/s & it looks awesome. Couple of bug fixes and new features coming for calendar.
Will Wel find these features in github today ?
Cheers !
Calendar stuff yes
we have already set the meteorJS we adding a few more within the day
Cool, what about AngularJS any news ?
Hi there
Angular is ready and has a beta version in github
if you already got access you can see it here
Hi Ace,
I downloaded the zip and I did “npm install” and “grunt demo” then, the bundle folder is created and I go to demo/angular folder. but just works the initial dashboard page all the other links don’t work.
Are these the correct instructions or I’m doing it wrong ?
Thank you
Its correct
we in the process or of attaching the other pages it should be ready very soon now
Thank you Ace !
Looking forward to see all those pages working !!
Best, Alex.
Hi, Could you please let me know if the theme is delivered with .psd of all pages and elements or just few of them?
Hi there
We have all the essential PSD for pages
, here is a list
404
Buttons
Calendar
Colors
Dashboard
Form Elements
Form Layouts
Icons
Invoice
Layouts
Lockscreen
Login
Modals
Nesttables
Notifications
Portlets
Register
Slider
Socail
Tables
Tree-view
Gallery
Timeline
Sounds very good in order to build mock up / wireframes for our dev
Love it!
Thank you for purchasing!
Let me know if you need any assist
Grat theme, but i have a question before i buy it, is it possible to set up slots in calendar every 15 min ? Is it simple to do ?
Hi there
Currently we only 30 and 60 mins events, Getting 15mins slot will cause to increase the size of a cell to improve visibility of the event text. Or we can reduce the size of the text in 15 min event
I will look into this in v1.2 which is to be release very soon.
Hi ! I dont figure how we can use the Calendar in mobile version. the event OnTimeSlotDblClick never rise on iOS. In addition, do you consider add a feature in order to make a time range selection ? Like in Mac Calendar or Outlook ?
Thanks a lot !
Hi there
There some good features coming v1.2
for calendar like the month view and stackable events and whole day events. In terms of OnTimeSlotDblClick is not triggered as the touch handler is not attached to it. Will look into it 
Hey guys,
Are we still on track for an AngularJS version with absolutely NO jQuery in the next few weeks (mid-April)? I’m a bit behind schedule, but I don’t want to spend too much time customizing until we have that available.
Hi there
Yes!
v1.2 will have a mix of jquery but there will be a full Angular version coming on April for v1.3
Great Theme! Please keep the focus on performance. That’s great!
Please, send me the invitation for GitHub, my username: sokki
Hi there
Thank you very much!
more awesome stuff coming up next week.
I have sent you the invite
Thanks! As I see, the meteor integration is only a package.js loading dependencies and assets. Do you plan any deeper integration?
Hi there
Its a meteor package
a local one, Will be preparing the guide to do so and all it takes to install pages to meteor is just one command
“meteor add revox:pages”
and you are ready to go.
Since meteor does everything in package wise, we will also post all thirdparty plugin packages that are available from Atmosphere in metoeor to the documentation. Meteor package management method is really cool and you can have an app running mins 
Hey man, I just bought the theme like I told you
Please, send me the invitation for GitHub, my username: saruman
Thanks.
Hi there
Sorry about the late reply,I have sent you the invite
and thank you very much! If you find it difficult to build the repo to distribution just drop an email to support@revox.io I will email you the files 
Hi there
Just checking up, where you able to setup meteor ?
Btw do not worry we are going to have a folder called “samples” and inside you will have all the sample kickstart projects for Meteor, SailsJS, ExpressJS and Ruby Rails
Let me know if everything is ok
Hello, thank for reply. Well, I’ve been testing but I got an error: Error while parsing arguments: while adding package revox: pages: no suc package. I already did all the instructions that you sent me the other day. What I’m doing wrong?
Hi there
Maybe I was not that clear 
1) Create your meteor project using the command line
example “meteor create myapp”
2) Go to that folder “myapp” or your app folder then create the folder called “packages” this way meteor will look in this folder packages before checking “Atmosphere” which there cloud where all the packages are stored online (Only open-source)
Then you follow the rest of the steps
Thank you for your help. Well, is not working for some reason. I did all that you mention in your previous post (I thing so). Check this image to check if something is missing.
http://s3.postimg.org/q2fbbj9ur/image.jpgYour almost there, place the package.js inside
“packages/pages” folder
so it knows its a package, each metoer package will have a package.js file.
Finally
but, what about index.html? I have to place it in the root folder?
I created an index.html using the meteor template. I can see that the styles are automatically applied. What is next?
You can use the following, you really do not need any CSS and JS includes thats the beauty of meteor it will automatically manage it
https://gist.github.com/teamrevox/e68c2b3208b87d02aef2AWESOME! Now is working good. Ace, you should make a tutorial to implement “pages” with meteor. How long do you thing this going to be public for start a project? I really need this, meteor is awesome.
Hey man, how long do we have to wait until the release of meteor version? I can’t wait to start programming my project 
Hi there
By tomorow, I will wrap things up and then you can get an official version of meteor 
Awesome! Can’t wait!
Thanks so far for your awesome help. I have one more question:
I have a form where the user writes his personal data. Then i have a few other fields for the invoice data.
How can i do this that the user can click a button to “take over” the personal data to the invoice data if both are the same ?
Hi there
Im not sure if I understood your problem, you are saying that you want to implement a toggle like thing ? 
Hi, What happen that after page export (empty content), but it is long height? How to hide scroll bar if the page content is not long. Thank you.
Regards,
Gordon
Hi there
Sorry about the late reply, you mean when you use the builder ?
Hi, Yes.
Regards,
Gordon
I did myself and I do not get a scroll bar, in the “content” tab of the builder what is the option you choose ? Could re-do it again because we made some fixes too 
Hi, Others ok, except “Page title parallax”
Hi, can you please invite me? My github id = gordonlhw
Thank you
Invitation sent
Got it, thank you.. 
I found the issue… It is caused by a class—” demo-container”
<!After removed it, back to normal
Yes!
you have found it. Sorry about that, will remove it on the builder
Hey -
i have an ajax form inside a modal. Now how can i close the modal if the record where saved successfully ?
This is my little ajax form
<script>
(function() {
$('#submit').click(function() {
var $btn = $(this);
$btn.button('loading');
$('form[data-remote]').on('submit', function(e) {
var form = $(this);
var method = form.find('input[name="_method"]').val() || 'POST';
var url = form.prop('action');
$.ajax({
type: method,
url: url,
data: form.serialize(),
success: function(data) {
/* window.location.href = "/erfolgreich"; */
console.log(data);
}
});
e.preventDefault();
});
});
})();
</script>
I did
success: function(data) {
/* window.location.href = "/erfolgreich"; */
$('#createcategory').modal('hide');
}
</script>
But if you open the modal again all datas are still there and it is not reseted to default.
Hi there
Yes you can close the modal by referring the ID
$('#modal').modal('toggle');
Let me know
$('#createcategory').modal('hide');
location.reload();
Hi there
Sorry about the late reply,different timezones
its working right ?
No Problem, you make an awesome support anyway
Yes – Its working fine now, thank you.
Hey Ace, When will the angular demo for email page be ready? we would love to see that done as its a good guide for us to build our app on.
Hi there
A beta angular versions is in github repo
if you have access you can view it in
This will be released soon 
yup. i have access to the git. but the email demo is not there yet? right? or did i miss something
What is your github id ?
I will add you in
manishn90
do you have the email demo on angular ready?
You are already in github 
Its in a branch
https://github.com/revoxltd/pages/tree/v1.2.0if you find trouble building the repo, I can email you the build Beta version via email, you can drop an email to support@revox.io
Just the core stuff. Email is not read yet 
yup i understand. any eta on that? much appreciated
we will be able to get most of the things done on Monday for AngularJS, will update you on this on Monday. ETA for release is abit hard to tell as we have a frontend and a few surprises coming up 
completely understand. thsnks for the responsiveness!
Hi Ace,
I’m bulding an nvd3 chart and I’m facing two issues.
The values on the Y Axis do not fit and I also I would get rid of the decimal zeros.
http://wualia.com/charts.pngThank you !
Hi,
You can use chart.yAxis.tickFormat(d3.format('.0f')); to get rid of the decimal points.
chart.margin({
left: 30
})
Thank you !!
What is the status on the AngularJS + Landing Page(s) update? I think you get asked this a lot – maybe provide progress info on the “Item Details” page?
Hi there
We already have a beta version of angularJS in github preparing the demo pages
and the design of landing page should be ready during the weekend
Hi Ace,
I am using the bootstrap timepicker plugin. I would like for the timepicker to display the dropdown when the input is focused on. Currently, you have to click on <span class="input-group-addon"><i class="pg-clock" /></span> to trigger the dropdown. How can I trigger the dropdown when the input is focused?
Thanks!
HTML
-------
<div class="bootstrap-timepicker ">
<input id="timepicker" type="text" class="form-control"> </div>
JS
----
$('#timepicker').timepicker({
minuteStep: 5,
showInputs: false,
disableFocus: true
});
2) If you want to keep the button, use the existing code and trigger the timepicker on button click event:
var time = $('#timepicker').timepicker('showWidget');
Thank you this worked 
Hi, If I have a series of checkboxes in a table and want to have a checkbox in the header that when selected checks or unchecks the rest, how would I do that? I didn’t see anything about it in the docs.
Thank you! You guys need a proper forum. 
Hi,
You can use the table structure from tables.html page, but edit the header column to contain the main checkbox. I’ve created a gist for you:
https://gist.github.com/praveenaj/32a97bbaac62df740ed5Hi, I just tried this on the table with dynamic rows and when i click the trash icon, it tries to sort the rows. How can I escape the sorting for just one column?
"aoColumnDefs": [{
'bSortable': false,
'aTargets': [0]
}],
ex: from assets/js/tables.js
var table = $('#basicTable');
var settings = {
"sDom": "t",
"sPaginationType": "bootstrap",
"destroy": true,
"paging": false,
"scrollCollapse": true,
"aoColumnDefs": [{
'bSortable': false,
'aTargets': [0]
}],
"order": [
[1, "desc"]
]
};
table.dataTable(settings);
Hey Ace,
Just wanted to let you know that if you place a timepicker in a modal, the widget for the timepicker shows behind the modal. This fixed it for me though:
.bootstrap-timepicker-widget {
z-index: 9999;
}
Just letting you know!
Hi there
Will update this
Thank you
Hi There I’m implementing the data table with export options in it, actually I’m using a table that has…
- export options - dynamically adding rows and more.
One small issue is that the 4 icons for the export functionality normally have a hover over pop notifier that lets you know what the icon does (ie. export pdf etc)
As my table id is not set to ‘tableWithExportOptions’ as I do not want that for some reason those hover over popups that you let you know what the button does no longer show. Is there anyway to get that to work without having to have my table with id=’tableWithExportOptions’.
I have this in place And the icons do show up and the functionality does work, just need those popovers to work somehow.
Thanks again
Hi, You need to have the fnDrawCallback function set in the options object with correct IDs of each button. We’re using Bootstrap’s tooltips.
fnDrawCallback: function(oSettings) {
$('.export-options-container').append($('.exportOptions'));
$('#ToolTables_tableWithExportOptions_0').tooltip({
title: 'Export as CSV',
container: 'body'
});
$('#ToolTables_tableWithExportOptions_1').tooltip({
title: 'Export as Excel',
container: 'body'
});
$('#ToolTables_tableWithExportOptions_2').tooltip({
title: 'Export as PDF',
container: 'body'
});
$('#ToolTables_tableWithExportOptions_3').tooltip({
title: 'Copy data',
container: 'body'
});
}
Hello Ace,
Is there a way to have a Portlet closed by default? All of the code snippets I have tried have not worked for me. One thing I tried was this:
<div class="panel panel-transparent panel-collapsed" data-pages="portlet">
But this did not work. Any suggestions? Thanks!</div>
Hi there
Im sorry about this its a confirmed bug
I do have a small patch for you. if your using css you can add this to your custom css in assets folder
.panel-collapsed > .panel-body{
display: none
}
Awesome, thank you for the quick patch 