3890 comments found.
Hi Ace,
We’re having some issues with the date range picker – when you type in a start date (e.g. 01/01/2015) directly into the input field, and subsequently type in an end date (e.g. 01/01/2016) in the other field, the start date string is changed that the last character is deleted (01/01/2). There are also other strange behaviors when you manually edit the date strings. You should be able to see the issues if you start editing the date manually in the input fields. A demo of the issue can be seen here: http://recordit.co/E6j9yiCsRv
Also, can you add servespot to your github repo? Thanks in advance!
Hi there
Thank you for sharing this, I will look into this
now, Also I sent you can invite to github.
Any updates on this issue? Just wanted to check in, as we’re trying to meet deadline. Thanks.
Hi there
I understand. Sorry for delaying everything. Im still on it. So the recoded version is done
and about to add some new features. Will post you updated. Can have it ready by Friday.
Can you please confirm if this is fixed now? I wanted to confirm before upgrading. Also, are there any breaking changes in the latest version? Just trying to figure out the best way to patch it.
Hi there
Yes it is
Sorry about the late reply, Calendar is a whole new re-write 
We just tested the latest release which we downloaded from ThemeForest, and the problem is still there. Please advise!
Please refer to my initial comment and screencast for the behaviors we’re seeing.
Hi there
Sorry about the late reply, I confused that you were talking about the Pages Calendar, Im really sorry about this confusion. I will check this up with the author who made the plugin (It’s a third party plugin)
Hi, I have a logo with this sizes: 125×22 instead of 78×22. My sidebar logo (white) looks well but toggle buttons are moved. How can I fix this?. http://prntscr.com/8o7xxf http://prntscr.com/8o7y32 . Thanks and sorry for my english
Hi there
I understand.
Sorry about that. Are you using LESS or CSS ?
there is a small tweak to do 
In line 262 in pages.css
your class
.page-sidebar .sidebar-header .sidebar-header-controls
Should have an extra few attributes.
position: absolute; top: 0; right: 60px;
Next you need to take care of the animation
In line 92 class
body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls
Change the translate3d to the following
translate3d(34px, 0, 0)Make sure you add 34px to all.
Next in line 12475 @media only screen and (min-width: 980px)
body.menu-pin .page-sidebar .sidebar-header .sidebar-header-controls {
transform: translateX(34px);
-webkit-transform: translateX(34px);
}
Perfect ACE! Thank you!
Is there any built-in support for stars rating in the pages dashboard? If not, is this something you’re considering adding in the future? Most themes I’ve seen have this, it’s something i missed in Pages.
Hi there
Currently there is no star rating one
Something like this using font awesome ?
Thanks for the link, that one is nice but this one worked better: http://lea.verou.me/2011/08/accessible-star-rating-widget-with-pure-css/
See the result: https://www.dropbox.com/s/k6eo6zhqhlarn3y/starrating.jpg?dl=0Nice! 
Hi, it is possible to have a date and time control ? what i want to do is that in only one input ask for the user to a Date and Time values showing a Calendar and also a Time Picker at the same time.
Thanks
Hi there
Yes so we have already added the bootstrap date picker, on change date
https://bootstrap-datepicker.readthedocs.org/en/latest/events.html#changedateyou can set the date for pages calendar 
$('body').pagescalendar('setDate',"new date here");
Any news for horizontal menu?
Hi there
Its already available over github
do you have access ?
i cant found, i have acces. give me a link please?
Hi there
Sorry about the late reply
You can use any of the following https://github.com/revoxltd/pages/blob/master/demo/html/sidemenu_and_horizontal_menu.htmlor
https://github.com/revoxltd/pages/blob/master/demo/html/horizontal_menu.htmlI’m sure you know how to build the repo 
Just type in “grunt bundle” in your terminal/cmd after installing nodejs and grunt.
Yes, i know how to build, but i think you added this files recently, i cant find them yesterday.
Thanks
Hi there
Yes
it was already in the builder.html but I thought it must be hard to for people. So will be making a submenu later called layouts 
Quick question? Do you know why the Sass wont compile? It keeps saying $color-master and everything it is associated with including -light, -lighter etc. I have tried re-configuring the folder structure but nothing. Even if I throw the downloaded files untouched into prepros nothing.
Also noticed that the theme.scss in > simple is importing var.less?
I switched to the var.scss file in the same simple folder in the Sass directory but still no go. Still telling me all of my variables for color-master are not being found. Also tried re-organizing the variables still no go.
Ok got it. First for some reason the variables not registering correctly so I moved all the @imports from modules.scss > pages.scss. I also had to fix up every calc(~‘100% + 1px’); to calc(100% + 1px);
Hi there
Are you using the the SASS from github ? 
No I am not why does git have a better version?
If so add me please williamjames01
Hi there
Sent you an invite 
Hi, Is there a way to completely hide a portlet until it’s maximized from an external link? Kind of like you can hide or show a modal, but I want to do it with portlets. Thank you 
also one other question.. I’m trying to maximize a portlet from the sidebar, then toggle the sidebar back (on mobile) so the maximized portlet takes over the screen, but my code only closes the sidebar and doesn’t maximize the portlet…
<button type="button" class="btn btn-primary toggle-sidebar" onClick="$('#myPortlet').portlet('maximize');" data-toggle="sidebar">test button</button>
Hi,
Sorry about the late reply. For your first question, you can set ‘display:none’ to your portlet element, and when you need to maximize it, first toggle visibility and then maximize. ex:
$('#myPortlet').show();
$('#myPortlet').portlet('maximize');
$(document).on('click.pg.sidebar.data-api touchstart', '[data-toggle="sidebar"]', function() {
$('#myPortlet').portlet('maximize');
})
Thank you, will definitely give these a go.
I appreciate your excellent support!!!! (rating it 5 stars now)
Hi there
Hope you got it sorted!
Thank you!
can you let me see latest version, on github? my nickname is (myhalici) without paranteses
Sure
you should get an invite now
Can you please add user “donaldsonr” to the GitHub repo?
Hi there
Sent you an invite 
Hi Ace can you add the user ‘yasar’ to the github repo for the frontend as well? Thank you.
Hi there
Sent you an invite 
Hi Ace can you add the user hguaymas to the github repo?. Thanks!
Hi there
Added you in 
Thanks ace, how do you generate getting_started, assets and pages folders from cloned project (https://github.com/revoxltd/pages) just like the downloaded file?
Hi there
The github repository is different from the one we distribute that is because we have modularised it for us to easily develop and maintain
Hope you understand why github code looks very complex.
Did you read the readme file ? 
Simply install nodejs and grunt in your local computer once thats done.
Type in your command prompt or terminal
grunt bundle
Thats it 
Can you please point me to an example of a form containing a textarea using the “Pages default style”? I just want a simple textarea (no html) that looks similar to the default style, but that still behaves like a textarea (ex: the rows attribute increases the height). Thanks!
Hi there
Try this
<div class="form-group form-group-default"> <label>Label</label> <textarea class="form-control"></textarea> </div>
Hi Ace can you add the user joaoprado to the github repo for the frontend as well? I bought it before end of July. I sent you an email last week but you must have missed it. Thank you.
Hi there
Sorry If we have missed it, you should be able to see frontend on your github 
Thank you. Will I receive some message when the 2.1 is released or should I keep checking?
Yes
we will post it in comments section, Over at Github and Envato also will send you a message
Perfect! Thank you.
hi ace
i’m considering to buy your product but can i use this template on wordpress?
thank you
Hi there
No its not made for Wordpress 
Hey there, could you add Hankkinen to the github repo, thanks man!
For the Front-End that is!
Hi there
Have you purchased Pages frontend ?
or have you purchased pages admin before July 30th ? you can drop your purchase code to support@revox.io
I’d like to use your template, but have a few questions. Do you plan on adding support for the following:
Top navigation. Boxed view (adding left and right whitespace and making the entire page a static width). Navigation categories (group menu items into a category).
Do you plan on adding support for more form controls (e.g. autocomplete, multiple autocomplete, grouped autocomplete)? Or are they easy to add with your form style (labels inside the input box)?
Hi there
Yes We have the boxed view
and horizontal Menu. Not released yet. its coming for v2.1.0
Autocomplete sounds nice. Do you have any suggestions for a plugin ?
I’m noticing there are some scroll bar issues with Microsoft Edge. Have you tested in that browser yet? When do you expect v2.1.0 to be released? Will the horizontal menu be on the first row or second row? Is it easy to add navigation categories to the menu? (For my favorite example, see: http://www.themeon.net/nifty/v2.2.1/forms-general.html)
Can you add joshmouch to the github repository?
As far as autocomplete, I’m not sure my favorite, but some I’ve run across, used by other templates, are: Select2, Selectize, SelectBoxIt.
My biggest complaint about your template is how dark the menu is and how much the forms blend in with the background. I really like the menu I linked above. Could think about adding another color theme with a lighter menu and a bit darker background on the main page so that the forms stand out more?
For an example of what I mean about making the forms stand out more, see: http://demo.flatlogic.com/3.1/white/form_account.html
Hi there
Sent you an invite
sure a less dark version theme. I will look into your request. Hope your having a great weekend.
I would also love to be able to change the time interval for the calendar in the upcoming version. Can you also implement this feature or has it already been done
? As of now, there are only 30mins and 60mins intervals available. we need to set it to 5mins.
Hi there
5min!
Thats something though. We do have the 30 and 60 I will see what I can do with 5mins, Is it Ok if I increase the length of a 30 mins ?
Hi Ace.
We are building an appointment module for an ongoing project based on Pages. 30mins is way off for appointment system. That should be at least 10 or 15mins to make sense imho. One reason I made my mind choosing Pages was the sleek calendar system that you have built (congrats btw). However, if we cant make the interval shorter, we will have to either replace the calendar system with something more flexible or start working on your code to expand it (that I am not sure how long it will take us to implement or if ever manage it).
I have seen the screenshots you have posted earlier showing the events collapsing, thats exactly what we needed. So one more feature for the calendar we need left.
Looking for the promoted new version asap 
Thanks.
Hi there
Hope your having a great weekend. Yes we can have a 10 – 15mins slots
thats great. Looking forward to see your app.
Where can i edit the chat javascript functies (if i put text in a input and enter it a new text ballon fade in. (data-chat-conversation #my-conversation)
Hi there
It can be found in pages/js/pages.js
line number 828. You can remove it from there as its just demo
(function($) {
'use strict';
//To Open Chat When Clicked
$('[data-chat-input]').on('keypress',function(e){
if(e.which == 13) {
var el = $(this).attr('data-chat-conversation');
$(el).append('<div class="message clearfix">'+
'<div class="chat-bubble from-me">'+$(this).val()+
'</div></div>');
$(this).val('');
}
});
Hi, I’ve just purchased your theme and generated the sample rails app according to the doco. I actually want to use AngularJS for the views vs. the rails views.
How do I convert the generated rails layouts to use AngularJS? Thanks. Adrian
Hi there
oh!
well thats a tough one. The current rails generator is an old one when we first released pages without angular. It’s nice to see people actually are using it!
Angular Implementation is quite different. We are all in the midst of releasing 2.1.0 for Pages. How urgent is your request ?
What’s the timeframe of 2.1.0? I can potentially wait. Maybe you can give me a few pointers on which which js/css files to drop from the ruby application.html.erb file version and which to add to enable angularjs?
Hi Ace, any update? Is the new version out?
Hi there
Made a small announcement that all our major task are finished and working on the demo pages to showcase. We are still working on those
I totally forgot about your request on ruby and angularjs, were you able to set it up ? 
Unfortunately no – I wasn’t really sure where to start. Any pointers?
Hi there
This guide will help you alot 
It’s pretty much the same thing but instead of the standard jquery plugin’s you can include the angular plugins mention in the footer of the html
I’m not a pro ruby developer, but What bothers me is how the angular router interacts with ruby router ? I will search abit more
Hi! I don’t use LESS or SASS, I just use CSS for my apps, can I use the current template without having to make too many changes with the new update? Or is convenient wait for the new version? Thanks!!! (sorry for my english)
Hi,
All Pages versions come with pre-compiled CSS files. LESS and SASS will come handy if you want to customize the theme easily, ie: changing variables
Thanks ace, If I buy and use the template now, will I have to make many changes when I receive the update?
Hi there
Merging new update via CSS will be a bit difficult. My suggestion is do not make changes directly to pages/pages.css instead you make changes to assets/css/style.css
Hope I’m making sense