3890 comments found.
Why you dont update the themeforest packge to angular 6 ? only have the demo updated and no skeleton in github master.
Hi there
Please follow the instructions to get access
https://docs.pages.revox.io/v/angular/github-access
We will update on Monday. Skeleton code is also available at github.
Meanwhile you can see the progress of v4.1
https://github.com/revoxltd/pages/projects/1
I urgently need assistance. Amazing template. Though I want to optimise my template for 49inch screen (32:9) 3840×1080 screen resolution. I want it to fit perfectly on this screen. Please advice. see link to my template https://goo.gl/9XMnFm
Very urgent
Hi there
Sorry we are in a different timezone. You want the widgets to scale equally ? yes that is tough but can be done using Flex. I will not be able to assist you without seeing your code 
You can send it to support@revox.io
I was able to do it using flex, please send me your code. It just used the browser to do it.
Ok will send code shortly
you need this for wordpress.. 
Working on something big for WP 
the problem of placing the select2 control in a modal still does not work, the new update also has the same problem as I can correct that error to not lose the design and implement the native select2.
I remain attentive to your collaboration
Hi there
Sorry about the late reply. This was fixed, you can not type or the list items are hidden below the modal ?
my username is jahir9991 can you please add me for angular 6 version
Hi there
Please follow the instructions to get access
https://docs.pages.revox.io/v/angular/github-access
hello i want to use this theme with my existing angular 6 project how can i get the angular 6 version of this theme . please inform me as soon as possible i am in a urgent need.
my username is jahir9991 can you please add me for angular 6 version
Hi there
Invitation sent 
I have your HTML theme in my laravel install. Do you have a guide on upgrading from 3.0 to 4.0?
Thanks
Hi there
For HTML it was basically bootstrap v4.1 official update
https://getbootstrap.com/docs/4.0/migration/Hi,
I had some issue while using the “MessageService” to display notifactions.
The problem is in Dev I have this error in the console “ExpressionChangedAfterItHasBeenCheckedError” only if I access the component that use the “MessageService” directly from the url.
(“this is a link for an image with console error”) https://ibb.co/nbFw6y*This error is comming from message\message-container.component.ts in the template section the red square *and there is a console.log to remove in the constructor.
(“this is a link for an image to explain where is the problem in message-container.component.ts”) https://ibb.co/iyQURyPlease keep us posted about this corrective.
Best regards.
Hi there
Strange. Thank you for sending this descriptive issue log. In which event does this happen? On Init or ?
hello i used the message notification for handling httpclient request error. i have tested also this in “onInit” function and i still have the same error.
Hi there
Could you put it in setTimeout and tell me
setTimeout(()=>{
//Here
}, 150);
hello sorry for the late replay it’s same problem
any updates ?
Hi there
Yes, will be releasing the update by tomorrow 
Sir , can buy this template to use my application which i gonna develop ERP application and upload codecanyon to use as instance based, please give me a genuine answer .
Hi there
Yes you can but you will have to purchase the extended license 
Hello again, how could I get access to the Github project? Thanks!
Hi there
Yes http://pages.revox.io/dashboard/ Got to the following link and scroll to the “Github Access” Section
Hi there
By default its not possible, we can add this to our upcoming release 
This may be a strange question, but what exactly is the Pages Admin Dashboard? I mean is there a program it goes with?
Thanks
Hi there
This is a UI framework / tool for you to build webapps quickly. This will help anyone to focus on the functionality of an webapp while have take care of the UI side of making it look good and easy to use. Mostly used in webapps and its possible to use as website too 
Hi, Just wanted to know how to desactivate the auto Search modal appearing on keypress : i ve tried in scripts.js but it doesnt work.
Thanks
Hi there
That is correct, Remove that file from the HTML include or remove the following code
$('[data-pages="search"]').search({
// Bind elements that are included inside search overlay
searchField: '#overlay-search',
closeButton: '.overlay-close',
suggestions: '#overlay-suggestions',
brand: '.brand',
// Callback that will be run when you hit ENTER button on search box
onSearchSubmit: function(searchString) {
console.log("Search for: " + searchString);
},
// Callback that will be run whenever you enter a key into search box.
// Perform any live search here.
onKeyEnter: function(searchString) {
console.log("Live search for: " + searchString);
var searchField = $('#overlay-search');
var searchResults = $('.search-results');
/*
Do AJAX call here to get search results
and update DOM and use the following block
'searchResults.find('.result-name').each(function() {...}'
inside the AJAX callback to update the DOM
*/
// Timeout is used for DEMO purpose only to simulate an AJAX call
clearTimeout($.data(this, 'timer'));
searchResults.fadeOut("fast"); // hide previously returned results until server returns new results
var wait = setTimeout(function() {
searchResults.find('.result-name').each(function() {
if (searchField.val().length != 0) {
$(this).html(searchField.val());
searchResults.fadeIn("fast"); // reveal updated results
}
});
}, 500);
$(this).data('timer', wait);
}
})
});
Hi
sorry i have another question, i have been struggling with this for days, and i finally give up and need your help hehe,
i set up a router config like this
export const AppRoutes: Routes = [ { path: ’’, data: { breadcrumb: ‘Home’ }, component: SimplyWhiteLayout, children: [ {path: ‘items’, component: ItemsComponent}, {path: ‘brand’, component: BrandComponent} ] }, ];
and in simplywhite.component.ts i have set up the menu links like this
menuLinks = [ { label: ‘Items’, iconType: ‘fi’, iconName: ‘layout’, toggle: ‘close’, submenu: [ { label: ‘Item List’, routerLink: ‘items’, iconType: ‘letter’, iconName: ‘dl’, }, { label: ‘Brand’, routerLink: ‘brand’, iconType: ‘letter’, iconName: ‘sl’, } ] } ];
if i click link items for the first time it works, but when i click brand link then error occurs, it says “ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: ‘items’”
it happen also if i click brand link first, it also works for first time, and i click item link then error occurs
Thank You
also can you invite me? (for Angluar6) user: prawira.adit@gmail.com
Hi there
I had a look at your menuLinks its fine. But the path is wrong
https://gist.github.com/MalithHatananchchige/2cf76ca96429d4d161a47286b2119b04routerLink link for items should be ”./items” not “items”
I bought a license Can you invite me? (for Angluar6) user: dev.mohamedreda@gmail.com
Invited 
Hi – Purchased just now. A very beautiful template but has a serious bug - On iPhone/iPad, the modal view cannot be closed. Can you pls check and guide me how to fix? Thanks
Hi there
Few questions
1. Are you using the HTML version or Angular ? 2. Which Layout version are using ?
HTML version. All modals have same problem
Hello? Can you please check and guide me how to fix? The modal bug issue on iPhone is really annoying
Hi there
Really, I only got this issue on one layout. I will give you a solution asap. Do you see this issue in the demo site as well ?
Yes, we have the issue on the demo site.
Can you please show me how to fix? Thanks
Hello?
Hi there
Yes, its sort of fixed. Will send you a fix asap. Sorry about the delay
Also may I have your iOS version just to make sure ?
Because we tested in iOS 11.x on iphone and ipad and it works fine. Older version of 9 may have issues.
Please send me an invitation to github repo for Angular 6. My username : cedrouille
Hi there
Invitation sent. Sorry I missed your comment
Hi ace,
Hope you are doing good 
Please, Can you fix these bugs: 1. Content is not wrapped and overflows. 2. New message doesn’t scroll the sidebar to the last message.
I have tried in all html templates, not in angular ones. Will check the angular ones and update.
Hi there
Thank you for reporting, Added to the list of bugs. We are releasing an update within a few days. I will include the fixes for these
i tried checking for Angular, but it gives error that angular.json is missing, may be because of latest Angular. Can you add me to the latest Angular build repo by email: navjotsingh548@gmail.com
Hi there
This can not be. Do you have the latest dowloaded version from themeforest ? I have also added you on github
Yes, i have been getting this error : https://imgur.com/a/dhDl6gs
what i did was navigated to the angular folder and used command “ng serve”
Sorry, for being a noob i haven’t used angular before.
Ok, remove the node_modules folder inside your angular folder (if it exist) then run the command “npm install” and then run “ng serve”
Hi, Ace, Any ETA for the update?
Hi there
Should be live on Monday 
still waiting 
still no update 
Hi there Really sorry about the delay. Just double checking, your angular version is working fine ? If you could be kind enough to re upload the image again. Just want to make sure everything is ticked off