450 comments found.
Hi.
There is a problem with page 18 in Safari browser. The sliding footer doesn’t work with Apple devices. Is that normal?
Kind regards. Arda Gündo?du
Hi there
Seems to be a bug!
I will get it fixed, Hope you have got github access ?
No, I have not. :/
May I have your github username ? 
ardagundogdu
Added you to the frontend repositary
Hello Ace!
Can you send me this Mockup? http://pages.revox.io/frontend/1.0/html/03/assets/images/showcase.pngHi there
Sure
Can you drop an email to support@revox.io, so we know which email address to send it to
Just one thing the error class always adds a fade class, due to which the error message is not visible. Can something be done ?
Hi there
Sorry about the late reply, Error class meaning, form validation ? I’m not quite sure what it is
or is it the alerts ?
Hi There,
Okay, i think below image will clarify things a bit 
The error message which we get here “This field is required”
https://goo.gl/gqfYUv
Also below error message
https://goo.gl/s6cg7h
Both have less opacity, below is my code of the signup form
<form class=”m-t-25 m-b-20” id=”newsletter_signup” role=”form”> <label>Email Address</label> <input type=”email” class=”form-control” placeholder=”yourname@abc.com” required> <button class=”btn btn-black btn-cons” type=”submit”>Subscribe!</button> </form>Don’t worry. We hate spam as much as you do.
Please let me know if anything else is required.
Hi There,
Okay, i think below image will clarify things a bit 
The error message which we get here “This field is required”
https://goo.gl/gqfYUv
Also below error message
https://goo.gl/s6cg7h
Both have less opacity, below is my code of the signup form
<form class=”m-t-25 m-b-20” id=”newsletter_signup” role=”form”> <label>Email Address</label> <input type=”email” class=”form-control” placeholder=”yourname@abc.com” required> <button class=”btn btn-black btn-cons” type=”submit”>Subscribe!</button> </form>Don’t worry. We hate spam as much as you do.
Please let me know if anything else is required.
Hi there, Thanks for reporting the bug. Please replace your pages/js/pages.frontend.js with the version below.
https://gist.github.com/praveenaj/aa6ee48756256c20dfe2 and make sure the labels inside form-group-default have the classcontrol-label according to Bootstrap convention. We had missed this one.
ex:
<div class="form-group form-group-default">
<label class="control-label">First name</label>
<input type="text" class="form-control" required>
</div>
Hi there,
I found a problem that when width of window between 980px-991px, the navigation slider will cover on the main content and couldn’t be closed.
How to solve it. plz.
/*** Desktops & Laptops ***/
@media only screen and (min-width: 980px) {
.menu-content {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.menu {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
display: initial !important;
}
}
Hi Ace, I noticed that in your Pages – Admin specifically in the calendar component that you have a ability to do locale/language. My question is can those component be applied in Pages – FrontEnd as well? Planning to get both but just want to make sure that it’s possible. Thank you.
Hi there
No it will not be available on the frontend 
Fair, enough. Is it limited in the Calendar of the Admin dashboard template or can it be used in the different part of the Admin dashboard template (i.e. Form page, Basic Tables)?
Hi there
Sorry about
It’s something exclusive. Yes you can use it for other pages. What do you have in mind ?
Basically buy Pages Front End and Admin but I wanted to use the languages on both if possible.
Ok
language option has auto translate on the calendar, just for you information. You want to integrate the pages calendar in the frontend ? 
Yes, is that possible?
It should be, but before I will have to make a guide in how to do it, There are some changes that needs to be there
I will confirm it within the day.
Thanks Ace. Will wait for your confirmation.
Well I was able to get it integrated
Just a couple of steps and importing the calendar.less file
Have you use LESS before ?
Hi Ace, just to clarify myself. It’s the language that I’m interested to be integrated in the front end and not the calendar. Sorry for the confusion. If I can use the multi language on each page in the Admin template or in the Front End page, then that would satisfy my need.
Any new info on this Ace?
Hi there
Im sorry I missed this comment
Oh! you want to have the auto translate feature on the frontend pages ? That is a plugin by moment, and it only can translate a predefine set of words. So using that is a bad idea
Can the plugin then be expanded and have a customized set of words per page maybe?
Hi there
No
moment-lang is specifically build for moment objects, But here is a good alternative
Got it. Thanks for the time and the link anyways. 
Why doesn’t the portfolio page work? When you click on “logos” or “advertising” none of those articles sort/appear. I’ve purchased many templates on themeforest and all of them have active portfolio pages. Please create a working portfolio that we can copy from.
Hi there
Well It’s a long story
I will add a working portfolio in the coming update 
Any update on when the PSD might be available?
Hi there
We do not have a set date
How badly do you want the PSD ? 
I want the PSD pretty badly, that and a Blog HTML Layout
Hi there
Still working it
we are busy with alot work. So new things are coming in. I will update you by Friday it should be done.
Any chance of a blog page or wordpress version?
Hi there
We might be working on one 
i would really like to see what you guys have done for a blog layout html would work or even an image of what the blog layout looks like, is it possible to send me an image atleast of the blog layout planned
Hi there
Sure I will share it with you 
Can you end that layout so I could try to include it in the HTML templates
Any word on the blog html layout?
Hi there
Still working it
we are busy with alot work. So new things are coming in. I will update you by Friday it should be done.
Let me know how things are coming, with the blog html pages, and really appreciate the good work you guys are doing!
I’ve emailed 2 months ago about git access, but haven’t received any reply back (by email). I will sent the email again and hope you can reply to it this time.
Michael
Is there any chance we’ll get a sass / scss version of this template ? Good work!
Hi there
Currently no
But I will add this to our future update.
Hey Ace, I have a Question.
My code:
<section class="container full-height full-width relative" data-pages-bg-image="background.jpg" data-bg-overlay="black" data-overlay-opacity="0.4">
CONTENT HERE
</section>
This little code example will result in a full-screen image with content on top of it. Great!
Now I would like to “lock” the background-image so it doesnt scroll out of sight when the user scrolls down the page. The image must stay in place and visible while the user scrolls down the page, the content on top of the image can scroll.
I’ve tried to add the background-attachment: fixed; property to the CSS background-image but it doesnt lock the background image in place. 
Is there a class to lock the image? Can this be done with this theme? Thanks in advance Ace, keep up the great work!
Hi there,
Yes, background-attachment: fixed is the solution. I tried it on http://pages.revox.io/frontend/1.1.0/html/04/ and it worked. http://screencloud.net/v/xCpt Note that I have added someto make it scrollable, also I have removed
demo-custom-height class from the ‘section’ element.
We already purchased the Pages Admin Template.
Will you update the Pages Frontend to Bootstrap 4? If so we would buy it again just because you`re awesome

Hi there
Yes
We will and Thank you, Wish you a very happy new year
We purchased pages admin dashboard angularjs and pages frontend, however it looks like the css and js and other elements are not compatible with each other – is this expected or did we purchase the wrong item?
Hi there
First thank you for purchasing both 
What are the components you want to combine ?
I want to run all the angular directives and other elements from pages dashboard inside a demo based on Pages Frontend.
But if we use angular, elements in the Pages Frontend demo doesn’t work as expected for eg. home page slider.
The reason I found was the front-end demo uses ‘pages.frontend.js’ for initializing a lot of functionality, but in that script they only initialize if angular isn’t used (line 786).
Let me know if we are missing something or if this is expected that both pages themes are not compatible when using angularjs
Hi there,
You are right. Pages Dashboard Angular won’t work out-of-the-box with Frontend framework. You will have to use the proper angular directive of the home page slider (we’re using jQuery Swiper in frontend).
Hi! i have a problem with animation. I read the documentation but when insert: <”h1” data-pages-animation=”standard” data-type=”transition.slideDownIn” data-duration=”600” data-delay=”1000”> Hello! <”/h1”> Don’t start animation!! Why?? PS: i insert <”h1”> because i don’t see code in comment
Thank you
Hi there
Does it animate on Slide change ?
If so there was a small bug I’m adding a fix
Hello, On theme “pages multipurpose html5 website” is it possible to replace video from the simple 16 with the video from youtube?
Regards, Marcin
Hi there
Yes
you can simply replace it with the you tube code that they provide in the site, Let me know if you need any assist
Hi Ace,
I’ve set up the demo (nr 2) but my slider isn’t animating the circle overlay on init. It works by clicking the nav items but in your demo http://pages.revox.io/frontend/1.0/html/02/index.html The shape overlay animates immediately on the first slide.
What function is triggering the shape overlay animation?
Thanks and kind regards,
Jaap
Hi there
Hope you hare having a great weekend
I’m sorry about that, The update seems to have had an issue, I will fix it and send you a reply 
Is anchor links and smooth-scrolling supported? I’m not finding any references in the documentation.
Hi there
Currently we do not 
-del-

You have an amazing template and I just love it! Have a question for you 
I really need a VERTICAL and not HORIZONTAL tabs – it there a way to do that quickly ?
Hi there
Sorry about the late reply, The one like these ?
http://pages.revox.io/dashboard/latest/html/tabs_accordian.htmlCopy paste the code
https://gist.github.com/MalithHatananchchige/86711eca4026e3059cb3Works like a magic, thank you!
Just keep in mind Pages frontend share most of the core components from pages admin dashboard 
Hey Ace,
I have purchased both the frontend and the backend Pages theme. Is there a way to integrate both the templates in my website, without loading things twice? I have seen that a lot of JS and CSS code is duplicated (esp. plugin dependency) – do we have a sample website with both of these integrated together to provide a seamless experience?
For example, the header navigation for frontend is subtly different than the backend, and I wanted to use a single header navigation for both of these.
Another issue I am having is that if I import both the frontend js and backend js in a single javascript file, some things stop working like parallax. Is there a way to import selected plugins from the Pages framework?
Ideally, I would like to use piecewise components from the Pages framework like Bootstrap.
Hi there
Sorry about the late reply, Yes this has been requested to have a common js and css. But you should understand there is alot to than a few files 
What we can achieve is to have one pages.all.js and pages.all.css
Where the core files are similar. You can not use both pages frontend and backend js at the same time, Reason is they have some components share and they share the same $.Pages name space, I’m working on merged version but had to stop due to the big updates. Updates are done, and we have released a public beta for Pages 2.1.0 and waiting on submitting to themeforest
after that I will get you a guide at
help.revox.io