3890 comments found.
Hi
There seems to be a small layout issue. When the screen resolution is at 1900×1200 and the menu is at a fixed position the table bleeds off the screen. It appears to be a media query issue. If you drag the display past 1930 it adjusts and adds the correct padding on the right.
Thanks
.menu-pin .container-fluid.container-fixed-lg class in pages.css as below:
/*** Large screens ***/
@media (min-width: 1824px) {
...
...
.container-fluid.container-fixed-lg {
...
}
.menu-pin .container-fluid.container-fixed-lg {
width: 1450px;
}
...
Hi guys! Could you add me on the repository?
User: isramartinez
Thanks!!
Invitation sent.
Hi Ace,
Just had a quick question. We’re very excited for the AngularJS version; will this version remove all of the jQuery implementations and rely solely on Angular (and of course HTML/CSS, etc.) as we are hoping, or will this end up being a mashup of Angular, jQuery, Bootstrap, etc.?
We don’t want any messy jQuery to deal with for our project, we’re looking to keep it clean with a heavy focus on AngularJS.
Thanks in advance!
Hi,
Next update will be a mashup of Angular + jQuery. After that release we’re planning to do a pure Angular version.
Hi, could you guys add me to the repository?
Username: vperdi
Thanks!
Sent you an invite
Thanks! Would it also be possible to add my colleague? Username: bramkok
I’m sorry we are giving away only one Github invite per regular license.
No problem, we’ll make do. Good work on Pages!
Hello Ace,
I have to use Bower as a package manager. How can I use Bower with Pages instead of Grunt or Gulp?
Alternatively, is there a way to use Grunt “inside” of Bower that would work with Pages?
<!-- Remove these --> <script src="assets/plugins/jquery/jquery-1.11.1.min.js" type="text/javascript"></script> <!-- Add your bower components --> <script src="path/to/bower_components/jquery/jquery.min.js"></script>
OR: You can use Grunt to automatically inject Bower components into your HTML. Here’s a video tutorial showing how to do so:
https://www.youtube.com/watch?v=UYUKu5G-Amw Grunt tools that enable using bower inside grunt: http://bower.io/docs/tools/OK. I found the project that i’m working on is using Broccolli instead of grunt or gulp. Can I use Pages with Broccolli?
Pages doesn’t have out-of-the-box support for Brocolli at the moment.
Hello,
Theme looks nice as hell, thus the draggable scripts (seen on http://pages.revox.io/latest/nestables.html and http://pages.revox.io/latest/portlets.html) doesnt work on Chrome.
Will you provide a fix soon ?
Thanks
Can I know your Chrome version and OS? Both work perfectly at our end.
Win 8 / Latest Chrome version
Are you using a touch screen?
Yes this is a touch screen. Thus I’m using a mouse.
Yes those 2 examples works fine.
The draggable portlets actually works on your theme http://pages.revox.io/latest/portlets.html, the script is slow/clutters though.
.sortable .panel{
transition: none;
}
I think the same problem with nestables has been reported on their repo. Please have a look at https://github.com/dbushell/Nestable/issues/92 You will a fix at the end.
Hello,
I checked the plugin http://dbushell.github.io/Nestable/ On their demo page, their first example works fine. The second one “Draggable Handles” doesn’t work.
Can you check why it works on their demo page and not in http://pages.revox.io/latest/nestables.html (it should works fine in your “PLAY GROUND” section at the bottom)
Thanks
Hi there
Sure I will look into this 
Hi ace,
If I put the following event in assets/js/calendar.js for this page, the event is not showing in the time slot between 6am and 8am but not extending half beyond 8am. Also, how can I reduce timeslot to 5 instead of 30 ?
{ title: ‘Call Dave2’, class: ‘bg-success-lighter’, start: ‘2015-02-24T06:00:00’, end: ‘2014-02-24T08:30:00’, other: {} }
Thanks
for the page http://pages.revox.io/latest/calendar.html
Did you notice it ?
Hi there
Currently We only have the option of hour and 30 mins time gap option, the reason with 5 mins is that the event will be really small and we might have to increase the size of the cell, hope you got what I’m talking about
, I did try to drag and do it, it worked fine, Will try your scenario
Drag and drop works but when you initiate the event with 30 mins fraction, it doesn’t show it properly in grid
Any luck ?
Hello ace, can it be solved ? Thanks
Hi, we noticed the issue, we’re trying to find a fix. Will get back to you soon 
Thanks for your patience.
Okay
Will be adding a fixing this during the weekend 
thanks
any solution yet ?
Hi there
There were a few changes, so with that I will mail you today
with it
okay
Hi, did you send the fix by email yet ?
Thanks
Hi Can I have access to the git respository? username is jasontxf
thanks.
Hi there
Sent you an invite 
Hi, I’ve bought this cool theme yesterday. And I decided to combine it with my MVC framework. So I need to sort the files and place it into my directories. The problems occurs when I tried to regenerate “pages” css with compass sass. There’re a lot of missing css between the new generated css and the old css in your “getting started” folder. I’ll be glad if you can update the sass files soon. Because all I can do right now is just fix which not appear correctly, and I don’t know if I missed another one. Thank you
Hi there
Im sorry about the SASS files, its still under beta you got it from the Page repo right ? 
you used bootstrap-datepicker, is there a reason you did not use bootstrap-daterangepicker instead? can we use bootstrap-daterangepicker instead? if so, is there anything we need to be careful about or adjust?
We have used both 
cool . . . once again, above and beyond!
I spoke too quickly . . . did you use specifically this one . . .
https://github.com/dangrossman/bootstrap-daterangepickeryes this one, will mention it in the documentation 
Yes, that’s the one we’ve used for daterangepicker
gotcha, I just looked and I see that . . . cool . . . however, I noticed you did not use all the components from the original plugin, such as “moments.js”
Any reasons?
<script src="assets/plugins/moment/moment.min.js"></script>
ok, thank you for the extra info! will give it a go
Also, I forgot to ask in my last post, is it possible to use Webarch elements with the Pages theme? For example, I like the Form Wizard (http://revox.io/webarch/2.7/form_validations.html) that is included in the Webarch theme. Is that compatible with the Pages theme? Thanks!
Hi there
Yes you can but you will have to import the less file in to it
will you be needing directions ? for that 
Awesome! Yes please, some directions would be great
Thank you very much!
Hi there
Really sorry about the late reply.
Here is the less, html and js required to run the wizard 
Hello Ace,
Love the theme and support! I am wondering if there is a way to have a “boxed layout” or “inner boxed layout” with this theme? I have looked at your other theme (Webarch) on themeforest and these two options are available. I was curious if it would be easy to add these two options to the Pages theme? If so, do you mind sending me a “gist” on github? I already have access to your repo 
Hi there
This is been a very demanding request by others two, Im working on away to get the boxed layout to pages
will be updating on Pages github
Awesome thank you very much
Just curious if there is a timeframe for this? Will it be posted in GitHub in a couple of days or in the next release such as v1.2? Just wondering so I can plan my project accordingly. Thanks!
Hi there
Yap in couple of days
I will push it to github.
Awesome!! That’s great news
Last question, I promise. Will you be including both versions of the boxes layout such as the “boxed layout” or “inner boxed layout”? My favorite version is the “inner boxed layout”.
Really awesome Support thanks so much !
One last question 
I have a Select2 in the fill-in Modal.
What i want is:
If i click the link in my menu the Modal should automatilcy pops out. Then i have to select an option – After i selected an option and click the button the selection should be shown in my form on the page.
Here`s a screenshot so you know what i mean:
https://cloud.githubusercontent.com/assets/8193345/6334086/875852f8-bb92-11e4-8155-eee55acd70b6.pngIf i now select an option and click the button the popup should close and the selection should be shown in my form on the page.
It would be awesome if you can tell me how to to this.
Hi there
I think we are already discussing the same issue at github or this is a different user ? 
Nope – that`s me
But this here is another question not the related “bug” which i fixed now.
I now want to select an option and the selected option which i select in the modal should be placed inside a select on the normal form page.
Hope you understand what i mean 
Ok got it but is the select options in the two select box are the same
eg : This is the on in the forrm<select> <option>1</option> <option>2</option> </select>This is the on in the modal
<select> <option>1</option> <option>2</option> </select>They have the same values or are they different ?
The Select Options would be the same – The only diffrence is that secound select is disabled.
Or should i go for two diffrent selects ?
You can add this to your JS
#from is the id of the select user is going to change and #to is the id of the select your going to change,
$(function(){
$('#from').change(function(){ //
$('#to').val( $(this).val() ).trigger("change");
})
})
ok, and how do i trigger the <button> which the user has to click to apply ? e.g
<button class=”btn btn-primary btn-lg” data-toggle=”modal” data-target=”#myModal”> take over city </button>
something with .onclick ? 
( select the city -> click button -> popup closes -> secound select has the selection of the first selected select )
Yes then it should be 
$('#myButton').on('click',function(){ //
$('#to').val( $(#from).val() ).trigger("change");
})
awesome !
Works great
Thanks so much.
AHH and ONE LAST THING 
data-toggle="modal" data-target="#myModal"
to the in the menu the modal doesn appear and the link isnt`t working anymore.
So it should: If i click the link in the menu the modal should be shown on top of the loaded page.
Sorry about the late reply, different timezones 
try this
<a href="#myModal1" role="button" class="btn" data-toggle="modal">Launch Modal</a>
No problem, you make an awesome support 
This is a normal a which opens the popup yep. But i need an anker tag with my link e.g
<a href="/url/to/create" ...="">
The link of course is working but if i click on my link sure i come to my site but if i come to the site the popup should first open.
Do you know what i mean ?
I tried
<code>
<a href="/url/to/create" role="button" class="btn" data-toggle="modal" data-target="#myModal" ...="">
But this does not work.
</a></code></a>
I assume you want to open a page inside the modal. I found a tutorial which does that job for you.
Tutorial: http://garridodiaz.com/bootstrap-3-modal-external-url/ Example: http://jsfiddle.net/f2Fcd/
Is it possible to use time for the Date Range control? e.g for opening times “12 PM > to 13 PM”.
Hi there
Yes you can
sorry if we did not add it in the doc, here is the official documentation for that plugin
currently
‘timePicker’ is set false
<script>
$(document).ready(function() {
$('#datepicker-range').datepicker({
"timePicker": true
});
});
</script>
btw: is this the right plugin ? Because the js function daterangepicker does not exist only “datepicker”.
I think pages embed https://github.com/eternicode/bootstrap-datepicker or ? 
It should be “daterangepicker” not datepicker. Please find the correct code below:
$('#daterangepicker').daterangepicker({
timePicker: true,
timePickerIncrement: 30,
format: 'MM/DD/YYYY h:mm A'
}, function(start, end, label) {
console.log(start.toISOString(), end.toISOString(), label);
});
You can find the code we have used for the daterangepicker (which doesn’t have timePicker:true set though), in our demo/assets/js/form_elements.js
http://screencloud.net/v/3kZFThank you.
I read the daterangepicker doc and first i forgot to include the moment.js
And i only need the time – no date – is this possible with this plugin ? I didnt see anything about to set the date to false or something like that.
OK i think i should go for the timepicker 
Yes, I think you should be using timepicker plugin we have included. Daterangerpicker can’t show only the time it seems 
Can you tell me how i can check an input field for the remaining characters like on twitter ?
So i can only type 30 characters and the input filed shows me how many characters left ?
Hi there
Yes you can
first create a div
(function($) {
$.fn.extend( {
limiter: function(limit, elem) {
$(this).on("keyup focus", function() {
setCount(this, elem);
});
function setCount(src, elem) {
var chars = src.value.length;
if (chars > limit) {
src.value = src.value.substr(0, limit);
chars = limit;
}
elem.html( limit - chars );
}
setCount($(this)[0], elem);
}
});
})(jQuery);
create a span or div with the ID chars, you can rename it to anything you want.
var elem = $("#chars");
$("#text").limiter(100, elem);
Hi,
I want to use single file upload control. There is no provision of this control. Also i wish to place drop file upload element below some of my form controls. Will it work? Before Purchase i wish to confirm on this.
Thanks You, Bhavin Gajjar
Hi there
You must be talking about the browser button ?
currently no but will love to get in the upcoming update.
Yes. Input File element with Browse, Change, Remove, File Preview, etc operations. This I need for single file upload. Currently I feel your drop uploader will take more space on my page.
Hi,
just purchased this awesome theme. Please invite me to your github repo. My username: MiDniGG
Thanks! Andy
Hi there
Thank you!
sent you an invite.
Hi,
I just purchased. I can see a few psd files but no timeline, gallery etc… How can I access all of the psd files.
Thanks.
Tristan.
Hi there
Currently we did not add the new gallery and timeline to the psd list, I will be able to send it to you when its ready by tomorrow, do drop an email to support@revox.io 
yes please send through asap. I will email support now.
Got it 
Hi. Any update on a boxed layout? i.e. the entire content to be boxed including the menu and top nav bar, not just the internal content as suggested previously in another post.
I’ve read previous comments and replies and you mention that it might be a bit difficult to integrate this due to the slide out left menu. What if you force the menu-pin class when a boxed layout is selected? Would that work?
Cheers, Peter
Hi there
Correct !
menu-pin is the option. I will let you know when Im done, will be trying it in abit
Hi Ace.
Any ETA on the boxed layout enhancement?
Hi there
Its already on the list, working on a big surprise update for everyone
you can, There were some complications for box layout so paused it and continued the other stuff. I will update ASAP
Thanks. Looking forward to seeing the new updates.
Cheers, Peter
still going no where . . .
Hi there
Just updated
and thank you, will be updating docs continuously
thank you always for being so responsive and collaborative!