3890 comments found.
Good morning. May I check the status of version 4.0 before I make a purchase for this theme?
Also, will there be more dashboard styles (i.e. version 6 and so on)?
Looking forward to your response.
Hi there
We are almost ready to release this weekend
It will be contain.
1. Angular 5+ with Native Components ( No jquery, most of the plugins are hand written)
2. Pages HTML will be update to jquery 3+ and Bootstrap v4.1 with bug fixes
Hi, sorry… is the release of the new version confirmed this weekend? It would be beautiful and important
tnk 
Hi there! Yes 
Hello,
How can I have access to the Github repository? I just need to contact you (like this) to request access? My account on Github is “luanmm”, if this is the case.
Thanks in advance.
Hi there
You already have access 
Hi,
Can I please get an invite to the repository? I’m trying to get it to use with VueJS. I’ve used it with Vue with some hacks but seeing the comments, I found out that you’ve migrated the pages to vanilla JS. My Github username is: DevFlicks
Hi Will v4 come with new pages example or apps? Thanks
Hi there
Sorry no it will not come with Pages. v4 for Pages will open support for new JS and Typescript. It will ship with
Native Angular components dedicated for pages – no jquery
Open possibilities for React and VueJS
Bootstrap v4.1
Error: Modal is transitioning
It’s a bootstrap v4.0.0-alpha.6 bug, can you build with latest bootstrap version?
Hi there
We have update to Bootstrap v4
We are currently doing Angular 5 and our release is about 90% completed. We should be launching it this week over to themeforest
Your admin template(v3.0.0) is build on Bootstrap v4.0.0-alpha.6. There are some bugs like “Error: Modal is transitioning”, “Error: Tooltip is transitioning”.
Bootstrap v4.1.0 was solve those issue. Can you build your admin template on Bootstrap v4.1.0?
It is going to be updated to v4
We will release the new update with angular this week. Stay tunned
From where can I get Icons name
Hi there
http://pages.revox.io/dashboard/3.0.0/html/condensed/icons.htmlUse this link. There is a search input box to enter a name. You can type “pg” to get all pages icons and “fa” to get all fontawesome icons
How do I check the RTL support for the Casual theme? the right side menu thats available for the other themes doesnt seem to exist for the Casual theme?
Congratulations, for a great job over all 
Try the following link
http://pages.revox.io/dashboard/3.0.0/html/casual/builder.htmlThere is toggle to RTL
Thank you for the link and quick response. the dropdown menus have a problem though (the main menu as well as the profile menu). will those be fixed?
Good day! Your Project “Pages – Bootstrap 4 Admin Dashboard Template” awesome! May i ask you for one advice? I have 1 block uploaded by ajax with cs-select element inside, how i can init the plugin to get proper view of uploaded select element? Thanks in advance!
Hi there
I see, The reason being the DOM doesn’t get update on time. Give an ID to your select box eg : “mySelect”
then in your JS after ajax is done
var el = $("#mySelect").get(0);
$(el).wrap('<div class="cs-wrapper" />');
new SelectFx(el);
Thanks a lot!
hii thanks for the great template and i have been use your template for long time and i need the old edition of the pages … how can i get it ?
PS: ht edition is bootstrap 3
Hi there
Yes that is possible what is your github username ? You can download older versions from there
Hello @ace may I able to have access to the theme repo in GitHub ?
Hi there
Sorry we missed this comment. You can fill the form in the link
http://pages.revox.io/dashboard/It will be under a heading called “Github Repository Access”
@ace, I am following @odoocommunitywidgets in his comment. People that have purchased are running or planning projects. The first input (over month ago) indicated a few days and we are 40+ days later. Feedback to the group such as “I have 7 tasks” is not good enough – we plan to use your product and you should be able to indicate if something is a week, a month etc. away. How can we plan to use a stable thing that is supported if we don’t know what will be the formal master release? I know you are jamming and doing great things… but clearly if you can’t give a range of within 3 months how do you expect companies to leverage what you are building?
I am beyond sympathetic to the load of work. At the same time I want to use your work. We need to use stable releases – not things in the works.
Thanks.
Hi there
First my sincerely apologies on being unprofessional on timing. I’m also glad you understand the work load that we need to put in to re-writing to native angular 5. But I can promise you its another 2 weeks work. That is. This week and coming next week end
thanks Ace. Look forward to seeing the release.
Hi @ace, what is the rough ballpark ETD for 4.0? I understand this would be subject to change, however i’d just like to know a rough ballpark on your expected 4.0 release in master on github.
I need to plan for an upcoming project (starting in around 1 month) and am wondering whether to target 3.0 or 4.0 for the project.
Hi there
If its starting around a month, we will have 4.0 ready. Its another 2 weeks work left.
@ace,
Brilliant, thanks for the update, i’ll keep an eye on github.
Hi, We are using pages with angular4/5. And facing some integration issue. Could you share your solution to us ? My github user name is “PCCUETB”. Thanks.
Hi there
We have completed about 90% of our angular pages 
Without jquery 
Hello, when are you planing to release the next version?
If it’s in a github repo my github address is https://github.com/lorenliuz.
Hi there
Added you in 
Hi,
Is the executive theme available on Meteor, it doesn’t exist in imports/ui/stylesheets producing this error:
While processing files with less (for target web.browser): client/main.less:55:4: Unknown import: {}/imports/ui/stylesheets/themes/executive/theme.import.less
If it’s in a github repo my github address is https://github.com/bxmbino
Hi there
Im also getting a similar issue. Will check up why. Meanwhile I have sent you an invite for github
Hello,
Before purchasing your theme, could you confirm if your theme will be compatible with a Wordpress.com site? (We have a Wordpress.com site with the Premium functionality to upload themes – it does seem to have some file size limits, however)
Ideally, we would like to be able to upload the theme & it would work as is – so we would only need to customise for our company branding.
Many Thanks
Hi there
This is not a wordpress theme
This is an HTML theme
Hi,
The meteor demo runs but the app does not display anything.
Hi there
You do not get any errors ? even on your browser?
No errors just nothing renders
Did you try see any console logs on your browser ? Make sure you install all the dependencies. and copy the packages directory on to your project as well
Initially it would not run but after adding meteor npm install @babel/runtime the app would compile but nothing gets displayed
Any reason why you installed @babel/runtime manually ?
When I try launch the application initially, I get the following error:
Your app is crashing. Here’s the latest log:
——-\.meteor\local\build\programs\server\boot.js:475
}).run();
^
Error: The @babel/runtime npm package could not be found in your node_modules directory. Please run the following command to install it:
meteor npm install --save @babel/runtime
at babel-runtime.js (packages\babel-runtime.js:25:9)
at fileEvaluate (packages\modules-runtime.js:343:9)
at require (packages\modules-runtime.js:238:16)
at packages\babel-runtime.js:132:15
at packages\babel-runtime.js:139:3
at -----\.meteor\local\build\programs\server\boot.js:411:36
at Array.forEach (<anonymous>)
at -----\.meteor\local\build\programs\server\boot.js:220:19
at -----\.meteor\local\build\programs\server\boot.js:471:5
at Function.run (-----\.meteor\local\build\programs\server\profile.js:510:12)
Exited with code: 1 Your application is crashing. Waiting for file change.
When I add this: meteor npm install—save @babel/runtime
Initially nothing displays, then I copy paste the dependencies from the documentation into meteor/packages and then it worked.
Thanks for your help