144 comments found.
Hi,
That was a great help, but the Node Version isn’t specified.
Could you help me with the version?
Regards,
Version 12.x is currently lts.
Hi,
Thanks for the quick revert, please refer the link below:
https://drive.google.com/drive/folders/18mPecQXki7GWBDvbYNRXSnscCiJmcvp4?usp=sharingHi,
I don’t think this is directly related to our template. It might be a problem with ssl, internet connection, proxy or node version. In brief it is a problem with your dev environment.
Please make sure you have the lts version and not the current of nodejs: https://nodejs.org/en/download/
We can’t be sure of the problem so can’t provide a certain answer for it so please check google and try the recommended solutions.
request to registry.npmjs.org failed
https://www.google.com/search?q=request+to+registry.npmjs.org+failed&oq=request+to+regis&aqs=chrome.2.69i57j0l7.13435j0j7&sourceid=chrome&ie=UTF-8
reason getaddrinfo
https://www.google.com/search?client=firefox-b-d&q=reasone+geta+ddrinfo
Cheers.
Hi,
There are dependency errors in the theme. Could you please let me know how do I share the screenshot with errors?
Rgds,
Hi,
There is no built in upload for the comment section. You can upload it somewhere else and share the link here.
Hi, I’m looking for Angular Theme Admin Panel (static data), Mobile Responsive with:
1. Ecommerce (Receipt Numbers, Invoices, Refunds etc) 2. Ecommerce Geographic Activity Map 3. Dashboard (Graphs etc.) 4. Tables (Horizontal Scrolling) 5. User Profile 6. Help Desk Ticketing 7. CMS (Image, Text, Video, Links, Embed Video etc.) 8. Chat 9. Activity Log 10. Forms and Widgets (Calender etc.)
*Must be able to Add Custom code and modify template/theme code
Does your VIEN theme do this? Or can you recommend a theme?
Best, Karlind Cape Town, South Africa karlind@themagicmill.comHi,
Vien is an Angular template that you will be able to modify and customize as you may want. I can’t say for sure that it has all the features on your list though, you should check the demo and decide for yourself. https://vien-angular.coloredstrategies.com/app/dashboards/default
There are lots of good templates on the market yet I am not very familiar with them to be able to recommend one.
Cheers.
Hi! At first, thank you for your pretty work!
I have a question: I’m developing a own auth-guard method… Can I hide a menu item that have a blocked route? How can I do that? I didn’t find this on documentation. Thank’s for your time!
Hi,
We have received questions about the user roles and custom guard previously. To provide a good solution, we are working on the implementation of an auth guard that works in collaboration with the menu. I think we will be able to provide a decent answer in couple of days.
Cheers.
Hi,
We are sorry for the delay. However, instead of sending you a block of code, we were wasting time integrating a user role into the project.
The link below will help you to learn how to use it.
https://vien-docs.coloredstrategies.com/docs/guides/user-authorizationYou can follow the footsteps of the keyword “UserRole” to understand how it works and integrate it into your existing project.
All the best.
I want to set modal (bsModal) width to 80%. Acording to bsmodal documents i can only set modal-sm or modal-lg.
“Small modal window have small width on screens only above 768px(boostrap3) and 576px(bootstrap4)”
Can you help me?
Thanks.
Hi,
Please check out the Custom CSS example at https://vien-angular.coloredstrategies.com/app/ui/components/modal
By modifing below files and adding custom css, you can have a 80% width modal.
src/app/containers/ui/modals/modal-custom.css.component.ts
this.modalRef = this.modalService.show(
template,
Object.assign({}, { class: 'custom-width' })
);
src/assets/css/sass/_vien.style.scss
.modal-dialog.custom-width {
@include respond-above(xs) {
width: 80%;
max-width: initial;
}
}
Cheers.
Thank you!
hi. I saw a discount for Vien theme 2 days back and the purchase rate for $16.00. I’m not able to see the discount now and the current rate is $24.00. Appreciate if you can provide the discount so that I can go ahead and purchase the Theme..
Regards, Vipin
Hi,
Unfortunately discount period is currently over and there is no system for us to create individual discounts.
Cheers.
Hello ColoredStrategies person, I’d like to report a bug and hopefully get some guidance regarding solving it.
The dropdowns in the surveys application don’t seem to work, although the syntax is as same as in the working UI exaples tab- it doesn’t show the menu after clicking the dropdown button. I’ve checked if the problem is in dependencies but it doesn’t seem to be the case.
This app is important for a proof of concept I do for my job. Will appreciate your help 
Hi,
Survey is like other applications there to provide the layout and design so they are not fully functional.
That being said, the dropdowns(order by and item count) should work. We have simply forgot to import Dropdown module. If you add Bootstrap Dropdown module to “src/app/views/app/applications/applications.module.ts” file, it should work. You may find the import below.
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
@NgModule({
imports: [
BsDropdownModule.forRoot()
]
})
export class ApplicationsModule { }
Cheers
Thank you!
Hello, Thank you for the great project I like it so much, In the online demo, you have Guides in the menu, when I click to this item the menu not hide, but when I run the demo in local, and click to blank page, the menu hide. I searched to the trick to not hide the menu when I don’t have sub Item, but I can’t find it. Can you please help me to avoid this and show me the trick that you are using to not hide the menu when there are no sub items.
Regards. Youcef.
Hi,
Thanks for your interest in our template and it’s great to hear that you like it.
As for your question, sub menu always gets hidden for the menu items without any sub items. It is same for the both docs and demo. I think you are getting confused since docs menu state is sub-hidden but demo is default so it looks like sub menu at the docs does not get hidden when navigated to guides from another page since it’s already hidden.
If you set menu to sub-hidden at the demo, both docs and demo should look the same. Here is how to do it:
Menu has 3 different use cases which you may examine under Menu/MenuTypes section of the theme. To set a menu type, you need to change defaultMenuType variable at environments/environment.ts & environments/environment.prod.ts to one of the following values: menu-default, menu-sub-hidden, menu-hidden
Cheers.
Hi.. How do I enable/disable displayMode buttons like list / detailed list / images from app-list-page-header
Ex: I only need list in a particular page.
Thanks.
Hi,
There is no built-in solution for it, you may create variables and pass then to the component with @Input() to use ng-if to display the buttons.
Thanks!
Hello there,
I cant seems to apply scrollIntoView into the project as whenever i click on the sidebar, it will automatically go to the top again and then scroll down to id again
Hi,
That is intentional since pages from same module tend to stay at the previously scrolled position. You may find the line that scrolls it top in “src/app/containers/layout/sidebar/sidebar.component.ts” file.
window.scrollTo(0, 0);
I added all import library about pagination , but says error “Can’t bind to ‘customNextTemplate’ since it isn’t a known property of ‘pagination’.” how can i fix this error?
Hi,
The “can’t bind…” error mostly occurs due to a missing import so please double check that closest module file of the component has the import as shown below.
import { PaginationModule } from 'ngx-bootstrap/pagination';
@NgModule({
imports: [
PaginationModule.forRoot()
]
})
Also please check if the <pagination> works as intended in the template. If not, please let us know so we may look into it.
exactly as you wrote but the problem continues , how can we comunicate?
Still not sure if the problem is with a missing import or you also have the problem with an unmodified version of the template.
If it’s the second one, please let us know your environment(node,npm versions and os) so we can try to replicate the problem.
We provide support mainly via the comments but you may also reach us via the contact form at our profile page. https://themeforest.net/user/coloredstrategies
Cheers.
Hi guys, since last few weeks we start having absolutely the same issue as ivanwolf95 reported 4 days ago:
Hello,
I do now know why but it seems that my side bar left padding have some problem.
perfect-scrollbar>.ps { position: static; display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
Its suppose to be
perfect-scrollbar > .ps { position: static; display: block; width: inherit; height: inherit; max-width: inherit; max-height: inherit; }
so please help us to identify the reason.
Hi,
We don’t know the cause of the problem yet we have a solution. It looks like your ngx-perfect-scrollbar or perfect-scrollbar version is newer than it supposed to be. This happens sometimes and might be related to the deleting of lock files.
The safest option is to set a certain version. Here are the steps:
- Change version to 8.0.0 without ”^” in package.json file. “ngx-perfect-scrollbar”: “8.0.0”
- Delete node_modules, package-lock.json, and yarn.lock
- Reinstall and run.
Another option is to remove margins and paddings of the main menu. This solves the issue with the menu and other parts look okay. Yet, the same problem might occur somewhere else.
Adding below lines at the end of _vine.style.scss should do it.
.main-menu .ps {
margin-left: initial;
margin-right: initial;
padding-left: initial;
padding-right: initial;
}
Cheers.
Thanks a lot. It did help.
Nice, happy to help!
hi, where is my profile page and how to edit data tables ? I’m not find in demo kindly help
Im interested to buy!
Hi,
You may find profile pages here:
https://vien-angular.coloredstrategies.com/app/pages/profile/social
https://vien-angular.coloredstrategies.com/app/pages/profile/portfolio
Editing datatables is not implemented in the template but the plugin contains an inline editing: https://swimlane.github.io/ngx-datatable/#inline-edit
All the best.
Hello,
I do now know why but it seems that my side bar left padding have some problem.
perfect-scrollbar>.ps { position: static; display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
Its suppose to be
perfect-scrollbar > .ps { position: static; display: block; width: inherit; height: inherit; max-width: inherit; max-height: inherit; }
Hi,
I really don’t know what might be the reason for it and we have not experienced it. There is not I installed the template without a lock file to see if it is a version issue but it works just fine.
I recommend you track your steps back and see if any changes that are made are the cause of it. You may also try adding the styles with ”!important” to override the wrong ones.
Cheers.
Hi,
We don’t know the cause of the problem yet we have a solution. It looks like your ngx-perfect-scrollbar or perfect-scrollbar version is newer than it supposed to be. This happens sometimes and might be related to the deleting of lock files.
The safest option is to set a certain version. Here are the steps:
- Change version to 8.0.0 without ”^” in package.json file. “ngx-perfect-scrollbar”: “8.0.0”
- Delete node_modules, package-lock.json, and yarn.lock
- Reinstall and run.
Another option is to remove margins and paddings of the main menu. This solves the issue with the menu and other parts look okay. Yet, the same problem might occur somewhere else.
Adding below lines at the end of _vine.style.scss should do it.
.main-menu .ps {
margin-left: initial;
margin-right: initial;
padding-left: initial;
padding-right: initial;
}
Cheers.
Hello, testing vien-angular and it’s great!
I have a question.
When a reset password i’m redirected to reset-password page where require a reset code. I also receive an email from firebase auth with passwordeset actions. But no reset code is there… I only have to reset from this email redirection and now i’m already have a new password.
How do i get this Reset Code in order to implement reset-password-page like you have in the template?
Thanks!
Hi,
Nice to hear that you like the template.
As for your question, I think it’s a ui mistake that the form contains a field for code. The code is carried with the url variable in the reset url link that comes with the email. It’s oobCode.
You may need to configure the link that is sent with email at the Firebase console, if you have not. Then get the code from the url and submit it with the new password to confirmPasswordReset.
Cheers.
Hi guys, can you kindly tell me how to hide all panels (top navigation and side bars ) when app in full screen mode?
Hi,
Unfortunately there is not a built-in way to hide topnav. You may implement hiding sidebar with below lines.
Please add this to “sidebar.component.ts”
@HostListener('document:fullscreenchange', ['$event'])
handleFullscreen(event) {
var nextClasses;
if(document.fullscreenElement) {
nextClasses = this.getMenuClassesForResize('menu-hidden');
} else {
nextClasses = this.getMenuClassesForResize('menu-default');
}
this.sidebarService.setContainerClassnames(0, nextClasses.join(' '), this.sidebar.selectedMenuHasSubItems);
}
There is also a problem when fullscreen turned off with esc key. Updating “fullScreenClick” with the one below and adding fullscreenchange listener should solve the issue in “topnav.component.ts”.
fullScreenClick() {
if(document.fullscreenElement) {
document.exitFullscreen();
} else {
document.documentElement.requestFullscreen();
}
}
@HostListener('document:fullscreenchange', ['$event'])
handleFullscreen(event) {
if(document.fullscreenElement) {
this.isFullScreen = true;
} else {
this.isFullScreen = false;
}
}
All the best.
Thanks guys, sorry for late answer, didn’t have time work on this. would it be enough to add to topnav.component.html this piece of code. <nav *ngIf=”!isFullScreen” class=”navbar fixed-top”>
it seems to be working but maybe there is negative side-effect?
I don’t think there will be a problem. It looks fine.
Hello, i just started a new project and copy over assets folders into the new project and edited Package.json and Angular.js,
The item i use doesn`t seems to use the scss provided.
Hi,
Please check src/main.ts file which loads the scss file and bootstraps AppModule. Adding that part to your project might work.
Cheers.
Hi guys, I’m having trouble to remove dollar sign from small diagram. Can you help me with this? Please take a look at this: https://ibb.co/thFR5sB
Hi,
It’s generated via Angular currency pipe and you may find it in the small-line-chart.component.html file. Removing pipe should solve the problem.
{{currentValue}}
Cheers.
Thanks a lot, it helped
Hello,
Does Vien – Angular Admin Template support RTL?
Regards,
Imamuddin
Hi,
It does, you may see it with selecting English-RTL in the language dropdown on the header.
Cheers.