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.

Hey, could you please add me to the git repo. My ID: quattrosven

Hi there

You have purchased Webarch too, thank you very much! :)

sent you an invite

Hi, could you add me to the git repo. My id is: gcds

Hi there

Sent you an invite :)

Wow, template is very awesome! ;)

Thanks a lot :)

Hi Ace, just wanted to cheer on your AngularJS development efforts. An many others, I am waiting for AngularJS-support on this marvelous template.

Hi there

Its already on the way :) on v1.2 to be released on the mid of February

Hi Budds, Thank you very much for your awesome work, I’m starting to change my app UI with this great UI and I’m so glad about that, but I have a problem with sub menu items. My App menu is a angular dynamic menu and its sub menus populated by a ng-repeat. Every things works great but I don’t know why sometimes menu items which has sub menu doesn’t open in chrome browser! it’s completely random and even I don’t get any client or server side error! Also I dint’t have this problem in firefox! Could you help me with that?

Yep, hovers works fine. the project is on a local server, but I’ll provide a database-less and small module and will send you. thank you very much.

I’ve sent you an email, thanks for your great job and support. :)

No worries, Just replied :)

Hi, can you add me to the repo as well? My id: Xipas

Sent you an invite :)

Hey there ace, can you add me to the repo as well? My id: kevingelion

Also, I’m not sure if you’re aware that the copyright text that is floated right gets pushed out too far when you make the left menu stick.

Thanks

P.S. is there a calendar page for something that shows the entire month, rather than a personal agenda type of calendar? This would be useful to show users upcoming events, etc.

Awesome! do you know when that will be coming out?

Also, I cloned your repo and it seems to not be working that great locally. Does it need to be on a working web server?

We have the milestones setup :)

https://github.com/revoxltd/pages/milestones

You should use grunt to build your repo. The soul purpose was for easy updates :) you will also need to clone pages-dev and use pages gruntfile :)

npm install
npm bundle

Hi there

First you make your own folder say call it “pages” and unzip pages repo and pages-dev to it :)

So you will have something like this

Pages pages-dev pages

pages-dev contains PHP files that we can maintain header and footer separately using includes

now navigate to pages/pages folder

this structure is quite different from the themeforest package :) once you run “npm install” on the pages/pages folder

Afterwards you do not have to repeat any of the steps again.

now on your terminal you run the command

“grunt bundle”

it should build a new folder called “bundle” in pages / pages folder

Hi, looks like you are adding who purchased to the git repo, could you add me too? My id: mfsousa

Thanks

Correct :) just sent you an invite

Hi, could you add me to the git repo. My id is: polacekpavel . Thanks!

Sent you an invite :)

Hi, could you add me to the git repo. My id is: manishn90

Sent you an invite :)

Hi, I was wondering if your planing to add more pages to the pages template? I see in web arch you have search_results, gallery, timeline and cool notifications, and if you have a update date

Also if its possible to move from one to another by just replacing the assets of is a complete different structure?

Thanks for your time

Hi there

Yes :) there are some new updates coming on the 2nd of February

Hi ace.

You’ll have designs on sketch or png in layer file like fireworks or photoshop?

Thanks and nice job!

Hi there

This is was first design on Photoshop, just to give you heads up photoshop files will be delayed but will be released with the v1.1 on the 2nd of February :)

Hi,

I bought this UI and love the design and layout. I was wondering if there was any off the shelf coding to go with the features – specifically: email, calendar, notices, weather etc.

Thanks!

Right now I only have the html design files, no coding to make any of it work.

Pages comes with HTML,CSS and JS. You’ll be able to find the JS for the above mentioned features inside pages folder. ex: -getting_started |_pages |_js |_pages.calendar.js

Great. Thanks

Hi, I recently bought Pages to use it in my rails project. I used Chris Jacob’s boilerplate (https://gist.github.com/chrisjacob/a070de58e98dff4f6d62) and it works fine locally, but the assets can’t be precompiled when pushing to heroku. There seems to be an sass error in some file.

Are you planning to release a rails-ready version of pages or an official integration tutorial of some kind?

Thanks for your help

Great! :) sent you an invite

Thanks for the invite! any new on the rails boilerplate? thanks

Hi there

Yes today I will be pushing it to github, if your already in you will get a notification :)

the double clicking for the calendar does not seem to be working in ios devices like iPhone and iPad . . . any fixes?

Hi there

Double click is trigger by jquery touch punch and is abit buggy at times will be switching to native HTML5 :) this will solve that issue

gotcha, in the upcoming update on feb 2nd right?

Correct :)

Few things.

1) Can you fix the register page on mobile? It’s messed up. 2) Can you include a layout option with only the top header, no left or right sidebar?

Thanks!

Thank you very much for providing the screenshot :) this can be fixed will update on github. Do you have access ?

I don’t have access but I do have a github account. Username jnewing

Sent you an invite :)

You can view it over here

https://github.com/revoxltd/pages/issues/77

Could you invite me to Git? username:jeshtan. Thanks. Great theme btw.

Hi there Sent you an invite :)

Need some guidance / advice . . . how do we best use the “awesome” PAGES framework / feature set to create a page wide overlay that shows progress animation / a message when we come to a page that takes a while to load?

I understand now and got it working . . . in the case of AJAX loads, there is a green PROGRESS circle to the right of the page that is automatic correct? If so, then is there a way to change this so there is instead a notification post or a screenwide overlay that also disables the page while this happens?

Yes you can use the class change on the body :)

When pace completes loading the page it puts a class on the body called

“pace-done” you can use it to dis-able any thing on your DOM using css

example you want to disable only the “page-content-wrapper”

.page-content-wrapper{
visibility: hidden;
}
.pace-done .page-content-wrapper{
visibility: visible;
}

thanks for the hints and guidance!

Hey ace,

Can you please help me with the following issue? All my forms are displayed into modals. The content of modals is built using an ajax request. This is causing that all js components like select2, switchery etc to not be initiated therefor not rendered properly into my modals.

What would be your solution to this approach?

Thank you.

You can call $.Pages.init() when your DOM is ready.

Also note that there’s a small known bug when using select2 inside a modal. The dropdown will appear below the modal due to a z-index conflict. If you’re using LESS please update form_elements.less by adding the following lines:
.modal-open{
    .select2-drop-active{
        z-index: 1051;
    }
    .select2-drop-mask{
        z-index: 1050;
    }
}
We’re fixing this in our next update.

thank you very much ace for your feedback… I will give it a try… looking forward for your next update

Hi there!

Awesome work, I really love it! Can you tell me, as I’m not a coder, if there is a possibility to use this theme without left navigation panel at all, without destroying responsivity etc?

Hi there

Thank you very much! :) you want to completely remove the side bar ? :) yes you can remove the

In your html source you will find a “nav” tag

<nav class="page-sidebar" data-pages="sidebar" 
</nav>

Remove it and everything in it :) I already made one for you

https://gist.github.com/teamrevox/34e6ce962652aeea3544

Thank you! I Just purchased your template, be aware of future questions :)

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