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.
Hi,
You might need to add some custom css to increase the header height and wrap the thin top bar within the header container and wrap the bottom bar within the footer as well.
Best Regards, Sean.
Hi Sean,
I’m not that skilled with css and was hoping you could help me identify what to modify.
In _Header.cshtml I was able to place a banner at the top by adding a
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#gulpCompilationHi, 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?
You should take a look for how the asp.net works.
https://docs.microsoft.com/en-us/aspnet/web-pages/overview/data/5-working-with-datap.s my support scope is for bug fixing for the template only
hi sir, while am placing dropdown list in Datatable plug in i can only visible small part of the text. can u pls help?
You may change the dom value from /js/demo/table-plugins.demo.js dom: ”<’row mb-3’<’col-md-4 mb-3 mb-md-0’l><’col-md-8 text-right’<’d-flex justify-content-end’fB>>>t<’row align-items-center’<’mr-auto col-md-6 mb-3 mb-md-0 mt-n2 ‘i><’mb-0 col-md-6’p>>”,
You may refer to their official documentation as well https://datatables.net/reference/option/domHi, I have customized the template according to our need. Now I want to connect the textboxes, buttons etc. with the database. So, in which page should I start with? Also, if you have any videos related with this please share. Thankyou
Any backend related coding should decided by you.
Okey fine, But my question is in which part should i do the coding? Like, Module or view
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
Hi,
The html file is inside the /Views folder for Asp version.
Best Regards, Sean.
ok. Thanks. And When I tried to make layout codes to another page it shows the error that RenderSection Does not exist in the corrent context. i thin it may be a function. can you please help
@RenderSection is used on the main layout /Shared/_Layout.cshtml.
If you are trying to add more @RenderSection in the layout page, you might need to add the option “required: false” if the section is not used for all the pages.
e.g @RenderSection(“Styles”, required: false)
ok. am a beginer so am asking. can i get theme as saw in preview? or what i have to do to make like that. now am trying by creating new page. is it fine?
1. You might need to make sure the visual studio 2019 has been installed in your localhost. 2. Double click the template_asp/AspStudio.sln 3. After done restoring the nuget package, click the build button
p.s you might need to install npm in your localhost as well. this is to generate the required js / css files.
If you are not familiar with the npm installation, you may copy over the file from template_html/assets
ok. Thanks
also may i know in entire solution from where i get starting page?
You may refer to /template_asp/Views/Layout/StarterPage.cshtml or /template_asp_startup (which exclude all the demo pages)
for how to create a simple page.
thanks for your support sir.. almost am understanding. but may i know where i can get the codes section of navigation(means sidebar of the main screen)
The sidebar is placed at /AspStudio/Views/Shared/_Sidebar.cshtml
and data for sidebar navigation will get from /AspStudio/sidebar.json
ok
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
Hi,
If you are not able to run the npm install, you may copy over the files from the template_html/dist/assets/plugins to template_asp/AspStudio/wwwroot/lib
Best Regards, Sean.
Hi Team,Im not able to setup this project ,please help
Package Microsoft.VisualStudio.Web.CodeGeneration.Design 5.0.2 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package Microsoft.VisualStudio.Web.CodeGeneration.Design 5.0.2 supports: net5.0 (.NETCoreApp,Version=v5.0)
Package Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 5.0.7 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 5.0.7 supports: net5.0 (.NETCoreApp,Version=v5.0)
Package Microsoft.EntityFrameworkCore.Design 5.0.7 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package Microsoft.EntityFrameworkCore.Design 5.0.7 supports: netstandard2.1 (.NETStandard,Version=v2.1)
Package Microsoft.EntityFrameworkCore.Tools 5.0.7 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package Microsoft.EntityFrameworkCore.Tools 5.0.7 supports: netstandard2.1 (.NETStandard,Version=v2.1)
please help ,im struggled to installed and setup ths project ,not happening ,please help team
Hi,
As what i said in previous comment, please upgrade your visual studio which will solve the issue.
Best Regards, Sean
can u please specificaly tell me which version should i install
You may download the latest version of visual studio from official website. V16.0
https://visualstudio.microsoft.com/I have already installed visual studio 2019 , i.e latest version of visual studio,still facing this issue
Did you make any changes to the downloaded file for AspStudio? If yes, please check your .csproj file and update the targetframework to net5.0
please connect with me and help… I haven’t done changes,csproj file has the targetframework net5.0 already.
please help with team viewer.i have urgent work
Hi Maheshguttedar,
You should have the knowledge on how to setup a basic .net5.0 project and this is not within my support scope.
Best Regards, Sean.
See I have purchased just bcz of the support ,otherwise i couldnt have taken this ,what u provided is free code copied from other source, I can raise complaint on this,this became huge big problem for you.
return my amount back.
I know basic setup. im getting package issue,which is not installing so im requesting for help
Hi Maheshguttedar,
You can raise this complaint to any Envato support and i do believe they will clearly see which side is right, which side is wrong.
“what u provided is free code copied from other source” I’m strongly disagree with this kind of comment and judgement. Please go through the code and write here WHICH part of the template is free code copied from other source.
p.s you purchase the template doesn’t mean you have the rights to do such judgement on my work.
Best Regards, Sean.
u have not mentioned document how to setup,for npm as well
return amount back,there is nothing in your code,waste of amount
there are plenty of free materials available,i though it is implemented many pages in dotnet
Hi Maheshguttedar,
1. For 700+ customer here, you are the one who asked for npm setup. Did you really do a quick search for npm? As a programmer / developer, this is a basic knowledge to know how to setup the npm in your localhost.
2. You are very welcome to submit a refund request with the reason of refund and i will raise this issue to envato support.
3. Can you explain more regarding the “there are plenty of free materials available,i though it is implemented many pages in dotnet”? Are your purchasing the template / theme and ask for backend logic integration?
Best Regards, Sean.
backend logic integration,im not expecting ur logic,just give me what u r show in the screenshot attached https://themeforest.net/item/aspstudio-net-core-31-mvc-bootstrap-4-admin-template/26633718
Unfortunately, seems like you are totally don’t understand what is the meaning of template / theme. Can you explain to me what you expected to see in the “screenshot attached”?
is it Built on top of .NET Core 3.1 with Visual Studio 2020?, vs 2020 released?
“screenshot attached” samething i need in dotnet core and I need to supporting document to install npm and package for this project
Did you really know what is the error message you post in your previous comment?
“Microsoft.VisualStudio.Web.CodeGeneration.Design 5.0.2 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package ”
Your localhost .net core version is v2.1. This is the main reason i say upgrade the visual studio version. The main point is you are keep saying facing the same issue? Is this the issue for npm installation? AND if you are using visual studio 2020, there is no problem to run .netcore 5.1 as well.
Best Regards, Sean.
visual studio 2020 not yet available in Microsoft website
What i mean is the visual studio released in 2020 v16+
i have installed vs 2019 v16 ,still package issue,
Severity Code Description Project File Line Suppression State Error NETSDK1004 Assets file ‘C:\Users\mahesh_guttedar\Downloads\Template\asp_studio_v2.3\template_asp_startup\AspStudio\obj\project.assets.json’ not found. Run a NuGet package restore to generate this file. AspStudio C:\Program Files\dotnet\sdk\5.0.402\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets 241
So the problem is not npm package. But you need to restore the nuget package.
Enable automatic package restore by choosing Tools > Options > NuGet Package Manager, and then selecting Automatically check for missing packages during build in Visual Studio under Package Restore. For non-SDK-style projects, you first need to select Allow NuGet to download missing packages to enable the automatic restore option.
Or refer here https://docs.microsoft.com/en-us/nuget/consume-packages/package-restoreError NU1202 Package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore 5.0.7 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore 5.0.7 supports: net5.0 (.NETCoreApp,Version=v5.0) AspStudio C:\Users\mahesh_guttedar\source\repos\template_asp_startup\AspStudio\AspStudio.csproj 1
Built on top of .NET Core 3.1 with Visual Studio 2020- installed as u mentioned
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-compatibBest 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
Hi Innovomedia,
For your information, sidebar.json is storing the list of menu that show in sidebar. You may refer to the file for how to create the menu and submenu with Controller and Action.
Best Regards, Sean.
Thanks for your reply Sean, can you let me know which file arengou refering to? I have search around the files with no luck. Thanks
Hi Innovomedia,
You may refer to the following file FILE: /template_asp/AspStudio/sidebar.json
Best Regards, Sean.
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.