209 comments found.
I like the template, just have a question about the sidebar.json
Is there a way to add an [Authorize] of some kind to the menu structure. I would like to hide some parts of the menu depending on the user profile ?
Hi FrankVDL2471,
My suggestion is create different json file for different type of user in order to show the required sidebar menu. e.g sidebar-admin.json sidebar-editor.json
Best Regards, Sean.
Just testing out and found some problems already. First, in Layout.cshtml page there is an error, there is no open bracket for else statement therefore error. Second on Settings page when you click Edit it always brings up one and that same modal window for name editing. I guess more to come, but this is what I have found on the first look.
Hi Lokiys,
Thank you for your comment and report. Regarding the settings page, the page is main for demo purpose and there have no point to create all the modal which cause the source code become longer and hard to read.
Best Regards, Sean.
is this support RTL Layout?
Hi Bekeer020,
Unfortunately AspStudio is not RTL compatible yet.
Best Regards, Sean.
Dear Sean, I would like to change the background of the menu section as well as the font—see below section of the code
@mn.ParentDesc.ToUpper()
Hi Realitytaiwo2,
If you wish to change the menu background, you may refer to the following file to add the font family and background that you want
FILE: /src/scss/app/_app-sidebar.scss
LINE: 95
CODE:
...
& .menu-link {
font-family: —your-font-family-here—
background-color: —your-background-color-here—
}
...
Best Regards, Sean.
hi. i’m using this in a asp.net core web project. wonder how to control and edit progressbar and spinner that shows on each page load? where is the code [js, css etc] for it? thanks.
Hi Montyharry,
The progressbar is the pace.js plugin which include inside the app.min.js. You may find the following css / js file has been included in gulpfile.js CSS node_modules/pace-js/themes/black/pace-theme-flash.css’ JS node_modules/pace-js/pace.min.js
Below is the list of the official documentation from pace.js https://github.hubspot.com/pace/Best Regards, Sean.
Thank Sean, I’ll check this out.
I just purchased your AspStudio – ASP.NET core 3.1 MVC Bootstrap 4 Admin Template. I tried the html version on .net core blazer template.
For the table plugin sample, The plugins only shows only after refreshing the page on internet explorer, but never got displayed on firefox or mozilla.
Please send me a sample of this code on razor page for table table_plugins sample.
Hi Realitytaiwo2,
I have tried our page in latest version of Firefox (77.0.1 (64-bit)) and it is working fine on our side. AspStudio is build on top of .NET Core 3.1 MVC but not for asp blazor.
p.s have you run the HTML version in your localhost? If yes, you may send me some screenshot via support email and explain more regarding your issue. (support email can be found via downloaded documentation)
Best Regards, Sean.
Dear Support,
Yes, I tried the Html version and it’s OK. Using the Html version on .net core 3.1 blazor, I copied the required javascript and styles on blazor _Host page and used the Html tag for rendering the table on the index page as seen in the Html table_plugin page sample was when it didn’t work.
I thought you had a sample done on Blazer.
In case you are able to test in on blazer, please send me the sample script that works.
This is really a great template. well documented. It’s the best I ever purchase.
Thanks
Ajibode Taiwo
Hi Ajibode,
My suggestion is - check the browser console - make sure have no javascript error on your page - make sure all the required css / js file has been included - make sure the table plugins has been initialised
Best Regards, Sean.
Thanks Sean. I got it working. I commented the default blazer css <script src=”_framework/blazor.server.js”></script> and started working
Glad to hear that
Hi SeanTheme,
Would like to understand the License. Do i use regular license if i have a webapp that is being used by multiple clients?
Is this compatible with web forms?
Hi Melbsg,
If you are selling your end product, you might need to have an extended license. But I’m recommend all my customer to purchase a regular license for your web application and upgrade to Extended license after the application is completed and start making money.
Yeah, it is compatible with web form.
Best Regards, Sean.
I am guessing support is through comments and not an email? I have the AppWithoutSidebar set to false (which removes it) however the content page still centers as if the sidebar exists. In fact if I click on the navbar button to minimize the sidebar (even when doesn’t exist) it changes the layout closer to what it should be.
Hi DJJones1001,
Yeah, you may either leave your question / issue here or contact me via the support email from the documentation page.
Regarding your question, you need to set the AppClass value for app-content-full-width like the following example in your page.
ViewData[“AppClass”] = “app-content-full-width”; ViewData[“AppWithoutSidebar”] = true;
Best Regards, Sean.
Thanks. I will on my next issue.. one last question regarding this subject. Is there a way to combine boxed and full width?
Hi DJJones1001,
Yeah, you just need to add another class to the AppClass variable
ViewData[“AppClass”] = “app-content-full-width app-boxed-layout”; ViewData[“AppWithoutSidebar”] = true;
Best Regards, Sean.
Sorry, yeah I am going to read the docs better before asking. Worked like a charm.
First let let me say after a few days of playing with this it could be one of the best ASP products I have purchased here. Took me a day to migrate this up to razor pages with so far just one minor issue outstanding, The way you check for controllers and action doesn’t work for it so had to make a few adjustments there with more to come I feel as I see how my project unfolds a little more.
I would love to see and think a few additions would give this product an increased value (and sales). 1. Add a starter project with both EF and Identity. You already handle the coding questions, it would take less then a day to add it in plus give people something to sink their teeth in faster. Just my opinion of course. 2. All across the board add more elements, different card designs a few more pages..
This could easily be one of the best products for ASP on here I think.
Next for me as adding Razor Components to this (That’s how much I have enjoyed this)
Hi DJJones1001,
It is glad to hear that you are enjoy to use my theme. Regarding your suggestion, i will put it as one of the todo list for future updates.
Best Regards, Sean.
Please explain detailed info on how to publish the website or which files to publish and if possible how can i edit the layout or in which app i should do it? I’m new to programming, sorry for bothering. I do this to test.
Hi Enesorin,
If you are new to programming, you might need to have responsibility to learn the deployment process and themeforest author support scope do not include teaching you how to code from scratch.
To edit the layout, you may check for the following file in your asp project. FILE: /Views/Shared/_Layout.cshtml
p.s First step should be install the visual studio, and run the test in your localhost before you proceed to publish to your webserver.
Best Regards, Sean.
Thank you, this info should suffice for now.
Please describe the steps to implement to a website. Many thanks.
Hi Enesorin,
You might need to read through the official documentation how to deploy asp.net app / website into your webserver. https://docs.microsoft.com/en-us/aspnet/web-forms/overview/deployment/visual-studio-web-deployment/deploying-to-iis1. You need to install IIS in your webserver 2. Install SQL Server Express 3. Publish to IIS
Best Regards, Sean.
Excellent work on this theme! Launching with .net core was very simple. I am trying to customize the overall default color from blue to red but am having difficulty updating the correct locations. I modified the $primary to red (was blue) within _variables.scss but it didn’t help much.
Is there an easy way to accomplish this? Thanks!
Hi Ustayready,
You might need to run the gulp css command to regenerate the scss file OR you may uncomment the following code from AspStudio.csproj in order to execute the gulp command while build your project.
<!— <Target Name=”MyPreCompileTarget” BeforeTargets=”Build”> <Exec Command=”gulp” /> </Target> —>
Best Regards, Sean.
Wow.. Amazing..
Please also consider Google Material UI design as an optional template design.
This is great to see in Bootstrap 4.
Active Directory windows authentication can be integrated? Will you guide for me?
I’m ready to buy..
Thanks!
All Components in Razor Page Components or still in HTML Components?
All are reusable Razor UI? Like jQuery datatable, cards, etc
Hi Afsharfudeen,
For your information, all the component still In HTML components.
Best Regards, Sean.
is it possible to login via Active directory instead of native
Hi Anonymiz,
For your information, this template do not include any backend language or database yet. You might need to configure it based on your database and backend logic.
Best Regards, Sean.
How can I change the color system/theme? There is no proper documentation for it.
Hi Imabduldev,
This template is follow the bootstrap scss variable color system. You may change the variable inside the folder /src/scss/_variables.scss
Best Regards, Sean.
what database is used for this template? do you even provide database skeleton for this application?
Hi Rahulsd,
There have no database / backend configuration for this template. This is to provide more flexibility to the programmer to use their own backend code / database structure.
Best Regards, Sean.
Hi, is the template working with Blazor Wasm?
Hi DennisRa,
Unfortunately, this template is not working with Blazor WebAssembly but only working with MVC / Razor.
Best Regards, Sean.
looks GREAT!
Thanks 
Congratulations!, Good luck with sale 
Thanks 
Great Work!!
Thanks 