3890 comments found.
Hi, how do I access the new github repo? the form on http://pages.revox.io/dashboard/ doesn’t seem to be working. I have access to the old repo.
Hi there What is your username for github ?
HI, what’s the plugin that you are usign to display the search fields bar, the one that you write and it pops out a modal full scream and you can type there… ? thanks
Hi there
Its not a plugin its built by us
exclusive for Pages
The left site menu items in Corporate layout shows dots(...) If I set menu text to “Authorization” it just displays “Authorizat…”
how do I avoid this? I want to display full text
Hi there
We did that to avoid the menu from expanding height You add the following CSS
.page-sidebar .sidebar-menu .menu-items > li > a > .title {
white-space: unset;
text-overflow: unset;
overflow: visible;
width: 100%;
}
Hi Ace,
I payed adding support now. Then I have any requests,
1. How to add your Pages html template- sample #16 as the Home page (default is demo.component.html) at the admin dashboard template.
2. How to set up the vertical scrolling at inbox area on email page in Pages admin template.
3. How to change the class=”active” after clicking the inbox area like inbox1, inbox2…
4. How to display the default list ex) email list #1 after accessing email, not display “No email has been selected”.
Could you please give me your hint or comments.
Best regards,
Hi there
1. What is #16 sample ? Would you be able share the screen shot of the page you want to make home page.
2. If you open email/list/list.component.html pg-list-view-container has it added automatically. Can you also show a screenshot ?
3. This standard angular
onSelect(item: List): void {
this.selectedEmail = item;
}
As you can see the selected email is add to selectedEmail varraible add in the HTML
=== selectedEmail" if selectedEmail is item from the loop add the class active.
Quick question how long have you been working on angular ? I think we sent an email to you on this matter?
Thank you for your comment. Actually I didn’t get the email from ThemeForest like this comment. I will check these comment and directly send at your email.
Hi, I have problems to run my initial project. I just copied the files on “getting_started/angular” and pasted in my project but when I serve the app and go to any route I get this error:
“ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: ‘dashboard’
./node_modules/angular/router/fesm5/router.js/ApplyRedirects.prototype.noMatchErrorhttp://localhost:4200/vendor.js:90402:16
./node_modules/@angular/router/fesm5/router.js…”
Hi there
Thats because you have not setup a page called /dashboard
its in app.routing.ts
I’m trying to use the row class, and inside it 3 div with the col-sm-4 class so that in the mobile view they look side by side. However, in mobile view they still show a full row for each of the 3 columns. Could you please help me.
This is my code:
<div class="row">
<div class="col-md-4">
<p>Test 1</p>
</div>
<div class="col-md-4">
<p>Test 2</p>
</div>
<div class="col-md-4">
<p>Test 3</p>
</div>
</div>
Hi there
You have to use col-xs 
You have changed your github repo. I’ve sent emails, posted messages and i have no answer. What can i do to be part of new github project?
My github user: Skymidt
Hi there
Added you up 
Hi, i have one question.. is the calendar using any third library? if yes, which one is it? thanks..
Hi there
No its not, its built by us 
Hello, how could I do so that when the sidebar is open, and it is clicked outside of it, the sidebar closes?
<pg-select id="userField" formControlName="user_id" AllowClear ShowSearch>
<pg-option *ngFor="let option of userList" [Label]="option.user_name" [Value]="option.id" [Disabled]="option.disabled"></pg-option>
</pg-select>
Note: I’m assigning “user_id” with a number type-casted as string.
Please help. Thanks!
Hey! Can you help please?
Hi there You need make [(ngModel)]=”user_id”
Please release a fix so it works with reactive forms as well because one can’t use ngModel with formControlName. Thanks
Hello, I am having an error when clicking on the search box: Uncaught TypeError: Cannot read property ‘toggleOverlay’ of undefined.
I have looked at all the js and css resources, and they are loaded correctly, and in the order in which they should be.
I do not know what could be
Hi there
It is in demo/html/condensed/assets/js /script.js
How do I apply the condensed layout to the angular application?
Hi there Go to getting_started/angular/src/app/app.routing.ts
We have imported the layout there “CondensedComponent”
and used it in the main router
.
Hi,
When I fill input with any value focus class stays even after unfocus (border, etc.)
Hi there
Are you using angular or html version ?
Hi,
I have a little problem. In the Download Folder ist the only the SCSS Filled not the LEss Folder .. but for Grunt and gulp there are only the LESS Tasks defined .. not for scss.
Can you provide the scss task definition pls ?
Greetings,
Markus
Hi there
Sorry about the late reply
We do not have LESS anymore, Bootstrap officially switched from LESS to SASS 
How do I get the “Executive” layout? I clicked the gear icon and I don’t see any of the 5 layouts listed.
Hi there, I request ‘Github Repository Access’ from http://pages.revox.io/dashboard/, but it says my purchase code is invalid. Would you please grant me access to the github repo thank you! themeforest username: airbaggy, github username: dylannnn
Done 
Could you please grant me access to the new github repo thank you! Github username: Skymidt
Done 
Hi, my boss bought your dashboard template and i’m trying to make admin dashboard with corporate theme. I want using widget like ‘widget_graph_title_flat’, but docs haven’t description for using widgets.
So i try
copy everything in widget folder->index.html-> .
paste my template-> <!— BEGIN PlACE PAGE CONTENT HERE-->
copy widget.js to same folder
but not working correctly( display box= Yes, display text= Yes, display chart= Yes, css box = Yes, css text =Yes, css chart =maybe No, what’s different from widget demo={ 1.chart position – center, 2.chart color – bold line, dark background color, 3.chart size – short width, taller then box(over the box), } )
How can i use the widgets?
”../asserts”-> “assets/”. repaired. sorry.
Hi there
The widget will have its CSS and JS files needed, make sure you copy them too 
I’m very confused.
I get the overall purpose of list-view-fake-header in the quickview panel, but it doesn’t seem to work.. I have three headers, and the first (top) header automatically becomes a fake header that is a duplicate of the last (bottom).
For example, if my headers are ONE, TWO, THREE….fake-header turns it in to THREE, TWO, THREE. How do I change that, it’s obviously not what I want.
Hi there
You should have enough elements so that its scrollable 