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 there, You have a small bug, for table plugin when table is responsive and I click to see the child the icon is not change from + to -, Can you fix this?

Hi Alex,

Thank you for your report. Regarding this issue, you may change the following code in FILE: /src/plugins/_datatables.scss LINE: 135 move the &.parent { ... } into the tr { ... }

Best Regards, Sean.

helo.. awesome design…. i gonna ask, do you have this themes for blazor or net core 5?

helo, what feaures will be added in next 3 months?

I’m still planning for the next update release content.

Hey,

every time i want to use the datepicker, it doesent work. I added alls code line as required, i think. Do you have any ideas? Want to see my code?

Thank your very much. I like this template a lot.

Hi SeanTheme,

where can I change it to /assets/plugins?

Hi Scholzcon,

From where you include the plugins files.

Best Regards, Sean.

Ok, yes i did this.

İ downloaded but this project not working visual studio. İs there a project exclude example pages?

Hi Onur19364,

The project is working fine on my visual studio. You may use the asp_studio_startup for the project that exclude example pages.

Best Regards, Sean.

Hi,

I want to purchase this template but have a question, Is this pure html template or based on node js?

Hi Ankitkatiyar30,

This template is build on top of asp.net with npm package configuration.

Best Regards, Sean

Table Data is working fine but it seems that CSS is not working properly that’s why expand(+) and (-) button not displaying. after running the gulp task freshly. Help will be appreciated

My suggestion is use the different browser to test and find out which browser having the issue.

Tested in chrome and edge both. Issue still persist

Let’s do some quick test due to your issue.

1. make sure there have no missing files / errors returned in your browser console (you may use google chrome -> right click -> inspect element and click for the console tab)

2. make sure all the required css & js has been included. You may refer to /Views/Tables/TablesPlugins.html (section Styles & Scripts)

3. make sure you are using the latest version of AspStudio v1.1

Hi there, Just a quick question… is there any scope to updating this resource to use the newly released Bootstrap 5? Thanks

Hi Ncmuk,

You may update the npm package to bootstrap 5-beta1 BUT some scss variable which is deprecated for Bootstrap 4 might need to be changed.

Best Regards, Sean.

Hi, I am facing an issue with the wizard: I am using a “nav-wizards-1” as you showed in the template, when I set the last “nav-link” to completed it is displayed with a right line visible, which I did not expect to. Here is the snippet of code which I am using: <nav class=”nav nav-wizards-1 mb-2”> 1 Info 1 2 Info 2 3 Info 3 </nav>

Sorry, the snippet has been pasted wrongly, let me know if you need further info

Hi Npasini,

You may add the following code to FILE: /src/scss/ui/_nav_wizards.scss LINE: 81 CODE: &:first-child { & .nav-link { &:before, &:after { left: 50%; } } } &:last-child { & .nav-link { &:before, &:after { right: 50%; } } }

Best Regards, Sean.

Hello, thinking of buying this great template, but. have some questions. Does data for example for charts come from static js file, or it’s from C# side? Or to be more specific – does this template have some data in C# (cs) files that is passed to frontend? I want to learn .NET CORE web development and i would be happy if template would make my learning faster, but if all data is static and in html or js -then not so big of a help that would do to me :)

Hi Tommix,

Unfortunately this template didn’t include any backend logic (return data to view files). On the other side, this template comes with the basic setup for admin partial view like header, sidebar (generate sidebar menu from json file), content and plugins integration.

Best Regards, Sean.

Hello!!!

I am using a form to implement a quiz using a RadioButton list as an answer. It is necessary for the user to select at least one option. For this, I put the term ‘required’ in each radiobutton. When I post the form, a message is displayed: “Please Select one of these options.”. however, the message is above the search bar. How to do so that the popup with the message is not above the search bar?

Screen Share : https://file.io/XKbTgXdbciEd

Hi Fabioabr,

Can you reshare the screenshot again? Because the image has been deleted from the link that you share.

Best Regards, Sean.

Hi Fabioabr,

Unfortunately that is the default browser notification on form element. We can’t control the direction of the popup message.

Best Regards, Sean.

Hello, Can you please help us on Inline editor or something like that? We haven’t seen any such option in data table example given in sample theme.

Hi,

Inline editor is required to purchase from dataTables website. This is why I didn’t include it into the template.

Best Regards, Sean.

Hi, Will there be a dark version available? Something like this: https://themeforest.net/item/karciz-event-ticketing-laravel-admin-dashboard/29632814

Hi,

Dark version will be available in next version release.

Best Regards, Sean.

I have purchased the theme today.. Looking forward to use it smoothly.. Does we need to provide license anywhere?

Hi,

You just need to keep the license code to prove that you have the rights to use the template will do.

Best Regards, Sean.

Good day. Thank you for a fantastic admin theme. I’ve implemented, though the issue I have is when access https://localhost:44396/Identity/Account/Login

I get an exception thrown -> _Sidebar.cshtml @using Microsoft.Extensions.Configuration @inject IConfiguration Configuration

@{ var menuController = ViewContext.RouteData.Values[“controller”].ToString(); var menuAction = ViewContext.RouteData.Values[“action”].ToString(); var sidebarMenu = Configuration.GetSection(“sidebarMenu”).GetChildren().ToArray(); }

Hi Indrandydx,

You might need to check whether the sidebar json has been placed properly in your config file or not.

Best Regards, Sean.

Hi Sean,

This is what I have in my Program.cs

//Snippet

public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); }

public static IHostBuilder CreateHostBuilder(string[] args) =>
        Host.CreateDefaultBuilder(args)
            .ConfigureAppConfiguration((hostingContext, config) =>
            {
                config.AddJsonFile("sidebar.json",
                    optional: true,
                    reloadOnChange: true);
            })
            .ConfigureWebHostDefaults(webBuilder =>
            {
                webBuilder.UseStartup<Startup>();
            });
    }
}

Hi Indrandydx,

Have you change the original code / apply some extra plugin or customisation into the template?

Best Regards, Sean.

I have tried to localize the date picker; as per documentation of bootstrap datepicker I have added the language property to the script created by you: $(”#datepicker-component”).datepicker({ autoclose: true, language: “it”, });

Unfortunately is not working, can you help me?

Hi Npasini,

Have you include the locale js file as well? <script src=”~/lib/bootstrap-datepicker/dist/locales/bootstrap-datepicker.it.min.js”></script>

Best Regards, Sean.

Totally forgot, I just added it and now it is working. Thank you for the support.

First of all congrats for your product, very good. I justa have a issue with the idiom for the datatable plugin. I did follow the instructions however it does not work properly. I am trying to change the language to PORTUGUESE.

I’ve sent the pictures yesterday as you asked, I used the same url you posted yours

Hi Marcos_sa,

Kindly remove the data attribute from your table will solve the issue. This is because you are using the bootstrap table data attribute and this is why there have an extra header appear from your table.

p.s bootstrap table and datatable is two different plugins.

Best Regards, Sean.

Hello, I’ve just implemented the template into my project, however, the sidebar does not load the menu items. All the files in Views/Shared directory are there, specifically _Layout, _Sidebar.

I’ve also copied over the sidebar.json.

Can you help point me in the right direction.

Hi Indrandydx,

Have you add the configuration code in Program.cs as well?

Best Regards, Sean.

Hi

I bought this template considering that it has ASP.NET Core Razor version. Is there only ASP.NET Core Razor pages version of this template? For example, sidebar logic – use razor page logic Instead of using MVC (Controller/Action),

Regards,

Hi,

This template is clearly stated that it comes with MVC version but not using Razor version.

Best Regards, Sean.

Hi are you planning a sale for the holidays, also anything new, timelines, cards, updates to BS 5?

Do you have a link to the documentation, for the layouts/shared views/sections/layouts etc. this would at least help us add our own tag helpers and partials

what about more dashboard widgets like canvas based calendar or graphs that resize and scale with browser resizing

Hi,

Now BS5 is still in alpha version and i will wait for the official stable version then only will upgrade to BS5.

For documentation, you may refer to the following online documentation. https://seantheme.com/asp-studio/documentation/index_asp.html#file-structure

For dashboard widgets, you may use the bootstrap card + custom plugins to create a simple widget for your own needs.

Best Regards, Sean.

Can I write special characters as tildes or ‘ñ’?

Thanks for your reply.

The menu entry “{ “controller”: “Compania”, “action”: “Index”, “text”: “Compañía” }”,

displays “Compa??a”. What is the way?

The framework is asp.net core 3.1

Hi Neonef,

You might need to check it is encoded in ANSI, and convert it to UTF-8.

https://stackoverflow.com/questions/45512883/mvc-net-core-is-not-displaying-special-characters-correctly/45577036#45577036

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