3890 comments found.
I read that you’re waiting for Angular 2.0 to come out before creating the Angular version. Based on a common consensus across the Angular community it appears as though it won’t be out until the end of 2015 which is too long to wait for most people I fear.
“Yes 2.0 a whole new update according to this
so its going to *be released very soon*, since we have exclusive plugins like calendar writing to current Angular version would be a waste Its best we wait but we could get angular version with jquery
that will be only a router implementation with angular bootstrap”
Where did you read that it would be released very soon?
Please at least continue for the time being with the Angular and jQuery version of Pages.
I know you’re not sure when, but do you even have a rough idea of when the Angular/jQuery version will be out? Just so I know whether I have time to wait before continuing to work on a project I have been intending to start.
Hi there
Im very sorry about this confusion we are going to continue as planned and angular / jquery will be released on v1.2 and v1.1 will be coming this week
and by end of next week you will be able to see angular and jquery version
Oh phew!! I nearly cried – this theme is so perfect!
thanks for the update
I look forward to the new versions!!
#excited
Love the theme, I’m looking forward to the upgrade with the PSD files (or if you have AI, EPS,PDF,.. even better.) to start making some mockups before coding. Cheers Seb
Hi there
Thank you very much!
Yes PSD will be included in the next upcoming update
Hi ace, I just read your comments that you are halting the use of AngularJS in new development work because of someone else’s suggestion. Please DO NOT DO THIS. First, AngularJS 2.0 is not going to be released until end of 2015 at the earliest. That’s a full year from now, and it will likely be pushed into 2016. From the Angular team themselves:
“Currently Angular is aiming for a release by the end of 2015 – but early 2016 seems more realistic given the drastic changes that are planned.”
Secondly, Angular 1.3 (the current version) is being promised to be supported by the team for 18-24 months after the release of 2.0. Again, from Brad Green of the Angular team:
“Angular 1.3 will continue to receive bugfix and security patch support for 18-24 months after the release of version 2.0.”
Finally, many many web developers are already familiar with 1.3. When AngularJS 2.0 comes out in 1-2 years, many developers will stick with 1.3 for a long time. AngularJS 2.0 will not truly be a factor in web development for at least another 2 years.
So again, I am strongly encouraging you to continue with AngularJS 1.3 code. Do not worry about AngularJS 2.0 – it is very, very far out and a lot of things can change between now and then.
Hi there
Yes even we had a discussion about this and will continue with 1.3 and will be releasing Angular in Pages v1.2
Thank you for your advice!
If I buy this theme, I need someone to install for me (Assemble the database of all pages (paid well for it)) is possible?
Hi there
We currently can not take in third party customization
The installation depends on your requirements. So the developer has to use a language like node, php, asp or any web languages and build it. What this template does is adding a beautiful front layer to make your app/ website look nice 
Hi,
One of the best, if not the best themes.
In working with the calendar, it seems as though when events overlap one event bubble hides anything underneath. In the typical FullCalendar implementation, event bubbles condense so that you can see multiple side by side.
See images when events on at the same exact time:
or staggered on top of each other with partially overlapping times:
Thanks in advance for any quick guidance.
Hi there
Thank you very much! 
True we did not implement that feature as we ran out of time
but it will be added as an update will make it a high priority and once its ready I will drop you an email personally, If you could send me your email address to support@revox.io that would be great
Hi ace,
Did this Template Have a Time Picker ?
Thanks,
Hi there
We do not have a Time picker yet, Will add it to v1.1 
Thanks You ! 
Very Beautiful, I’ll buy this template 
Thank you! 
Hi ace it’s your favorite user skecchi! , anyway i am trying to implement the wysiwyg5 editor , the one you showed in your demo , but I don’t know if you gave if the right css in pages.css , in the getting started folder as this what i could achieve with following your steps in the docs http://puu.sh/dwZJI/f29f10efa7.png not the demo lol, but I have all the js and css called, and have added the editor_tray.png etc, also the dev tools don’t help as it’s a css problem ,
Merry Christmas , HO HO HELP PLEASE
Hi there!
How are you
alright a few questions
1) Are you implementing pages editor to webarch ?
It looks like your using the Bootstrap editor
If your importing it to webarch you need the following css and the following image in pages/img/editor_tray.png
.editor-icon {
background-image: url("../img/editor_tray.png");
display: inline-block;
height: 40px;
margin-top: 5px;
opacity: 0.4;
vertical-align: top;
width: 40px;
}
.editor-icon-headline {
background-position: 0 0;
width: 31px;
}
.editor-icon-bold {
background-position: -40px 0;
}
.editor-icon-italic {
background-position: -80px 0;
}
.editor-icon-underline {
background-position: -120px 0;
}
.editor-icon-link {
background-position: -160px 0;
}
.editor-icon-quote {
background-position: -200px 0;
}
.editor-icon-ul {
background-position: -240px 0;
}
.editor-icon-ol {
background-position: -280px 0;
}
.editor-icon-outdent {
background-position: -320px 0;
}
.editor-icon-indent {
background-position: -360px 0;
}
.editor-icon-image {
background-position: -400px 0;
}
.editor-icon-html {
background-position: -440px 0;
}
You do not have to import pages.css as its going to be heavy with both webarch also
use the following JS init 
also make sure you copy
/pages/css/editor.css
Let me know, Will update the documentation on this again 
Im sorry i just made you write all that I stop using web arc , and I am using pages now as it’s great , also my bad when taking out the scripts in form-elements.js that I didn’t need I’ must have taken out that piece you gave me in the github txt, all is fixed now
http://puu.sh/dx1dk/7543474056.png
also just a note im sure you are aware of this but most of your front images now blend in with the new theme forest color scheme (white) , might hurt your sales , that’s my 2 cents , night and thank for the help above as always 10/10 support
Awesome! 
ok don’t know if you can help me with this or not so iv been trying to change the place holder text on the wysiwyg editor text-area as I want it to match the input place holder text above , it’’s using a lable though , so i went to https://github.com/xing/wysihtml5 to see if I could find any thing, but nothing , is this even possible to achieve as if i were to change the placeholder input:: css wont it change all place holder text which I don’t want
otherwise do you know how to put that same lable tag in the texarea for wysiwyg, that would also work
here is a pic for what im trying to achieve http://puu.sh/dy0eu/d04b3aa84b.png
thanks skecchi
Hi there
Sorry about the late reply
Did you try adding the attribute placeholder=”” to the textarea tag ? 
yea but that’s not what I wanted to achieve in the end (i’ve decided not to do it any more) ,
one quick question the wysiwyg tool bar does not show up on my android 4.4.2 galaxy note , or my s3 , as this my coding or does this not support mobile
Hi Mate, I needed a quick favour, actually I am having a little hard time with intergrating pages directly with a sails project. I am a little new to it. Hence I was wondering if you could create a quick boilerplate for a sails project having the pages assets.
Thanks ML
Hi there
Im a newbie to Sails too
will give it a try got your email too
Awesome, let me know how you go with it. 
Hi again,
Would it be possible to get an alternate layout with some kind of optional submenu, similar to the one in WebArch?
Also, maybe some kind of image slider widget? I know the gallery feature is on the way so my apologies if I’m repeating something mentioned elsewhere.
Thanks again!
Hi there
You mean a horizontal Menu right ?
There is something reusable in the invoice page
Will also add one in the update
Ah, I see that now. Awesome, thanks!
Have you guys thought about also adding in the option of Matt Smith’s Floating Labels for the forms. I think this would be perfect for this theme.
http://mattdsmith.com/float-label-demo/Yap!
Will use this
Thank you!
hey. i just want to psd file
I’m willing to the same money. i coudnt find it. Can I get it?
Hi, PSD are coming in the next update 
thank u! when is it coming? 
Can’t say an exact day, but it’ll be pretty soon. Stay tuned 
Hi, may I ask if you have a front end package (e.g. psd) for purchase?
Hi there
Front end meaning the landing page website or PSD for admin template ? PSD are coming in the next update 
Absolutely beautiful theme! Been looking for a good admin theme and this looks amazing. Would love to see the roadmap for things you guys are working on.
I see in previous comments people have been requesting more charts and I agree. Chart.js is great. Also, check out amCharts and Chartist. Both beautiful modern chart libraries.
Any plans for team or profile pages? Feel this is a missing feature.
Hi there Thank you very much Will be including the following
1 ) Bug fixes
2 ) Fixed Footer
3 ) Retina Sparkline
4 ) New Charts – Chart.js
5 ) Profile Page
6 ) Gallery Page
7 ) Export Option for builder
Angular Will on pause due to the following 
Great! Look forward to the next update! Is there an ETA? January?
Will not take that long, it will be during this month 
Awesome!
Noticed a small bug (not sure if mentioned) but for the draggable portlets, if you move them all into one column, you can’t move them back to the second column.
Hi, Thanks for reporting. We will fix this in our next update.
Also, on the Mail, when composing a message there should probably be the Bold and Italics options in the toolbar. I see the Command+B and Command+I shortcuts work but may not be clear to all users. Same with bullets.
Also, when inserting a link, the open in new tab option doesn’t seem to have a checkbox to select.
Great theme though! Will be buying tomorrow so I can begin playing with it for a project I’m starting. 
Hi there
Thats awesome!
we did not a make a compose page, will add it to the update list your talking about the Editor right ?
Yea, in the editor.
Could you tell me in what app you create animations for this projects. Animations looks very nice.
Hi there
Its Adobe After Effects 
Great work! Would this theme be suitable for a music social network build with symfony or laravel ?
Best regards, prumor.
Hi there So far we do not have a music player integrated but you always can integrate one there loads of good 3rd party plugins out there. In terms of layout I believe it fits your need you can customise it here
http://pages.revox.io/latest/builder.html#I believe those two are php frameworks so yes you can use them 
Any news about updates ? A list with upcoming features?
Hi there So far our list is
1 ) Bug fixes
2 ) Fixed Footer
3 ) Retina Sparkline
4 ) New Charts – Chart.js
5 ) Profile Page
6 ) Gallery Page
7 ) Export Option for builder
Angular Will on pause due to the following 
So once 2.0 is out, you will rewrite & update it ? 
Yes 2.0 a whole new update according to this
so its going to be released very soon, since we have exclusive plugins like calendar writing to current Angular version would be a waste Its best we wait but we could get angular version with jquery
that will be only a router implementation with angular bootstrap
okay, pm me once the new big update is out! Gonna purchase it than 
Hi, Nice work,
Please how do I go about using the Carousel Thanks
Hi there
Thank you! 
This is built on top of bootstrap so you can use the bootstrap Carousel, you do not need any new files, its already installed 
Bugs: When opening a select2 box in a modal it appears beneath the modal, so it’s virtually invisible, the z-index needs to be adjusted appropriately. Also the drop upload, when you upload an image it gets a huge HTML output overlay, that makes it impossible to delete/interact with it.
Suggestions: Aside from that and some of the other issues the people have mentioned above there hasn’t been any big issues. However I would suggest adding in a formatted single line file upload and another file upload that puts thumbnail previews above the upload input line instead of in it.
Thanks a lot for reporting the issues and suggestions. We’ll fix those issues in our next update 
No problem, I’ve already corrected it on my version but thought I’d help point it out. One of the other major value additions I would make in the update is a layout configuration where all the navigation is in the header, no left bar, and adding the modal and quick view panels to be able to “slide-left” instead of only “slide-right”.
More Bugs (you will find it in your demo as well): Ion.Range slider handles need to be widened, impossible to slide from mobile, I allowed for the tooltip to be dragged not sure what you want to do in the main version. Under chat when you click to the John Smith discussion, the arrow to go back you can literally have your mouse ontop of it and have it not click back, in order for it to work you need to click above it. I fixed this with adding p-l-10 p-r-10. Under notes when you click the “trash can” icon, you can’t click the checkboxes, it’ll take you to the note so you can’t remove it, I fixed this by changing the “data-view-animation=”push” data-view-port=”#note-views” data-navigate=”view”” to the chevron arrow. On the actual notes section, you can click bold, italic, or link without it actually applying and it’ll still be focused, takes about 3 clicks for it to actually work, I fixed it with some custom javascript but I’m not sure what you’d like to do there. Under the nestables page, you can see the letter “D” in “drag” there under the “Drag Handler” column, by changing the css you’re able to fix this as I did in mine.
I’ll let ya know if I come across anything else.
Hi there
These are noted
Always fixable Will push them to the new update coming on version 1.1
Also any suggestions on Angular and if you any more improvements and bugs found we could add you to the github repo 
You can email me if you’d like and we can talk via email regarding gitHub. As far as Angular I highly recommend that you DO NOT invest the time into doing it, the team behind Angular just announced at a recent tech conference that 2.0 will not support all prior versions as it’s a complete top down re-write which means not only will everyone buying it have to re-write their code, but so will you if you want it to support Angular, I’d say wait, because Angular has lost a lot of popularity because of that announcement it may be all the hype, but I don’t imagine it’ll be trending for much longer do to how volatile it is.
See below: http://ng-learn.org/2014/03/AngularJS-2-Status-Preview/Just found another minor bug : The (blue tags on the form element page) tags input needs more spacing between two rows of tags because the tags overlap. Changed .bootstrap-tagsinput .tag’s line-height to line-height: 30px which accommodates for the extra padding you added, and also fixes the appearance.
Awesome its nice of you to give out fixes!
Also thank you for that information on Angular JS looks like a whole rewrite. Will keep it on pause
will let you know once the github is ready also the email is support@revox.io
I noticed that some other developers freaked out regarding the mention that you might pause Angular JS development. It’d be worth opening up a debate regarding the topic, if it’s just a matter of making money, then by all means move forward, but I’d advise against it. Being a tech consultant and public speaker, I have to criticize anyone who is developing on a fragile foundation which is the case with developing with/for anything prior to 2.0. It’d be a parallel discussion to me developing with Flash, it’s still supported but it’s incredibly limiting, and has no future. One could make the same argument for Angular < 2.0. Anyone who wants to approach the problem in a business sense would reject the idea to commission development in a dead technology only to do a complete re-write within a year, costing them twice to get the job done right.
Anyway I haven’t found any other bugs and I’ve finished building what I needed. Great job, you simplified my job significantly, good luck with the sales, and happy holidays!
Hi there
I do agree with you its a technology that will not exists and investing on it on app would be a bad idea because when 2.0 is out you need to re do it
. The reason we resumed was because of the demand and to keep everyone happy as they have already committed to angular 1.3. We will be releasing an angular version with note on the documentation that it will be absolute by end of 2015 and the people who are going to be building there app can decide to make a call on what to select 
I’m really happy to see that Pages really helped you
and also its not money that drives us its the great comments and to see that our product helped our buyers. 
Thank you again for your valuable information! Really appreciate it
Great comments above and you’re welcome for the help, by the way I had also written in to see if your team was open to commission. I’ve got quite the large project you guys would be interested in partnering on, that’d generate more income than you’ve made with either of your templates, was trying to open a dialogue outside of reporting bugs.
On that note though I found one more bug although I don’t think it affects anything. In your demo when you end up clicking the down arrow in the navigation near the logo to pull up the 4 apps, if you scroll off, it generates a javascript error (unrecognized expression: [data-pages-toggle’]). Might be worth looking at but nothing major.
Cheers!
Guys – I’m going through the get started documentation and I found something that’s confusing me:
Folder : Pages This where the magic happens and contains pre-complied version of Pages, we do recommend updating any contents of the folder as all future updates are affected directly to this
I guess you wanted to say the opposite to recommending to modify content in this folder. I understand future updates can override whatever content I put in here as it is the core of the solution.
The reason I’m asking this is because I’m not sure whether I should start a brand new project based on the ASSETS or PAGES folder.
Thanks for the help!
Hi. You have to start your project based on “pages” folder because it contains all the core files and put your own JS,CSS and other assets into the “assets” folder only. It’s better if you keep the “pages” folder intact since you’ll have to replace it when we release an update. Feel free to post if you need further clarifications 
Great product! It would be great to see user profile page and some kind of popup menu when hovering or clicking user avatar.
Thank you for your comments and suggestions. We’ll consider that in a future update. BTW we have implemented a similar popup in the notifications: when you click the “globe” icon in the header. Maybe you can re-use that code for profile menu too? Let us know if it works. 