3890 comments found.
Hi Ace, is there any support for styling “required” inputs in a Seperated Form Layouts (adding asterisk)? It seems only working for the attached form layout. Thanks!
Hi there
Yes it is only for attached form layouts with big input box, others you can try the following
<div class="form-group ">
<label>Your name </label>
<span class="help">e.g. "Mona Lisa Portrait"</span>
<span class="text-danger fs-14">*</span>
<input type="email" class="form-control" required>
</div>
Hi Ace thanks and sorry didn’t saw your response. Nevetherless this doesn’t seem to work as it breaks the layout (the input and the red asterisk are place in different rows, besides there is the of the separate form layout missing in your solution) Thanks again!
Hi Ace, sorry to reask, didn’t know if you saw this message. Thanks!
Hi there
Sorry about the late reply, Hope you had a good weekend. You might be missing a few classes. Will you be able to send me the code of your form ?
Hi Ace! Sorry again for the late replay, hope you are having a good weekend.
Here is a sample code
<form role="form" class="form-horizontal">
<div class="form-group">
<label for="last_name" class="col-sm-3">Last name</label>
<div class="col-sm-9">
<span class="text-danger fs-14">*</span>
<input type="text" id="last_name" name="last_name" class="form-control">
</div>
</div>
</form>
Here how it shows
http://postimg.org/image/o266oovw7/
Besides, i don’t have only text boxes but also checkbox, select tags, date inputs, in all cases i need to show the “required”, is that possible?
Thanks!
Hi there
Add this CSS code
.form-horizontal .form-group.required > label:after {
color: #f55753;
content: "*";
font-family: arial;
font-size: 20px;
position: absolute;
right: 12px;
top: 6px;
}
Then add “required” just like form-group-attached divs
example
<div aria-required="true" class="form-group required">
<label class="col-sm-3 control-label" for="fname">Name</label>
<div class="col-sm-9">
<input aria-invalid="true" aria-required="true" class="form-control error" id="fname" name="name" placeholder="Full name" required=""
type="text"><label class="error" for="fname" id="fname-error">This field is required.</label>
</div>
</div>
Hello,
I just purchased pages dashboard and tried to implement the calendar. Everything looks great only i do not see a day selector.
Can you please tell me how to get this done.
Thanks
I figured it out. But found some problems in the agenda with locals. When chosen nl the grid shows mondays first but the selector still shows sundays first. Furthermore the click event returns a day later. I noticed that the same happens for for instance en-uk .Can these thing be solved please?
Hi there
Sorry about the late reply
en-uk works fine 
The problem is in nl locale, I will chekc it as to why and fix it. 
Thanks for looking into this, when i check the demo it is also the case on english united kingdom and english autralia. I guess all the locals with sunday not as start of the week.
I am trying to use SASS files for my project… _tables.scss file uses “fade” function, I guess this is sass mixin right? But this fade mixin can not be find anywhere so the compiling for me does not work?
border-bottom: 1px solid fade(#e6e6e6, 70%);
I get invalid property value?
Hi there
Do you have our latest version from themeforest ? We update some major issue reguard SASS
you can re download it for free.
Yes I have downloaded latest version last thursday? Just a question. Is there a STYLUS version maybe in plan for future?
I have downloaded again today and see that fade function was added to _color.scss. Thanks. Still stylus version would be funky
...
Hi I have been using this template. Satisfied so far. However i have a nagging issue with page scrolls. Am pretty sure am doing some css stuff wrong. Can you please check this http://www.pgpriorcargo.com/registernoscroll.html
The page does’nt scroll
Thanks
Hi there
For me the page seems to scroll, any reason why you need the divs
container-xs-height full-height
and
col-xs-height col-middle text-left
They are not required 
Hello. A few questions please. 1) Regarding the sidebar menu, is there an option to display the icons to the left instead of the right? 2) Can the slide-out menu work with the icons on the left? 3) Can the menu clipping on sub-menu items be re-placed with icons? 4) Is there any new updates planned for this template or will something new be coming? Thanks!
Hi there
All your options 1,2,3 are somethings that we already planned to release as update
Right now its not possible without customization of the CSS
Thanks Ace. Any general time frames on when this new update will be available.
Is there typeahead support in this template?
Hi there
Im currently working on one 
You guys are amazing. I was trying to implement typehead.js but at first I found some conflict with pages framework. Hopefully, we will see typeahead in the next release. Thanks!
Im working on in right now! 
When are you going to add a Sketch file?
Hi there
We had plans but seems our hands are pretty tide up with updates and something new 
do you know when you will release a Bootstrap 4 version. rem/sass support
Yes definitely!
I think its still under Alpha, I have been looking at the changes and yes SASS is already supported
Hi,
Do you provide customisation service of your template? We can provide screen shots of our current admin template and could convert it into yours?
Also, with your calendar, do you have a “day” view?
Thanks,
Hayden.
Hi there
We could help you guys yes
Can you drop an email to support@revox.io, Currently the calendar does not have a day view
Tried to email but didn’t get a response. Did you receive it? Thanks.
Sorry
Replied
Recently your published an update for the theme. Where I can find a change log? Also I might need upgrade guide. You see, I use the theme as part of a system I working on. I did some modifications so I can’t just replace the markup (if there were any changes there). Upgrade guide would be handy.
Hi there
The change log is always there in the package, changelog.txt and also here
http://help.revox.io/t/v2-1-3-calendar-critical-update/168/1Do you have plans to release in Angular 2.0?
Hi there
Yes
Its going to a new start but we have plans.
is this compatible with meteorjs
Hi there
Yes!
Check out our metorjs demo, http://meteor.revox.io/
Hello Pages, How do i integrate an update into my already running pages project. How can i know which files have been updated?
Hi there
It’s easy if you do not update pages.js, You can replace the pages.js file and in the css, Do you make changes directly to pages.css or over write it using a custom css file ? 
I have been making changes directly to pajes.js and pages.css. But its ok, let me revert the changes and use a separate custom js and css files. Thanks a lot.
Yes its always best to use the custom files
That way you can migrate easily
The data-toggle-pin=”sidebar” button is very neat. However, after toggling the sidebar and then refreshing the page, the toggle state (sidebar visible / sidebar hidden) isn’t saved.
Is there a way to keep track of the toggle state for each user ? Is this something you could implement in javascript in the pages.js file? Or could I add it as a cookie in PHP (using Laravel)?
Also, can you add me to the repo? Username is philmarc , thanks!
Hi there
Sorry about the late reply, Hope your having a great weekend 
Well there is a few ways to keep, One is session varriables. You can store
data-toggle-pin=”sidebar”
and echo it in the sidebar tag, Im not quite sure how you do it in php laravel. But session is good way to handle it.
Hello can you add me to the repo? Username: ludalex Thanks in advance
Invitation sent
Hello! I read the documentacion and watched every single page of the Demo and I absolutely loved it. Before buying I have a question: With the regular license, am I allowed to build a suscription-based page? I’m looking into developing an administration software – as service – for condos.
Thanks for your feedback! Glad you like it
If your end product is sold then you will have to purchase the extended license. http://themeforest.net/licenses/standard
hey guys.. its such a great work and i really loved it so much. I would like to make a suggestion that the theme just misses one thing. a simple landing page would be a great add on. its just my thought… Thanks man
Thanks for your great feedback! We have Pages Frontend for that http://themeforest.net/item/pages-multipurpose-html5-website-template/12366875 let us know if it helps
Hi there
Thank you
I think you did not know back in 2015 July we sold
http://themeforest.net/item/pages-multipurpose-html5-website-template/12366875
Together with the pages bundle, all 20 templates including Pages admin. Which was a good deal. But now this is not allowed. Unfortunately we can not add landing pages to Admin template category as it falls under website template category 
How do I enable the boxed layout? I cannot find the CSS changes in the documentation.
Hi there
In the downloaded package go to demo/html/boxed_layout.html there are a few div structure changes compared to the normal layout. Even the header is wrappered with .container div 
Do you have a Blank version?
Yes 
/demo/html/boxed_layout.html
Hi All,
I got an email that there are updates to Pages – Admin Dashboard Template & Web App available for download.
Can you send me documentation on what is different in this new version versus the previous one?
Thanks, Thomas
Hi there
Change log is always available in the downloaded package, Its is also published here
http://help.revox.io/t/change-log-v2-1-3/165I am trying to run the example TABLE WITH DYNAMIC ROWS in the datatable page, however, it seems like the modal “addNewAppModal” is missing.

Thank you! Its gone out for some reason. I will add that. Thank you very much again!