Discussion on AspStudio - ASP.NET Core 9.0 MVC Bootstrap 5 Admin Template

Discussion on AspStudio - ASP.NET Core 9.0 MVC Bootstrap 5 Admin Template

Cart 1,411 sales
Recently Updated
Well Documented

SeanTheme supports this item

Supported

This author's response time can be up to 1 business day.

209 comments found.

Hello,

I am trying to add a thin top bar above the entire website including the header as well as add a bottom bar below the websites footer. I need to display the classification of the content displayed on the page with these bars. Can you help me understand what css needs to be modified to allow this?

Thank you.

my reply didn’t display well because I included table tags. I meant to say that I placed a banner by using a table tag with a single row.

Nevermind, I figured it out. Thanks.

Hi,

Glad to hear that you have figured it out. For your information, the header height can be changed via _variables.scss in scss folder. It will auto scale the height of the content and header as well.

Best Regards, Sean.

Buenos días Mi consulta es la siguiente, cuando hago la carga de mi proyecto con visual studio, aparece un circulo en la parte superior derecha como si se cargara algo, pero no termina de hacerlo.

...

Hi,

You might need to run the npm install and gulp plugins command to generate the required plugins files.

Best Regards, Sean.

All good, I have made it work for myself, but it’s better to make sure your HTML set works out of the box.

Thanks

Hi, Some assets are missing (some svg and jpg), I cannot even load and see the HTML index page.

Please update these missing files.

Thanks

Have you run the “gulp plugins” and “gulp” command in order to generate the required css / plugins file?

https://seantheme.com/asp-studio/documentation/index_asp.html#gulpCompilation

Hi, Hw can I connect backend. I can’t get the idea of connection. I have created a form but i can’t get the id of the text box in it. Where can i find that and also in which file should i connect to my database?

I have no idea regarding your own requirement / progress. You should have an idea what is the next step you are looking for and do some research on google.

Sorry for the frequent questions. I just only need to know in which page should I want to connect the database or paste the database connection string. Thankyou

Connection string can be found via appsettings.json

Good Morning. I have purchased AspStudio Template yesterday and while am trying to create template am having trouble in @RenderSection. can you please check provide solution to it? and also in your documentation, under src it shows html,img,js and scss. but in my downloaded file html is missing

i have to create a new section below Dashboard in sidebar.json and i put a folder and index page in views. then also i cant connect to the created page. may i have do anything more?

Add a controller in /Controllers folder same like what you have defined in your sidebar.json

Ok Fine. Thanks

Hi Sean,

I would like to know if I can use this template for Visual Studio 2019 on Mac OS.

Hi Chearaan,

Yeah, i’m using the Visual Studio on Mac OS as well.

Best Regards, Sean.

Thanks.

npm packages is it necessary ?because i feel it is not reffering in html file (template_asp)

npm packages is used to download the required plugins and place it into the /lib folder by using “gulp plugins” command. If you are not familiar with npm, you may copy over the asset/plugins folder and place it into /lib folder.

area section there is code behind page for all cshtml pages ,is that working?

Yeah. That is the default Asp Identity files generated by using command “dotnet aspnet-codegenerator identity”. All the generated files has been added the required css class in order to match with the AspStudio theme.

Hi Team Help me to run this application,im not able to install packages

template_asp_startup & template_asp why this two solution ? what is the difference

I’m try to duplicate the error message on my side. Suppose once you clicked AspStudio.sln, all the package will be automatically restored.

p.s template_asp include all the pages like the demo page. template_asp_startup exclude all the pages from demo page with some basic setup (sidebar, header, content)

thanks team ,everything working fine ,sorry for misunderstanding

Im getting this error: Error NU1202

Severity Code Description Project File Line Suppression State Error NU1202 Package Microsoft.EntityFrameworkCore.Sqlite 5.0.7 is not compatible with net50 (.NETFramework,Version=v5.0). Package Microsoft.EntityFrameworkCore.Sqlite 5.0.7 supports: netstandard2.1 (.NETStandard,Version=v2.1) AspStudio C:\Users\student\Downloads\themeforest-1wYTwZj0-aspstudio-net-core-31-mvc-bootstrap-4-admin-template\asp_studio_v2.3\template_asp\AspStudio\AspStudio.csproj 1

thoughts on a fix?

Hi,

You might need to update your Visual Studio in order to support .Net v5.0.

https://stackoverflow.com/questions/64144137/package-microsoft-entityframeworkcore-sqlite-5-0-0-rc-1-20451-13-is-not-compatib

Best Regards, Sean.

Hi, I need to understand how to make the top-level menu item to keep expanded when I click on any children. This is my current sidebar.json structure:

“sidebarMenu”: [ { “text”: “Navigation”, “is_header”: true }, { “controller”: “Dashboard”, “action”: “Index”, “icon”: “fa fa-home”, “text”: “Home” }, { “icon”: “fa fa-fingerprint”, “text”: “Matrícula”, “has-sub”: true, “children”: [ { “controller”: “Matricula”, “action”: “Matricula”, “text”: “Matricula” }, { “controller”: “Matricula”, “action”: “PeriodosMatricula”, “text”: “Periodos de Matricula” },

Hi Innovomedia,

You might need to change the app.js

FILE: /src/js/app.js LINE: 101-102 CODE: // comment out the code to collapse other menu //$(otherMenu).slideUp(250); //$(otherMenu).closest(’.menu-item’).removeClass(‘expand’);

and re-run the gulp command to compile the app.min.js.

Best Regards, Sean.

is it work in asp.net core razor pages?

Yeah, it does support .net core razor pages

Hi Sea, I just bought this theme, and I need to know what is the sidebar.json file in order to have the Menu and Sumenu working? Right now I have no idea how to do it, Thanks

Okay I’ve check that file already, but there is only the structure for menu item which is okay, but not the structure for submenu. Can you guide me? Best regards

Hi Innovomedia,

There have an option called “children” which allow you to add the submenu.

e.g “children”: [ { “controller”: “Email”, “action”: “Inbox”, “text”: “Inbox” },

Best Regards, Sean.

Okay will try, thanks for the help

Anything i can help you?

How could I include this UI with my aspx pages?

Ididn’t find out any aspx page in this package

Hi Sarathsivadasan,

This template is build with ASP.NET Core 5.0 which is using .cshtml / .cs as file extension.

Best Regards, Sean.

How I Setup I Asp.net Core MVC 3.1

Hi Unilifebangna,

You may downgrade the nuget package from 5.x to 3.1 will do (by using visual studio / command prompt).

Best Regards, Sean.

do you have RTL feature? if not is it in your plan?

Hi Awatmsalih,

The template do have the RTL feature and RTL mode can be turned on by using sass variable.

Best Regards, Sean.

after updating to latest version there is a new file added vendor.js it’s working fine but on bundling object null reference exception occurring

Hi Zeeshan49.

Can you share the screenshot regarding the error that you are facing right now?

Best Regards, Sean.

Hi,

I want to build a site using MVC and .net framework. (Not .net core) I see that this template supports .net core, does it support .net standard framework as well?

Thank you

Hi Tyuksek,

Yeah, it support .net standard framework as well.

Best Regards, Sean.

Sir, I hope you are very well. I would like to know if you can give me the version of the template but with net core 3.1 since it is currently the one we use in the company, I would appreciate your understanding.

Hi Fhatrick,

You just need to downgrade the nuget package from 5.x to 3.1x will do.

Best Regards, Sean.

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