209 comments found.
Hi,
You have a nice product, full of options but is there any way to let me add only the js and css files we are using, in your example, it is okay that you have added all those files, but I am not using all the templates features, then I would like to know if you have a way to upload only the necesaries files without having to do test and error.
Example:
I’m using a table, then I go to the table’s folder grab that file, and add to my js folder but sometimes I get error messages about missing files (dependants files) and I have to add them one by one.
I don’t want to upload all of them because is slower to publish and also when the page is loading
Hi,
Unfortunately, this is not how the Bootstrap 5 scss works. It rely on the scss variables defined on _variables.scss to generate the css file. If you wish to add the table component, you might need to copy over the core Bootstrap table scss file as well. This is because this template is built on top of the Bootstrap scss file.
Best Regards, Sean.
Hi,
Unfortunately, i can’t see your comment. Can you share it again?
Best Regards, Sean.
Hello, do you have an mvc 5 version of this template?
Hi,
Unfortunately, we only have the mvc 7 version.
Best Regards, Sean.
Hello, I have two quick questions:
1- Can I work with the template as an internal web application project?
2- Could I work with one standard license on more than one project?
Thanks.
Hi,
Regarding your question,
1. Yeah, you are able to do so. 2. No, one license is for one project only.
Best Regards, Sean.
Hi,
How can I publish files to IIS
I tried using VS2022 but its not wotking when I host to IIS
Plasse send me some step by step documentation
Hi,
You should read their official documentation for how to publish to IIS. https://learn.microsoft.com/en-us/visualstudio/deployment/tutorial-import-publish-settings-iis?view=vs-2022Best Regards, Sean.
Hi,
You might need to make sure the missing file exists in your /lib and /js folder.
Best Regards, Sean.
Thank you, I’ll compare my solution files with the initial asp_studio_v4.1 files/folders.
buenas tardes, quisiera saber si me pueden ayudar con algunos temas de la plantilla, la voy a integrar con sqlServer.. como podria cambiar el cargado del archivo sidebar.json para obtener la informacion desde una tabla??
Hi,
You may save the sidebar array into the table column by using the json encode / decode.
Best Regards, Sean.
For authentication, Identity is installed but seems not to be used. Is that the case ? If not, will you have documentation for using Identity? Thx
Hi,
For your information, this template is using the default identity. You may refer to their official documentation.
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-7.0&tabs=visual-studioBest Regards, Sean.
Hello, I have a problem and I don’t want to reinvent the wheel. Will you have a solution for this problem: In the Pos module, when I select an item and the modal is displayed, the content of the modal does not correspond to the starting item. Whatever the item chosen in customerOrder.cshtm, the modal is always the same. thanks for the help
Hi,
The page is just for the demo page. You might need to create your own javascript in order to feed with live data.
Best Regards, Sean.
Good morning, I can’t find any class in model folder except ErrorViewModel class. Is there documentation for creating a database that the template will use directly. THANKS
Hi,
For your information, this template is using the app.db as default database connection. You may check the settings out from the appsettings.json.
Best Regards, Sean.
Sean, how would I implement the following Hebrew font into ASP_STUDIO_V4.1, and I am using the template_asp_startup?
Reference Hebrew font: https://opensiddur.org/help/fonts/
Hi,
You may include the font by using the css.
e.g https://www.geeksforgeeks.org/how-to-include-a-font-ttf-using-css/Best Regards, Sean.
Thanks Sean. For anyone else who this may assist, I implemented the Hebrew webfont this way: https://joshyates.blob.core.windows.net/files/hebrew.pdf
sorry!! It is already running! I was missing installing node!
Glad to hear that your issue was resolved.
Best Regards, Sean.
Good afternoon! I can’t make AppStudio work with visual studio, it is showing the following error “Error TS2688 Build:Cannot find type definition file for ‘node’.\asp_studio_v4.1\template_asp\AspStudio\wwwroot\lib\jszip\index.d.ts 7
Sean, I have experience an error with the “ui-card” style. This error is not noticeable unless I inspect in the browser developer view. Please reference screenshots here:
https://joshyates.blob.core.windows.net/files/AspStudio_jquery_error.pdfHi,
Kindly remove the highlightjs.demo.js from your page will solve the issue.
Best Regards, Sean.
Thank you for the fix. This error now makes sense. Do I need to reference any of the demo.js files? Or the demo.js files only for the previews?
Hi,
Yeah, the demo.js is only for the previews. You may remove it from your newly created page.
Best Regards, Sean.
Why the source code version I downloaded does not match the title The version I downloaded is =>net-core-31-mvc-bootstrap-4-admin-template But The product title is =>ASP.NET Core 7.0 MVC Bootstrap 5 Admin Template
Hi,
For your information, that is the default name of title used since the template has been published and the template has been upgrade from bootstrap 4 to 5 since long time ago. You may open the package and the template will be in .NET Core 7.0 Bootstrap 5.
Best Regards, Sean.
Hello community and Sean. I have not programmed with Identity and .Net since MVC5 (approx 2019). I will have a project soon and I would like to use this theme which appears outstanding out-of-the-box. My question is: Does the database also have a out-of-the-box template? Thank you.
Hi,
For that case, i suggest you to use the HTML version which is included in this template as well to use it at the framework that you are familiar with.
Best Regards, Sean.
Thanks Sean for reply. Maybe I wasn’t clear. Do you provide the SQL script for database creation?
Hi,
For your information, this template will not include any database creation. Which means it will not include any backend process like (save / update / delete) records. For .NET Identity, it is created by using the dotnet aspnet-codegenerator command and it will use the default database (app.db).
Best Regards, Sean.
Thank you Sean. I will purchase this template. Do you offer consulting? For example, if I provide you to my source code and database or you only front end designer?
Hi,
Thank you for your offer and comment. Unfortunately I’m not available for any freelance right now.
Best Regards, Sean.
Hi,
I’m testing the example project asp_studio_v4.0\template_asp\AspStudio\AspStudio.csproj in Rider with .NET 7 and found that the pace spinner when opening the page in Firefox stays visible even if the page is completely loaded. When using Brave, Chrome or Edge the spinner is removed after the page is loaded. Another thing I noticed is that the progress off the loading bar is much slower under FIrefox than any other browser.
This code is included just before <script src=”~/js/vendor.min.js”></script>.
<script>
window.paceOptions = {
ajax: { ignoreURLs: ['mainHub', '__browserLink', 'browserLinkSignalR'], trackWebSockets: false }
};
</script>
The only errors in the browser console are 404 errors when loading some fonts.
Best Regards Karsten
Hi,
The 404 errors will cause the progress bar stays visible. You may try to solve the 404 errors for the font loading and the issue for pace loading bar should be able to solve.
Best Regards, Sean.
Hi,
even after fixing the 404 errors the Pace flash spinner stayed visible in Firefox after the progress bar reached 100%. Had to add “eventLag: false” to paceOptions to fix it:
<script>
window.paceOptions = {
eventLag: false,
ajax: {
ignoreURLs: ['mainHub', '__browserLink', 'browserLinkSignalR'],
trackWebSockets: false
}
};
</script>
Thanks for your assistence.
Best Regards, Karsten
Hi,
Glad to hear that your issue was resolved.
Best Regards, Sean.
Hi people,
First of all, congrats for your job. I love your products. However I always face the same problem: In IOS phones it takes ages to load your css and js minified files. That annoying loading icon appears right up on the screen every single time and stays there almost forever. Do you know if I can do something about it?
Hi,
Thank you for your report and comment. May i know whether is the demo site from us that you use to test for your ios phone?
Best Regards, Sean.
Of course! and tks for your quick reply! One of the sites could be: https://app.frendlee.com/frendlee/sys_login/login.aspx. You can press the login button, I am still developing this one
Oh, really sorry, I replied wrongly. But anyways it´s not your site, it is the site I develop using your resources. tks
Hi,
You may try to add the following code before the vendor.min.js
https://pastebin.com/fpB1h2eWThis is to prevent the signalR for asp.net crash with the pacejs
Best Regards, Sean.
Tks Sean but if I user the vendor it does not work in IOS, so I have to use the app.mim, which is vastly larger than the vendor
Hi,
What i mean is add the paceOption before the vendor.min.js and app.min.js
window.paceOptions = { ajax: { ignoreURLs: [‘mainHub’, ‘__browserLink’, ‘browserLinkSignalR’], trackWebSockets: false } };
p.s i think the app.min.css is not included properly in your site. when i check on the app.min.css, it show the fontawesome library only.
Best Regards, Sean.
It is strange. I just copied the app.min right into the project and I have been working with it nicely and smoothly in projects since 2021 … Anyway it worked like a charm. Once again tks and you have got a great product. Whenever you can update me about your portfolio. I have purchased your HUD as well
Thank you for your kind words and for sharing your positive experience with using our template in your projects. I’m glad to hear that it has been working smoothly for you.
I appreciate your interest in my portfolio and I will definitely keep you updated. Thank you for purchasing my HUD as well.
If I have any further questions, I will definitely reach out to you. Thanks again for your feedback!
p.s the site is loaded normally. may be it is cache from my side just now.
Hi, when I use the template from scratch, it seems that the loading indicator and the spinner in the top right corner keep showing even after the page has completed loading. Is there an easy way to manually hide the loading indicator and the spinner – or should it even be done manually? Currently I’m just manually removing the “pace-running” class from the topmost div in the body tag, but this is just a workaround, until I find the reason. Any suggestions? The console shows no errors.
Hi,
Did you add the following javascript before the vendor.min.js?
<script> window.paceOptions = { ajax: { ignoreURLs: [‘mainHub’, ‘__browserLink’, ‘browserLinkSignalR’], trackWebSockets: false } }; </script>
<script src="~/js/vendor.min.js"></script>
Best Regards, Sean.
Excellent, that worked – Thanks for the quick and precise response !
Best regards, Andras
Glad to hear that your issue has been resolved.
Best Regards, Sean.
Buenas noches, tengo un proyecto construido en Aps.Net Core 7, solo necesito incluirle los archivos de este Template sin necesidad de utilizar gulp. Qué debo hacer?
Hi,
You just need to include the following folder in your project will do.
/wwwroot/css
/wwwroot/js
/wwwroot/lib
/wwwroot/webfonts
p.s you might need to change the css class name for header / sidebar / content to the AspStudio css class.
Best Regards, Sean.
Gracias por su respuesta. Añadí las carpetas y las referencias <link href=”/css/vendor.min.css” rel=”stylesheet” /> <link href=”/css/app.min.css” rel=”stylesheet” /> <script src=”/js/vendor.min.js”></script> <script src=”/js/app.min.js”></script> muestra la página pero no termina de cargarlo, parece ser un tema javascript. Qué más debo hacer? Saludos
Hi,
Make sure you add the following code before the vendor.min.js
<script> window.paceOptions = { ajax: { ignoreURLs: [‘mainHub’, ‘__browserLink’, ‘browserLinkSignalR’], trackWebSockets: false } }; </script>
p.s you may check the code from /Views/Shared/_Layout.cshtml as well
Best Regards, Sean.
El problema continua, es una página de login sin _Layout, la página no termina de cargar y los controles dentro de la página están deshabilitados.
Saludos
@model Prototipo_FE.Models.UserLogin @{ Layout = null; }
<!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8” /> <title>Booster-e | Login</title> <meta name=”viewport” content=”width=device-width, initial-scale=1” /> <meta name=”description” content=”” /> <meta name=”author” content=”” />
<!- ================== BEGIN core-css ================== ->
<link href="/css/vendor.min.css" rel="stylesheet" />
<link href="/css/app.min.css" rel="stylesheet" />
<!- ================== END core-css ================== ->
</head>
<!- BEGIN login ->
<!- BEGIN login-content ->
<form action="index.html" method="POST" name="login_form">
Sign In
For your protection, please verify your identity.
<label class="form-label">Email Address</label>
<input type="text" class="form-control form-control-lg fs-15px" value="" placeholder="username@address.com" />
<label class="form-label">Password</label>
Forgot password?
<input type="password" class="form-control form-control-lg fs-15px" value="" placeholder="Enter your password" />
<input class="form-check-input" type="checkbox" value="" id="customCheck1" />
<label class="form-check-label fw-500" for="customCheck1">Remember me</label>
<button type="submit" class="btn btn-primary btn-lg d-block w-100 fw-500 mb-3">Sign In</button>
Don't have an account yet? Sign up.
</form>
<!- END login-content ->
<!- END login ->
<!- BEGIN btn-scroll-top ->
<!- END btn-scroll-top ->
<!- ================== BEGIN JS ================== ->
<script>
window.paceOptions = {
ajax: { ignoreURLs: ['mainHub', '__browserLink', 'browserLinkSignalR'], trackWebSockets: false }
};
</script>
<script src="/js/vendor.min.js"></script>
<script src="/js/app.min.js"></script>
Hi,
You might need to check your browser console whether there have any javascript error or not.
e.g file not found / javascript error
Best Regards, Sean.
Thank you Sean, for some reason my chrome browser is not working with any of my projects but they work fine in internet explorer. Any idea?
Hi,
You might need to share some screenshot / error code so that i know what issue you are facing right now.
Best Regards, Sean.
Hello, On the menu, all the actions from a controller are highlighted even if they are not the current active page. How do I highlight only the current active page?
Hi,
Currently, if the sidebar has the same controller action, it will automatically highlight the current active page. I’m not sure how all your menu has been highlighted. Can you share some screenshot / html regarding the issue that you are facing right now?
Best Regards, Sean.