185 comments found.
We got same problems with tailwindcss 2.0. It require with angular 11.2
We have just released an updated version including Angular ^v11.2.x. It should be available in the next hours to download. Hope this helps! 
Thanks a Lot I will test
Test is OK. thanks
I really liked your template and would like to buy it, however I liked the old version where the menu did not appear. It appeared only if you clicked the icon on the toolbar. Is there a way to configure this?
Does anyone know if this magnificent front-end is possible to run without the Node, but IIS instead? For example, ASP.NET Core.
After you build the template using `ng build—prod` you get static HTML/JS files which you can use anywhere. 
I appreciate you very much for the fast reply, dear @visurel. Please, have a pleasant time and be safe out there! ✨
Currently using template version 9. How to upgrade to version 11?
How can I add light theme as default rather than dark sidebar?
Hey! Take a look at the app.component.ts you can find examples on how to use the styleService there. It’s as simple as calling this.styleService.setStyle(); 
Hi, I am interested in purchasing your template, but I have a question first. With Vex, it is possible to change styles (colors, button shapes, etc.) at runtime according to the logged user?. For example, if user A logs in apply a blue sidepanel and rounded buttons, and if user B logs in apply a black sidepanel and square buttons. However, I don’t want the styles to be locally at the assets folder. My goal is to have these styles stored in a database (i.e, a css/sass file or a simple JSON file with the desired values for sass variables).
Reading the documentation, I understood that is possible to override variables globally, but can we do it at runtime and also storing the values outside the application?
Or, there is another way to accomplish my goals with Vex template?
Hey! Yes that is definitely do-able, it’s actually what we do with the “Configuration” Sidebar. The variables are just changed at runtime. 
Great job with the code!
How can I set default theme colour red and style; Apollo default?
I sent emails but no responds, one question is it possible to use simplebar as the main content scrollbar .Cause with blink the default mode it gives margin and on some mobiles the layout looks distorted not centered. is there a reason why you choose not to use simplebar with its transparent overlay and no margin?
Everything is possible and customizable. We decided not to use Simplebar for the whole page, because any “Custom” Scrollbar that’s using the whole screen has worse performance than the native one. You should not use Simplebar or any other Custom Scrollbar for the whole page, it just is bad for Accessibility, Performance and various other reasons.
Additionally: On mobile devices the scrollbar is an “overlay” scrollbar anyways, so there will not be any distortion. Hope this helps! 
Hello,
Can you please abstract out the usage of Luxon.js in the template? The stat size on it is 238KB and I’m using a different date time library in my project and don’t want to package 2 of them. If you could modify the template to accept a dateTime adapter that wraps the use of Luxon.js in the template then I could provide my own adapter to the template using the DateTime library of my choice. Otherwise I have to modify the Vex template directly to remove the use of Luxon – and that would make integrating updates to the template more cumbersome.
Thanks a lot for the feedback! We’ll look into it and will provide an update! 
Hello,
I purchased VEX template last week and I have an one doubt. After enable the RTL, template turns into RTL version but once we click the menus in toolbar it moves to LTR version without disable RTL version. So can you tell me how to apply RTL fully throughout the template.
Hey! I cannot reproduce this issue. If this issue still exists and is reproducible on our live demo https://vex.visurel.com, please send us a detailed description on how to reproduce it through the Ticket-System or to our mail themeforest@visurel.com. Thanks! 
Hey. The issue is still exists in Live demo https://vex.visurel.com, RTL is not working fully throughout the template. Can you please give me a solution.
Again, we cannot reproduce the mentioned issue. Please provide steps and/or screenshots on how to reproduce the issue. If possible, send them to our email at themeforest@visurel.com – Thanks! 
this template look great but unfortunately the author does not respond to support’s questions
Hey! We’re always answering on all support tickets that arrive. Did you send us a message through the integrated Ticket System of ThemeForest? If not, please do so and we’ll surely answer. Alternatively you can use themeforest@visurel.com for any inquiries, but be sure to include your Purchase Code. 
Visurel, I really like your template, and I would like to buy it, but your calendar app is very old; I need a more modern calendar app. Do you plan to update it? Your template is beautiful; I have it considered among the templates for my project.
We’re looking into it! Thanks a lot for the feedback. 
I am delighted to read this. Please let me know as soon as you upload it to make the purchase. Happy development.
Hello,. I want to make a dynamic menu depending on connected role. but don’t really know how to proceed. Indeed, since the menu is built when the application is loaded how to take in account the sessiondata of the user?. Thanks
Hey! You can simply overwrite the NavigationItems when you get your data from the API. It will update the component tree. If you run into issues, let us know via mail and we’ll get you started. 
Is it possible to add angular universal (SSR)???
Yes! Some external libraries might need some tweaking though. e.g. the WYSIWYG Editor will probably need to be disabled during server side render. Check out the Angular documentation for this. There’s a function isPlatformServer() which you can use to make an *ngIf on the component if you run into any issues!
Hope this helps, if you have any more questions, let us know through Ticket Support!
There is some funky rendering of the charts when the left-side navbar collapses or expands. The charts inside the cards do not resize on the re-sizing of the DOM elements, and so the right-most part of the charts do not render properly.
This is a common problem with almost any chart library. You can work around this by dispatching a ‘resize’ event on the window as most chart-libraries listen to that and then update their size. We’ll look into it for the next update, thanks! 
I am willing to buy your template. But question on License. Which License should I use for my product? Let me explain to you.
Product will be a single end product. I am going to have only one product using your template and license. As a start up, a product might be free on starting based but charge will be applied to the user if they want to continue our product after a certain time. Users might need to pay to use our product and service. Product will be a single hosted website, where users can come and user paid service.
In this case, Do you think we need to purchase an Extended or Regular License for your theme?
We are so grateful that we find your theme, We just loved it. Thank you for all the great work you do.
Thank,
you can contact me on tenantment@gmail.com
Hey! We’ve answered you on your mail. 
There is no persistence when a user changes the config settings in the UI. For instance, if selecting the “LIght”, or “Default”, or “Dark” options, you would expect that choice to persist, even if the app is reloaded. However, I do not see any implementation of local storage or other to persist a config selection. It would be nice if that was built in.
Hey! Thanks a lot for your feedback, we’ll go ahead and implement this soon. Instead of creating multiple comments here, it’s much easier for us, if you could just drop us a mail to themeforest@visurel.com with your suggestions and we’ll keep track of them and will inform you about the updates. 
Running the skeleton project out of the box, using the “Ares” template in “Light” mode, there is the one link for “Dashboard” on the left side nav. The “Dashboard” link has the pill format with a dropshadow. However, the bottom part of the dropshadow is cut off. The bottom part of the dropshadow only shows up if you add another item in the navigationService.items, or manually adjust the margin-bottom of the link.
Hey! Thanks a lot for your feedback, we’ll go ahead and implement this soon. Instead of creating multiple comments here, it’s much easier for us, if you could just drop us a mail to themeforest@visurel.com with your suggestions and we’ll keep track of them and will inform you about the updates. 
Just downloaded and when trying to run npm install on skeleton, immediately got an error. “npm WARN tarball tarball data for @iconify/icons-ic@1.0.13 …seems to be corrupted. Trying one more time.”
- ran npm install again, and this time no issue; well, at least no errors in console. There does seem to be a newer version of iconify since the last time this project was updated.
Hey! Thanks a lot for your feedback, we’ll go ahead and implement this soon. Instead of creating multiple comments here, it’s much easier for us, if you could just drop us a mail to themeforest@visurel.com with your suggestions and we’ll keep track of them and will inform you about the updates. 