Discussion on Velzon - Admin & Dashboard Template

Discussion on Velzon - Admin & Dashboard Template

Cart 13,600 sales
Recently Updated
Well Documented

Themesbrand supports this item

Supported

This author's response time can be up to 2 business days.

778 comments found.

Hi, it is possible to configure the calendar to also work with hours instead of full day events??

Yes i think there is an option in the calendar so might be possible. Contact us via support so our support team can help you over this if any.

Thank you

i download the zip file but cannot extract it, the file size is about 11.26g

You can download from the link below. https://velzon.themesbrand.com

Thank you

I need the version for next.js 14, any estimate when it will be available? Or would it be possible to take what is in react typescript and use it in next.js? If so, will I have to make a lot of changes?

Please contact us via support so our support team can answer you those questions.

Thank you

I’m trying to download the React.js StarterKit, but the download takes a while and eventually fails with an error. I’ve already opened a ticket, but I haven’t received a response yet.

Apologies, was holiday so not able to respond quickly. You will get reply today in a while for sure.

Thank you

You offer different links to different frameworks, but you provide the same html files to them? (https://themesbrand.com/velzon/html/). So why isn’t Node JS, Django etc version demos not running on their own daemons? All of them are being served as a plain html theme except Svelte.

I’m also curious about the size of your support team hence one of the newest support comment you stated you were traveling so it took time to answer, yet in other comment you stated that the support staff will be in touch. Which is it?

It will be the same so not hosted separately. Feel free to contact us via support for any queries. We provides 1 business day support to all the customers. Let us know if you have any questions.

Thank you

Hi, Is it the Framework of React or Angular..or we will getting the simple HTML CSS files too. We are looking customizations actually, this is we need post this we will be buying it. Please help us understand

it includes all React, Angular, Laravel etc. You can use one from these versions with one license. For a SaaS product you will need to purchase an extended license. Let us know if you have any questions.

Thank you

Problem: counter-value comma


Hello,
How can I use a period instead of a comma?
Wrong = 3,125,902.85
True = 3.125.902,85


demo: html

html code
<span class="counter-value" data-target="3125902,85">3.125.902,85</span> TL

js code (app.js)
function D(){var e=document.querySelectorAll(".counter-value");function s(e){return e.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")}e&&Array.from(e).forEach(function(o){!function e(){var t=+o.getAttribute("data-target"),a=+o.innerText,n=t/250;n<1&&(n=1),a<t?(o.innerText=(a+n).toFixed(0),setTimeout(e,1)):o.innerText=s(t),s(o.innerText)}()})}

the result I want: 3.125.902,85 TL


Please contact us via support.

Thank you

many libraries is out dated, flask dont works for multiple users, coul you include fastapi?

Please contact us via support.

Thank you

I purchased the template for an ASP.NET Core 8 project and I have to say that it is well done, but the support is really lacking. The response time for the first tickets was acceptable, but then to very trivial queries, you wait even two weeks. Too bad, because I think the after-sales is even more important than the product.

Apologies for the late reply. I was travelling so not able to replied you quickly. You will be get response in one day max from now. Your patience it highly appreciated.

Thank you

Hello.

Every modern admin panel like yours is aiming to provide a TailWind version of the panel so that any projects preferring/needing to use this framework are fully covered.

Do you have any plans on providing in the near future a TailWind version of your incredible product as I believe this will skyrocket your sales as well as skyrocket our customers satisfaction if one really believes TailWind is the only option for an admin to use…

Thanks in advance and hoping to receive a positive answer ;)

Sorry not at the moment but will try provide it in future if possible.

Thank you

Hi. I’m considering this theme for my next project. Im looking for the codeigniter version. It’s this the correct version to purchase?

I aek because unlike minia theme where there is a dedicated codeigniter product https://themeforest.net/item/minia-codeigniter-4-admin-dashboard-template/33042756

I was not able to find the equivalent for velzon.

Extra question. Does it include any user role functions and login ready to use?

Thanks

Yes it has Codeigniter version so you can but the Velzon. Sorry we do not provide any backend related functionality in this template.

Thank you

Thanks for the confirmation. Now that I know this is the correct codeigniter version to buy, I’ll complete my order soon.

Thanks

hi Themesbrand . we already bought Minia – Laravel 11 Admin & Dashboard Template from you . but we have doubt do we get similer Laravel 11 and Boostrap 5 templete in the Velzon – Admin & Dashboard Template.. we like this one but we are familer with the Laravel 11 and Booststrap 5 that’s why

We look forward to buy in few weeks

I bought but cannot find the same , it in laravel 10 and cant find the laravel + Bootstrap version

Please contact us via support.

Thank you

Hello, I want to purchase the Angular 18 template. But Before doing that I want to know if it is a simple update of version(which means useless) as any other templates. Or do you actually update the versions with the latest (non experimental) features like standalone component, inject() for the dependency injection, signals.

To submit a support ticket I have to buy the template. I don’t want to buy it before having those informations. Thank you

So can you please answer my question here. Thank you

You can create a ticket in general category if you have have any queries. Our technical support team will get back to you soon. Hope you understand us.

Thank you

​Hi,

I’ve requested access to github for the theme and did not manage to accept the invite in time so its expired now. Can you please send again?

Thanks

github: @alex45me

Sir, please contact us via support so our support team can help you.

Thank you

I’m planning to use it in Spring Boot I have to write the Java JDK version as 17 instead of 11. Can I get a file that can only utilize the css part? Or is there another solution?

Please contact us via support.

Thank you

my support is ended but you have a bug in the datatables page, the datatables modal is not clickable when in full screen mode. https://themesbrand.com/velzon/html/default/tables-datatables.html

Resize your window with smaller screen and check it its working fine as expected without any issues. You need to contact us via support to get support.

Thank you

exactly. this is the bug in your code. table only works in small screen., in bootstrap website it works fine on all screens.

Thanks but it can be based on the number of columns. If you will add more columns then it should work on big screen as well.

Thank you

Hello, I have purchase this project, I am unable to download due to large size 10.5 GB. I have also raise query, but not get respond there yet. download gets fails, in some time. Also I am not able to access github. I need only PHP and HTML related content, I am not interested in other category… Please provide me categorized download links.

You can download separate files from the https://velzon.themesbrand.com

Thank you

TL;DR

The front-end design is excellent, but the front-to-back-end integration is quite poor. It seems to lack a full-stack design and is essentially just HTML files converted to Blade templates.

You’ll face a significant amount of re-integration work, at least with the Laravel+Vite setup:

1. It doesn’t adhere to ES6 standards or modern browser practices; it even uses var for variable declarations.

2. It lacks modular imports, simply copying npm packages into the build or dist folder

3. There’s severe functional coupling with unreadable code and problematic variable naming. For instance, [data-*] attributes are used in uppercase and accessed using [attributes] instead of the [dataset] API in scripts.

There are many other issues that make this purchase seem not worth it. If you’re still considering buying it, please think carefully.

Thank you for providing more details. It seems you need a working backend template which is not provided by us. And yes we have used the node_modules packages and is the right way to use the latest packages. Yes we have managed the data-* attributes for the layouts and other things which seems to be very quicker for every users. Please do not use comment wrongly.

Thank you

Thank you for your reply. I want to clarify that my feedback is mainly focused on technical issues, rather than personal criticism of your work. My concern is about the integration issues, not the functionality of the product itself.

Also, how do you define incorrect usage of a product comment? Is it making statements that are unfavorable to your sales?

Important: We should focus on discussing the incorrect integration approach.

First of all, I am not in a position to discuss other integrations because I haven’t used them. However, in the case of Laravel, I believe you should not claim to be using Vite.

If you claim to use Vite, shouldn’t those NPM packages be imported in the entry point app.js via modularization? If you’re not doing that, then what is the point of using Vite? You could just place the dependencies in the public directory directly without using Vite to copy them. In your work, the function of Vite seems to be only to copy dependencies to the public directory. What I see is that you are technically claiming to use Vite. Yes, you do use Vite, but in an unexpected way.

The only reason I purchased it was because you claimed it uses Vite. Your claim misled me about the content of your work, and after purchasing, I realized it was just a theme style I liked, unrelated to Laravel and Vite.

Secondly, I noticed that you didn’t use ES6 standards or implement modern browser APIs, but please note that this is just a description and does not affect its functionality.

My goal is to ensure that potential buyers understand the technical details and limitations of the product, especially regarding the integration of Laravel and Vite. I hope this information helps others make more informed purchasing decisions.

To me, this is what a correct product comment looks like.

Thank you for your understanding.

Please update Laravel-vue to version 11

Yes we are working on it now and will be available asap.

Thank you

I liked the concept, but there is no option to add Hoverable Side Navigation in horizontal layout, if that can be added I will buy it.

Thanks we will try to achieve this in future updates if possible.

Thank you

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey