3890 comments found.
Hi,
I saw a comment about a demo with Angular 10. You wrote that it is in github repository. How can I access github repository?
Hi there
Can you tell your github user name ?
Thanks, I found it on your website.
Hi, could you please tell me if there is an expected time for angular 10++ support?
I’m using this template with .NET Blazor. The template is broken probably due to the “body” element and its classes are automatically set by the Blazor framework.
Do you have a workaround for this?
Hi there
I see, yea we attach to the body. Can we include this in the next update after angular and is released ?
Hi, does all the form controls implements CVA for the angular version?
Apologies if this has already been asked but having just bought your theme, i’m unsure of the difference between the HTML and Angular versions? Do you have anything that can tell me the difference so I can determine what is more relevant to my site please?
Hi there
Pages – Admin Dashboard Template has both angular and html and we are adding reactjs too so thats why its abit expensive as its a bundle

Thanks but what i was asking was are the html, angular and reactjs versions all the same? ie have the same features, just implemented differently?
same features 
I notice that there has not been much development activity of late. Is it likely that in the near future you will update the project to be compatible with Angular 10+ as it may affect my decision on whether to purchase an extended licence
Hi there
Angular 10 update im adding a new charting library. Other than that angular 10 migration is complete so far and its in github. We have react ready for Condensed layout. 
Is that the angular10 demo in revoxhq/pages? Are you likely to have a Getting Started project any time soon? Also do you know what charting library you are moving to?
Do you also have a solution for ngx-isotope?
The angular 10 demo does not run due to the d3 issues
Hi there
Yes d3 and isotopes are libs that no longer work with angular 10, so we are planing to use https://echarts.apache.org/en/index.html
Is there any javascript lib that caches the pages? Because im playing around with php and i need to reload the page like 10x times in order to see new changes.
Hi there
Not really, it might be CDN cache that you use ?
Hi,
Sorry, in my last email i forget told you that i ‘m using the template in ASP.NET
Thanks
HI,
When i put a table intro a card the scroll works well. But, for exemple, if i put a
- into the page, the page scroll doesnt work.
Regards
Just out of curiosity, why is the Angular version cheaper? I would have expected it to be the other way around.
Hi there
Angular is just angular only the page admin dashboard – or pages family contains angular, html and soon react 
Hey, does this contemplate XD or Photoshop files?
Hi there
We just have photoshop 
Hey there, i need access to the github repo
https://github.com/kabychowHi, I would like a new license or just cancel the one I have with this download. I ran into a scam and the guy never paid me and used this product. Id rather just somehow cancel it or change the license so he cannot use it. I believe he he is just using it for his own use with another product.
Thanks so much for any help.
1. I READ DOCS:
Sass Files are found From documentation: under pages/src/sass
IN pages/css/themes/light.css.map I FOUND THOSE PATHES: “sources”: [ ”../../../../core/scss/themes/light/light.scss”, can’t understand WHY …./core/...
I USE THEME ON MY SITE BY: <link class=”main-stylesheet” href=”/pathToAllThemes/MainThemeNameFolder/pages/css/themes/light.css” rel=”stylesheet” type=”text/css” />
BUT I CAN’T UNDERSTAND: object inspector in chrome show me CSS rules for
.page-sidebar .sidebar-menu .menu-items > li > a > .title located in file that not exist: /pathToAllThemes/themes/core/scss/modules/sidebar.scss can’t understand the rule&place where i can define right path for those rules and edit them
ALL WORK FINE (it’s strange for those pathes) BUT I CANT LOCATE rules for editing
Hi, I just recently renewed support for this item. Please check my open comment from 8 days ago. Also, a comment from 2 years ago (still in the original support period) remained unanswered until now.
Hi there
Replied, thank you! 
Im really sorry about the delay
I hope dark mode will come to this template
May I please have access to the github repo for the react beta? @OneNeptune is my user name on github.
Hi there
Can you be kind enough to do it via our site
https://pages.revox.io/dashboard/You can scroll down to the github section, I have fixed the form it should work.
Can you please add me to the React repo? I’m @OneNeptune on github. https://github.com/OneNeptune
We are using v2.3.0 of Pages. We are looking to upgrade our application from Bootstrap 3 to Bootstrap 4. Will this be an issue with Pages v2.3?
Early next quarter, we’ll be upgrading Pages to the latest version. Are there upgrade considerations in migrating to the latest release?
Thanks for a great product.
Hi there
We could help you convert it to the latest version. 
I’m not looking for programming assistance at this time. I’m looking to understand if Pages 2.3.0 is compatible with Bootstrap 4.
I would also like to know if there are any dependencies associated with the latest edition of Pages.
Thanks.
Its not compatible, there are many changes
Are there any dependencies with the current version of Pages (i.e. Bootstrap 4, jQuery 3.x, ...)?
.select2-selection--multiple {
overflow: hidden !important;
height: auto !important;
}
Hi there Sorry for missing your comment, it does grow vertically, whats the version of pages you are using ? its in pages.css
Hi ace, thanks for replying!
I’m using the latest version. You can even reproduce the issue in the “form_elements.html” shipped within your “bundle/demo/html/corporate”-folder: Add more options to the “Multi select”-example within the “Dropdown Controls”-card. It initially just has “Jim”, “Lucy” and “Thomas” in it. After adding several more in code, is just cuts them off. No growth in any direction.
Cheers, manidu
Hi there
Add the following code
.select2-container .select2-selection .select2-selection__rendered{
flex-wrap: wrap;
}
.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
margin-top: 5px;
margin-bottom: 5px;
}
Hello, Great theme! I have a question on SASS and how to try and compile a theme using the Grunt option. Grunt seems to only refer to LESS and not SASS. Sorry, seems this question has been asked multiple times but I’m just not connecting the dots on how I should configure SASS in Grunt for the current framework Pages is set up for. I’ve set up SASS with Grunt before but again when it comes to the current framework Pages is in, I’m not sure the correct way to do so.
Hi there
I would suggest you to use SASS. You can use this app http://koala-app.com/