3890 comments found.
Hi Ace,
will there be an update for a fixed width layout?
Hi there
You mean boxed layout ? its already included 
Is it possible to give different background colors to select elements? According to the docs it is, but i havent been able to get it working using element-color classes.
i was referring to cs-select, but if select2 has colored background classes i’d like to know them too!
which classes should be used to get colored backgrounds on those elements? thank you!
Is it possible to only show certain text/input elements when a checkbox or switch is selected? Is there sample code anywhere in the template? I can’t seem to find it.
Do you have a recommendation for a suitable framework to implement the chat or commenting “quickview” screen?
Checkout socket.io -> http://socket.io/get-started/chat/
thanks very much!
What is the timeline on the new update? I’m also trying to get the frontend pages but when I download the zip file it only contains the admin side.
We still haven’t released the frontend. We will announce it soon. Stay tuned 
We still haven’t released the frontend. We will announce it soon. Stay tuned 
I am having some difficulties in displaying notifications. Perhaps you can help:
config.js:
$scope.showNotification = function() {
$('body').pgNotification({
style: 'bar',
message: 'test',
position: top,
timeout: 10,
type: complete
}).show();
}
Actual html file:
<button type="button" class="btn btn-primary btn-cons" ng-click='showNotification()'>Send</button>
Are you able to point out what’s wrong? Nothing’s displayed at all.
type: complete
Type should be a string (bootstrap’s contextual class names). Please refer to http://pages.revox.io/dashboard/latest/doc/#notifications
Thanks much
Hi ace, a couple questions about the calendar plugin, a) Does it support slotDuration of 10 or 15 minutes? b) Can I restrict the calendar to some days only and not a complete year? c) Is there any kind of optional validation I can turn on to avoid overlapped events?
By the way, are you planning to included sass support in the short term? Is there any changelog of the last improvements or fixes?
Hi there
a) Currently No – the problem is height is too small 
b) Could you explain the term some days ? you meant to say like skipping dates or disabling dates randomly ? or just disabling weekends ?
c) We are adding that feature.
d) There is an awesome update coming up
we just want to surprise everyone again!
Hi Ace thanks for your response!
a) And if you expand current hour heights? Or maybe instead of two slots per hour, put 4 or 6 of them (for 15 or 10 minutes)?
b) Yeah, I mean restrict the calendar to be able to select only a few days / week / hours. For example showing only tuesday and thursday of a specific week (rest of the week/months/years disabled).
c) Great!
d) Awesome! When do you plan to release it?
e) One more about the calendar. Is there any support for events that expand more than one day? Maybe two consecutive days?
Hi Ace, do you see the last comment?
Hi there
a) Yea that will be possible, I’m now available working full time on the calendar
will make it awesome.
b) Yes I will get back to you on this once task one is done.
d) This week
definitely, sorry for keeping everyone waiting..
e) Yes that is also included in the update! 
Hi Ace, do you finish the release or is not ready yet? Can you tell me if this updates to the calendar (a,b,c,e) will be included or not? Thanks in advance!
Hi there
They are all included to the calendar
Finally got out Frontend in the market place, mean while we have some awesome plan coming from Septmeber 1st, Stay tuned will update everyone. Also the update will be ready before September 1st.
That’s great! I need a calendar rather quickly and I’m sure yours will be amazing.
Do you still think that the released will be ready before Tuesday?
One extra question, can we freely use all the background images provided in pages backend/frontend in our customization or they have some kind of license? Eventually, can you recommend any image web library (free and/or licensed) so I can find images that fit better into my site?
Thanks in advance!
Hi there
Yes I will do my best
and you can, they are free to be used 
Love the admin theme; it’s making my project much more polished. I was hoping to get added to the github repo for the front-end pages. My username is tkaragianes
Hi there
Thank you for your kind words!
Hope your having a great weekend, We need to verify if you have bought Pages before the 30th of June so if you can be kind enough to drop an email to support@revox.io with your purchase code that would be awesome!
I need a full-screen modal for my phone/tablet app that I’m building with this theme. A full-screen, slide-up modal would be ideal and that is a pattern that I see in many popular mobile apps these days. For example, the modal that comes with Bootstrap’s sister project Ratchet. Would adding that component be possible?
See ‘Modals’ section on the following page: http://goratchet.com/components/Hi there
Sorry about the late reply, Hope you had a great weekend, you can set it to full screen 
add the following css
.modal.fade.slide-up .modal-dialog{
display: block;
height: 100%;
width: 100%;
padding: 0;
margin:0;
}
.modal.fade.slide-up .modal-content-wrapper{
display: block;
height: 100%;
}
.modal .modal-content{
height: 100%;
}
Thanks for getting back to me so fast! Quick follow-up question: will this code work in both the Angular and HTML/jQuery versions? I’m using a home-made Angular version that I built before the official Angular version was released, so I want to make sure this is not an HTML/jQuery only solution.
Thanks!
Thanks for getting back to me so fast! Quick follow-up question: will this code work in both the Angular and HTML/jQuery versions? I’m using a home-made Angular version that I built before the official Angular version was released, so I want to make sure this is not an HTML/jQuery only solution.
Thanks!
yeap
it will work.
Hi, Thanks for putting the Email template for Meteor. The editors are not working though, there seems to be a problem with dependencies? Can you please look into it?
Thank you so much 
Hi there
Yes there is an issue with the editor, I will check it up 
Hi, I solved the problem just by installing the library as a Meteor package (just “meteor add mrt:bootstrap3-wysihtml5” in the terminal)
Thank you anyways 
Great! alright then will add that 
How can I display the pageLength options for dataTables.
I can make them visible if I removed the sDom attribute but that makes the table none-responsive.
Hi there
Your missing the sDOM parameter ‘l’ – refered to as length filter
"sDom": "<'table-responsive'l t><'row'<p i="">>" </p>
You might also need to have something like this to get select2 style input
$('#myTableID').find('select').select2()
Thanks a lot for the fast reply.
That displayed the drop-down inside the dataTables wrapper but is there anyway to have a custom select menu outside of the DataTables wrapper and tell DataTables to use it instead of the built in option you Know exactly Like the Custom Search field example and running the fnFilter function on it.
I am trying to add the per page drop down outside the datatables wrapper beside the search field.can it be done ?
Hi there
Really sorry about the late reply, You can be adding the following code
#myTableID = your table ID
$('#myTableID').find('select').select2()
No worries.
I think you miss-understood what I meant I don’t want to have the per-page drop down within the table but outside. You know the datatables examples page here:
http://pages.revox.io/dashboard/latest/html/datatables.htmlThe first example shows a search box which is outside the table and then you tell datatables to use this field as the search box through this code:
$('#search-table').keyup(function() {
table.fnFilter($(this).val());
});
I want to do the same for the per-page drop down so I add a drop down list with all the options outside the table or any where on the page and style it using select2 then tell datatables to use this drop down as the pagelength parameter.
because when I do it this way: “sDom”: ”<’table-responsive’l t><’row’
>”
and resize the screen the responsiveness is screwed that’s why I need the drop down outside the table if it’s possible.
In that case you can update the pageLength property on change event of the dropdown:
Please refer to: https://datatables.net/reference/option/pageLength
Let us know if it works 
Thanks Ace for the reply.
I got it to work using their api like so:
$(’#perPageDropDown’).change(function(){ table.api().page.len($(this).val()).draw(); });
Hi, we bought this (Pages) in March to use the Front end too but it’s disappeared. Could you please give us access to it?
Thanks.
Hi there
If you can be kind enough to drop an email to support@revox.io with your purchase code and Github ID that would be really helpful!
Hi, please add me to the Github repo. My username is : jayvi Thanks
Hi there
We need to check if you have purchased before the 30th of June to add you to the correct repository that includes frontend and backend
so if you can be kind enough to drop an email to support@revox.io with your purchase that would be really helpful!
*purchase code
where to send it
also right after my username its say purchased sipported
My bad, that was not intended for you!
Will add you in
Sent you an invite 
Hello, in version HTML, i click on pin to open the sidebar, when i change page, the sidebar closed. Do you add a cookie to always open when a person click on the pin ?
Hi there
I would suggest you to use backend to trigger this but not through JS as you will see the page transitioning from non pin to pin every time you navigate, What is the language you are using or planing to use ?
I use PHP with the framework Cakephp
Great so you can check a cookie or session is available and then add the class ‘menu-pin’ to the body before the page is served over to client/browser 
Ok ! Good idea, thank you for the class and you answer !
Hi.. I really appreciate it works great. The question again.
This phenomenon is the same for both Safari and Google Chrome in iOS.
The only run when the screen is narrowed if there are any links on the left menu folded second touch. This is applicable to any URL links within the website. This same phenomenon occurs even if you add a new link. Then come only in iOS. IPhone, iPad, xCode the latest version of my thing all the same symptoms. Please make sure to try the test link. The link is activated when the second touch to the touch regardless of terms.
Do you know this bug information? Can you edit it?
Hi there
We will be releasing an update to pages this Monday I will get this fixed
Right now this a major concern to us and thank you for waiting . Yes this bug is known for us now
Hi, I have been looking for the frontend (http://pages.revox.io/teaser/) all over the files but couldn’t find it on the bundle folder. Is this downloadable from GitHub? If so, could you please give me access? My GitHub handle is “zjorge”.
Thanks!
Hi there
If you have purchased Pages before the 30th of June the frontend is going to be free with updates so simply drop an email to support@revox.io with your purchase code and github id
, Envato no longer sells free bundles : that is the reason why pages frontend is not included any more
Hello, Please fix the modals bug, they are unusable in small displays. Besides, If you could put more features and elements (like ProUI template), you would be the best choice in my opinion.
Hi there
Thank you for suggesting!
also Modals seems to be Ok on mobile devices, could be kind enough to tell me your screens resolution or even more a screenshot so we can fix this quickly
Hi i send a comment 3 days ago:
prophet141 P 3 days ago
Hello, I have this error: http://prntscr.com/7rsvjz the editor wysiwyg5, I am using this javascript: http://prntscr.com/7rsw9j
ace 2 days ago Hi there
Your missing the template file
you can do something like this
FYI, we’re using the following plugin: https://github.com/Waxolunist/bootstrap3-wysihtml5-bower The way you’re initializing the plugin seems ok. Can you share your html markup too?
I add what u say, but i have the error again: http://prntscr.com/7sytu3 Here is my html page: http://pastebin.com/veBgjYbRFew questions: Do you have other errors in console? If so please send them too Thanks for sending the code. But if possible would you be able to email us at support@revox.io with a live preview link? I’m unable to test your code in browser since it’s using templating.
Thanks
Hey, i sent you an email with details to you see the problem.
Hi there
Hope your having a great weekend
Im trying to access the loging page but there is something wrong
ERR_NAME_NOT_RESOLVED
Could you double check your link 
I sent again the email, the corrected link is without www
Thanks, we are in different timezones
I will check link now
Really like your job with this theme. Short question it is possible to disable the responsive mode?
Hi,
Currently pages.css is compiled from pages.less, with media queries. You can re-compile it after removing the following line from pages.less (pages/less/pages.less)@import "responsive";
You must excuse. I do not really understand. What is exaxt I will do after I removed the line?
I was assuming you are working with LESS. No worries, I have done it for you. Please find the pages.css I compiled for you, after removing responsive parts.
https://gist.github.com/praveenaj/188d5b7133a30e4d33dcThank you for your helpfulness.
Whats the right workflow to go?
I’ve made a copy of one demo and start to modify it.
But in readme file ive noted I have to change less files inside core folder. On save, grunt update all demos folders. But the directory I have duplicated have de pages folder deleted, so I have to copy from other directory to there to see the changes.
Im certainly making this wrong way.
Can you point the right way to use your framework?
Hi there
Its a simple recommendation
but arguable when it comes to Mobile optimisation, So if you are doing something that you do not wish to update pages later then you can stick with the good old fashion CSS /LESS updates if not you can try over-writing the css classes as mentions. It’s totally up to you 