3890 comments found.
select2 not work into calendar form.
Hi there
We fixed this issue 
.select2-drop-active{
z-index: 1051;
}
.select2-drop-mask{
z-index: 1050;
}
Hi, guys! What about https://gist.github.com/teamrevox/3d9db94ec1d5f2bb7d84 ? Where can I find new layouts and widgets?
Hi there
We have completed the Widget API
We are pulling data from a server and displaying it over in the widget page. Currently I’m adding the existing Widgets and two new ones 
Sounds good. Waiting for these updates.
Downloads of the 9:3, 3:9, and 6:6 in the builder, none of them work, they are not duplicates of what is seen on screen
We had a similar issue before
Will check again, Thank you for reporting
Hi, I am planning to use the page-admin dashboard with the Flask framework (Python) Is there a guide on how to do that?
Hi there
I have not heard about it
Pretty much a newbie in Python. Unfortunately I might not be that of help since I have not used it before. I can have look after the update 2.1.0 is released
question on the front end part (I was a lucky early purchaser) : )
1) Is there a collective separate folder and related files for the various components or do we just have to cut and past from the various designs?
2) also can’t seem to find the “shortcuts” elements info / components or the pricing and gallery components / pages either . . . can you tell me where they are
3) where is the documentation? because when I click on there, it goes to no where
Hi there
Yes you are the lucky few 
1) They share the same components and code as the Admin Dashboard, Remember we had it bundle in the same package earlier
2) You refer the Admin Docs to find the appropriate components
http://pages.revox.io/dashboard/latest/doc/
Make sure the plugin is also available in the frontend plugin folder 
Let me know if you face any issues
sorry, when I was referring to “components” I meant the 80+ inter-changeable BLOCKS.
concerning the “documentation” I was wondering if there were any FRONT-END specific documentation.
No not really, there is no folder, it would be really heavy to put all the blocks into one, The best would be to integrate it with a builder 
Yes
there is
Over here you will finder.
Header
Parallax Elements
Slider
Floating Elements
As Frontend Unique features 
cool, thanks guys, will have our team look into this
Great let me know if assistance is required 
Hi. I’ve been working on this – and just found out the gallery pages don’t work on Internet Explorer. It doesn’t recognise the individual DIVs as links. It doesn’t recognise the hover, or click. I’ve tried your demo, and that’s the same. Any idea why this is happening? It’s fine on Safari.
Hi there
IE version ?
We have checked in most of the IE versions, I will recheck.
10.0.9200 – we test on a non-updated version of Windows 8 on a Surface, as this is our most common visitor spec. The gallery page doesn’t work at all on IE.
Hi there
We did a couple of test on Edge Windows 10, I will try to get all these IE issues fixed for 2.1.0
But the description says compatible with IE9, IE10, IE11 – does that mean you didn’t test it on these?
Hi there
No We had 9 10 and 11 tested 
So the tests didn’t pick up that this page doesn’t function at all? Are you working on a fix for this? This page is a major feature in our project – and currently launch is being held until this critical issue has been resolved.
Hi there
I’m sorry about this, We will look into this now and get you a quick fix so you can move on with your launch date 
Thank you, I would really appreciate that. It’s something to do with the way you hide the overlay div. On IE it is in front of everything, blocking any user-interaction.
Hi – has this problem been fixed now?
Hi there
We are fixing it now
We have to release the update tomorrow
Would it be possible to have details of the fix? I’ve already integrated the product, and if you just release an update I’ll have to go through it to find out what changed.
Sure, Do you have github access ?if not send me your github username. You can see the changes easily there. 
Please try this gist. https://gist.github.com/praveenaj/6bbe862cdba3a5d60daf
No, I’ve never used github.
Hi there
Was this resolved ? 
no. Is it possible to let me know what was changed?
Hi there
Extremely sorry about the late reply, I will let you know the changes
Still nothing. I originally posted about this months ago. Apparently I have three months of support left. Is that going to run out before we get a resolution here?
Hi there
We have released the updated with a fixed version 
Add the following tag on the header
<!—[if lte IE 9]> <link href=”assets/plugins/codrops-dialogFx/dialog.ie.css” rel=”stylesheet” type=”text/css” media=”screen” /> <![endif]—> Create a new css file called dialog.ie.css
on the following directory
assets/plugins/codrops-dialogFx
and add the following content https://gist.github.com/MalithHatananchchige/549cb6e3ce3aa9e657a6 Here are the github changes https://github.com/revoxltd/pages/commit/f58d5c8ee04512cb5c34ac7ef17a49a18d42d334How do you integrate the gallery page with Angular?
May I get added to the repo, because I think that will have what I need based on what I have seen in other comments.
Hi there
I added you in
We do have angular version for the gallery page in the dashboard, its in demo/angular/ 
I’m using tabs in a modal,
I need to know how to open a specific tab using the link that opens the modal.
For example, I have two links “login” and “sign up” & they both open the same modal. Inside that modal I have 2 tabs one for login and one for sign up.
How can I make the default selected tab “sign up” once the sign up button is clicked and the default selected tab “login” when the login link is clicked.
Here is my code:
<!-- MODAL STICK UP -->
<div class="modal fade stick-up" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="Login" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header clearfix text-left">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
<i class="pg-close fs-18" />
</button>
</div>
<div class="modal-body">
<div class="panel panel-transparent">
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-tabs-linetriangle">
<li class="active">
<a data-toggle="tab" href="#fade1"><span>Create Account</span></a>
</li>
<li>
<a data-toggle="tab" href="#fade2"><span>Login</span></a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane fade in active" id="fade1">
<h4>Register an account for free</h4>
</div>
<div class="tab-pane fade" id="fade2">
<div class="row">
<div class="col-md-12">
<h4>Access to your account</h4>
<button class="btn btn-lg btn-block btn-info p-t-10" type="button">
<span class="pull-left"><i class="fa fa-facebook" />
</span>
<span class="bold">Login with Facebook</span>
</button>
<button class="btn btn-lg btn-block btn-primary p-t-10" type="button">
<span class="pull-left"><i class="fa fa-twitter" />
</span>
<span class="bold">Login with Twitter</span>
</button>
<button class="btn btn-lg btn-block btn-danger p-t-10" type="button">
<span class="pull-left"><i class="fa fa-google-plus" />
</span>
<span class="bold">Login with Google+</span>
</button>
<h5>OR</h5>
<form id="form-login" class="p-t-15" role="form" action="index.html">
<!-- START Form Control-->
<div class="form-group form-group-default">
<label>E-mail</label>
<div class="controls">
<input type="text" name="username" placeholder="" class="form-control" required>
</div>
</div>
<!-- END Form Control-->
<!-- START Form Control-->
<div class="form-group form-group-default">
<label>Password</label>
<div class="controls">
<input type="password" class="form-control" name="password" placeholder="" required>
</div>
</div>
<!-- START Form Control-->
<div class="row">
<div class="col-md-6 no-padding">
<div class="checkbox ">
<input type="checkbox" value="1" id="checkbox1">
<label for="checkbox1">Remember me</label>
</div>
</div>
<div class="col-md-6 text-right">
<a data-toggle="tab" href="#fade3" class="text-info small">Forgot password?</a>
</div>
</div>
<!-- END Form Control-->
<button class="btn btn-lg btn-primary btn-block btn-cons m-t-10 btn-animated from-top fa fa-user-plus" type="button" type="submit">Log in</button>
</form>
<!--END Login Form-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
<!-- END MODAL STICK UP -->
I would also like to know what is this label for and where can I see it
aria-labelledby="Login"
Your help is much appreciated.
Thanks
Hi there
Sorry about the late reply 
$("#mylink").on("click",function(){
$('#login-modal a[href="#fade2"]').tab('show')
})
Thanks! Great support.
2.1? 
2.1!
Hi there
Yes!
It’s all done, Just have some issues with the Calendar Implementation, We re wrote the entire code 
After the last slide it goes white. Should I add the 1st slide again as the 5th one?
Hi there
I’m fixing the issue you reported
almost done
ace, can you please add my changed github username to the repo ~ 31four. Thanks.
Thanks ace, i see it now! I want to add the calendar changes to my project. What files do i need to copy from repo?
Hi there
Yes
You can now, we fixed a major issue
I just bought both the admin theme and the front end theme, and they’re amazing.
One odd thing tough…
In desktop mode I can see the notification, search bar and profile link In the topbar. In mobile mode there is no way to access these anymore.
There should be a way to see these menu items in mobile view, they are essential to any admin page design and functionality….
Could you please provide us with a way to make these appear in mobile .
Waiting for your answer. Thanks
Hi there
You are in luck!
We added that feature yesterday in github.
What is your github username ? I will add you in and you will be able to see the new header structure. Please do drop me an email too to support@revox.io, We still didnt make the documentation for it
I will guide you through
And Thank you for comments.
Sounds great. here’s my git hub username: 14480924
I’ll send an email if I need assistance.
Thanks, and please let me know trough the comments once I’m added.
I’ve sent you guys an email, I tried to replicate the changes to the files on git with no success. Could you please send me a guide on what files I have to edit or replace… I’m working directly on the demo files. And the ones from github have .tpl codes in them… Thanks
Hi there
Sure, First the github repositary is abit different from our distribution package, You have to build it using grunt
We have given out the instructions here. Its pretty easy 
Once your done and execute, grunt bundle in your terminal, you have the a folder created called, bundle, this is actually the one we distribute. 
You can go to the folder
demo/html/blank.html
and over there you can copy the .header div, what you really need is the mobile controls,
<!-- START MOBILE CONTROLS -->
<div class="container relative">
<!-- LEFT SIDE -->
<div class="pull-left full-height visible-sm visible-xs">
<!-- START ACTION BAR -->
<div class="header-inner">
<a href="#" class="btn-link toggle-sidebar visible-sm-inline-block visible-xs-inline-block padding-5" data-toggle="sidebar">
<span class="icon-set menu-hambuger" />
</a>
</div>
<!-- END ACTION BAR -->
</div>
<div class="pull-center hidden-md hidden-lg">
<div class="header-inner">
<div class="brand inline">
<img src="assets/img/logo.png" alt="logo" data-src="assets/img/logo.png" data-src-retina="assets/img/logo_2x.png" width="78" height="22" />
</div>
</div>
</div>
<!-- RIGHT SIDE -->
<div class="pull-right full-height visible-sm visible-xs">
<!-- START ACTION BAR -->
<div class="header-inner">
<a href="#" class="btn-link visible-sm-inline-block visible-xs-inline-block" data-toggle="quickview" data-toggle-element="#quickview">
<span class="icon-set menu-hambuger-plus" />
</a>
</div>
<!-- END ACTION BAR -->
</div>
</div>
<!-- END MOBILE CONTROLS -->
You can add the search icon to the pull-right div on that code like this
https://gist.github.com/teamrevox/c767b09c20a1ad837fa7You can try different things 
Worked perfectly. Thanks.
Hello, I emailed you the code as requested. The slides are rotating in a very bad looking manner, slow and choppy. also the last slide goes back through all the other slides and not looping. thank you
Hi there
Replied 
Hi,
Bootstrap 4.0 is coming. Will you port this theme to Bootstrap 4.0 later?
Thanks!
Hi there
Yes definitely
also its still under alpha, We are waiting for a stable version from the bootstrap team
September 29 has passed, but you’ll be out of the new version ?
I regret that I get to be honest. You do not have any support
Hi there
Yes!
But please bare with me we are about to release the final version on Monday, Cheers. Oh we do have support for Pages
Why would you think that ?
September 29 has passed, but you’ll be out of the new version ?
I regret that I get to be honest. You do not have any support
Hi there
Yes!
But please bare with me we are about to release the final version on Monday, Cheers. Oh we do have support for Pages
Why would you think that ?
I’m a programmer backend . An extra page and the pages that are important to me. In the pages of this lack of contact it feels too . It also does not support the font you use Turkish characters. My page looks ridiculous .
Hi there
Maybe I mis understood you
You are saying the Font does not support Turkish Characters ? We would love to help you out. Is there anyway we can see a screenshot ? or even a live demo?
Are you going to make an extra page (profile page etc..) ?
Hi there yes:)
Oh! seems to be very messy, Will get you a typo that supports turkish Charactors
Hi ace, this template is amazing! I’ve downloaded the admin template and it’s perfect. I would like to know where can I download the “madewithpages” template. I would like to use this landing page for my application. It’s not inside the download pack.
Maybe I’m wrong, but in the past, you were offering numerous landing pages templates in this pack… I think I remembering to see dozen of applications…
Thanks for your help!
Hi there
Thank you!
Did you purchase it before end of July ? Can you be kind enough to drop your pages purchase code over to support@revox.io, If you have, you will get Pages frontend for free.
Hi! I am loving the theme and it works very well but I absolutely hate using Photoshop. Its impossible to use on my mac retina because of the size and lack of scalability of bitmap.
You have stated 6 months ago you will be releasing a Sketch file. Please release a sketch file! I have been manually converting the psd to sketch for certain elements because photoshop is such a pain.
Please give a date when a Sketch file is available.
Thanks!
Hi there
We are in a midst of an update v2.1.0
Yes know lets schedule it for v2.1.1 after Monday.
So when will it be ready?
So Monday we will be pushing the update for v2.1.0 and by Next Friday will be able to get a basic Elements and Layouts ready 
Ok sounds good. I have been sing the email view quite a bit if you want to add that as well 
you meant you have created it with Sketch ?
No, not the whole thing, just small elements that I needed. But if you created the email view in sketch I would give you the wettest kiss of your life <3 http://gph.is/1HOKfzd
Hello Ace!!
I’m having an issue with html input type file (the button to browse files) inside accordions. Something on accordions is preventing the browse files window to open. I clicked the browse button and the window does not open. If the same input type file is outside the accordion, it works fine.
Do you know if there is an issue? Do you have a fix for this?
Thanks in advance!! Julio
Can we have access to a demo link? I’m guessing it’s due to z-index conflict. Can you try setting position:relative, z-index:9999 to the form/input?
Hi Ace!!
Sorry for the long delay, things are crazy here.
So, the position and z-index did not solve the issue.
Here is a link for a not-so-beautiful example, but you can see it. Just click on the link ” Just click here and nothing happens :(“
http://app.exposure.com.br/Thanks!
Just to add an info, its not only for form input file, any link to any other page does not work, just like on the example above.
Thanks!!
Hi there Im sorry if this was a big mess, I think we found a similar issue previous, I will check it up and update you now 
Ok, I saw what you did.
It’s working!!
thanks a lot!!!