Discussion on Pages - Admin Dashboard Template

Discussion on Pages - Admin Dashboard Template

By
Cart 11,420 sales
Well Documented

ace supports this item

Supported

This author's response time can be up to 1 business day.

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

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

http://pages.revox.io/frontend/1.0/doc/

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

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/f58d5c8ee04512cb5c34ac7ef17a49a18d42d334

How do you integrate the gallery page with Angular?

https://github.com/bluetidepro is my github, if that helps at all?

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 :)

You can do that, Maybe a simple JS will help
$("#mylink").on("click",function(){
$('#login-modal a[href="#fade2"]').tab('show')
})

Thanks! Great support.

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.

Hi there

Invite already sent :)

https://github.com/revoxltd

can you check again ?

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

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 :)

https://github.com/revoxltd/pages

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/c767b09c20a1ad837fa7

You 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

https://gist.github.com/teamrevox/3d9db94ec1d5f2bb7d84#whats-coming---29th-september-2015

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 ?

https://gist.github.com/teamrevox/3d9db94ec1d5f2bb7d84#whats-coming---29th-september-2015

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

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!

Ok sounds good. I have been sing the email view quite a bit if you want to add that as well :D

:) 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

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!!!

Hi, can I get added to the Github page please? Username is micahmanquen. Thanks!

All good :) Sent you an invite

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey