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.

Hello,

I need the table columns at the top of the screen when scrolling so down, because i need see the column headers all the time in the screen. Is this possible?

Hi there

You mean something like this ?

https://datatables.net/extensions/fixedheader/

You can use datatables and the fixedheader plugin :)

thanks I will use the fixedheader,

Is it possible to change the color transparent black background of the modal windows? Because I need to change it to transparent white or to another transparent color.

Yes, you can edit the following class in pages.css with the color you want to have.

.modal-backdrop {
background-color: #fff;
}

There seems to be some contradicting information in the documentation. On the getting started page about the pages folder you say: “we do recommend updating any contents of the folder as all future updates are affected directly to this”

I assume that is a typo and should say “we DON’T”

but then on the less documentation page you say:

“Do any changes to the less files in pages/less and it automatically updates the css in pages/css/pages.css”

I’m not sure where to make my LESS changes. I tried in the /getting_started/assets/less/style.less file but that did not work.

Hi there

I’m sorry about the confusion, will correct it. If you make any changes to /getting_started/assets/less/style.less you will have to always compile that is how LESS works :) you can always use a third party compiler. Also are you planing to use Grunt to compile ?

It would be awesome if this is converted to React.js. I predict 5000+ sales because there are no react admin templates that look beautiful like this one. :D

Hi there

Thank you! and yes why not :) we are already supporting Rails, SailsJS and expressJS and already implementing metoerJS and react is something to look at too :)

Thanks for the response, It would be awesome if you implement this in react.

Could you add me to github too? pateld982@gmail.com

Hi there

Sure, is your username pateld982 ?

sent you an invite

Hello

Icons in “menu-items scroll-content scroll-scrolly_visible” “li” are not showing in downloaded files in my Mac Retina Display on Chrome, instead it shows a square like a font error.

Hi there

Yes its a bug after chrome is update we have fixed it in v1.1.1 :)

You can update the file pages/pages-icons.css

from this

https://gist.github.com/teamrevox/a42571a8a00d72455e78

I’ve purchased template and started with login template. When I added that template in my project, in firebug page showing following error.

TypeError: $ is not a function

...geScrollElement=”html, body”,this.$body=$(“body”),this.setUserOS(),this.setUserA…

pages.min.js (line 1, col 167)

ReferenceError: $ is not defined $(function()

Have you included jQuery before pages.min.js ?

This template looks fantastic. I’m very interested in using it for future projects. Are there any plans to add a month view to the calendar feature – where all dates in a given month are viewable on a single screen?

Hi there

Thank you! :) yes we are planning to make a month view for the calendar

A great construction kit – thanks! Do you have any plans to add a matching skin for mediaelement.js? That would be super useful – thanks! :)

Hi there

Thank you! :) sounds cool we can add it as a widget

Could you please add https://github.com/sixlighthouses to the Github repository please?

Invitation sent.

Great Template !

Thanks a lot :)

We bought the theme, and are very impressed. Regarding the calendar, we may have over looked it, but we are just wondering if there is an easy way to set an event as all day and have the block stretch over that day and/or any other day that may be affected.

Hi there

Thank you! :) yes we are working a full day event option if you have github access you can get it soon as its finished

That would be great. Can you add @rivetal to the repo? Thanks!

Hi there

I tried searching rivetal in github doesnot list any user, can you check again ? :)

@palmtown

you are right it doesn’t work (Windows 8.1 / IE 11)

Thank you :) Will look into the the reason most probably due to translate3d, we might try adding the backface visibility

Ace,

you did a great job. However let me says that it is really painfull to integrate. I’m quite skilled in web dev, and I spent too much time on integration. For instance I try to set up portlets with scrollable attribute. If i look your documentation, “Create a basic portlet using .panel just like in Bootstrap. To make the portlet body scrollable, simply add .scrollable and set a height or max-height for the .panel-body” but it doesn’t work. adding scrollable to panel-body is not working. Just because it seems to be made on a div inside .panel-body… And max-height as to be set on .scrollable tag not on .body …. A lot of time to debug and try.

Is there a mean to change the icons in controls area ? I would like to use

<i class="fa fa-minus-square" />
but it seems that the html code is replaced by javascript, Isn’t it ?

The way you have managed Less is great. Thx for this, it is usefull

Yes, we toggle the icons of maximize/minimize, full-screen/restore buttons to match the state. In order to change them you’ll have to edit Line #1105 and #1110 in pages.js

Hello Ace,

Neither of the buttons in the div class that toggles the sticky menu and pages menu do not work in Internet Explorer. I also verified it doesn’t work in Internet Explorer in your demo either. Can you provide a fix for this?

Can you give me your github ID ? :)

I don’t have a github id…

Then you can drop an email to support@revox.io, have you done any changes to pages/css/pages.css ?

Hi Ace,

Please, it is possible add me into git hub project?

Thanks.

Yeap :) please share your Github username.

Oh, sorry, I forgot to pass you my username. My username is “oaugustus”. Thanks in advance.

No problem. Invitation sent :)

Hi Ace, I’m using your theme in a application with MVC, but always when I put it on the server the loading progress bar shows up and only goes after sevral minutes, I only copied the getting started to my project.

Is there a way to set it as complete? Or can I use it with AngularJS too?

Hi,

Have you uploaded all the required files (JS,CSS)? Are you calling any API? Maybe the loading progress bar (pace.js plugin) is trying to load a resource that doesn’t exist.

Yes, I imported all itens on Pages and Assets folder of Geting Started and than copied the code of index.html to my page, then just ran the page on my server.

Hi there

Could you open up your console, on the web browser, press f12 on windows or right click -> inspect element on mac :) and could notify if you have any errors shown up ?

Hello Ace you are great, and you have my respects, this design is what i´ve been looking for.

I´m about to buy this theme, and just have a question, do you have any Date picker working well for native on mobiles and normal datepicker in desktop browsers? im just asking.

Thank you!

Great! thank you, I get it now.

Can i have access to the github ?? username: jockeryn

Invitation sent

Could you tell me how to use the datepicker inside a modal? I’ve tried to set the date picker z-index larger than the modal, but it’s like hiding behind the modal – And i have checked that it does work outside the modal..

Thanks!

Datepickers inside modals should be visible without any fix. I made a gist for you to show that. Please let us know if the following works for you. https://gist.github.com/praveenaj/206342349c94548b45a3

Hi,

Do you support SCSS for this template? I’ve found SCSS files and I would like to know if they are updated.

I work in rails and unfortunately the LESS support for rails is bad. It breaks my asset-pipeline, everything becomes a mess… :/

Hi there

To add support for LESS add the following code in your gem file and run build

gem "less-rails" 

This is tested and works fine

Also did you try using the pages generator ? :)

http://pages.revox.io/doc/1.1.0/jquery/rails.php

Also if that is too much you can always use the guide here

https://gist.github.com/chrisjacob/a070de58e98dff4f6d62

I’ve tried, but LESS gems are not well supported in rails world. A lot of issues… I’m going for SCSS beta and report issues on the github. I hope that after angularJS, your team add proper SCSS support (if it’s an extra cost, increase the price… we would pay a little more if it had SCSS).

Hi

Yes we will bring SCSS support, its not about the money :D its about SCSS support for Mixin functions that are found in photoshop, the way we build the color palette is quite unique and well thought. It creates a matching color palette automatically. But in regards to LESS what are the errors that you came across ? :) We have a fully working pages version running rails and less, I could setup a live link if you want to check out

Hi, Could you add me to Github please? Username: NilAndNull

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