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?
Hi Radiorusack,
Unfortunately this theme is for blazorr and dotnet core 3.
Best Regards, Sean.
Unfortunately yes, or Unfortunately no? thx
No
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 Scholzcon,
Which version you are using right now? If you are using HTML version, do not forget to change the /lib to /assets/plugins because the plugins folder between HTML and ASP version is different.
Best Regards, Sean.
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
Hi Dine-N-Dash,
Have you include the webfont for FontAwesome? Which mean there should have the webfonts folder for your project. PATH: /wwwroot/webfonts
Best Regards, Sean.
Hello SeanTheme, /wwwroot/webfonts this path looks ok having all the required 15 files.
Request you the run the gulp task default and run the template application. You will see the issue
Hi Dine-N-Dash,
The plugins is working fine on my side. Can you share some screenshot regarding your issue?
https://ibb.co/r4dbN2Gp.s please do not forget to check the browser console whether there have any error message returned or not.
Best Regards, Sean.
did you run gulp task and tested?
sure. Can you screenshot regarding the issue that you are facing right now?
Please have a look on to the screenshot . https://ibb.co/TTKRmGB
If the icon in your sidebar is shown properly, the plus and minus icon should be shown as it is using the same fontawesome icon. Can you screenshot the source code that you apply for this table?(html view file)
Here it is https://ibb.co/qYzvnvs
Did you try to run gulp task default and check?
Request you to run the gulp task default for your sample code and see whether + icons are working or not.I have done same for your Sample code and + and – signs are not coming.
Still facing the issue.I checked official page as well.Even there also same issue https://datatables.net/
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.
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.
Hi Marcos_sa,
Have you follow their official documentation to change the text in datatable to PORTUGUESE? https://datatables.net/reference/option/languageBest Regards, Sean.
Of course I did: LIBRARY REFERENCE: <script type=”text/javascript” src=”(mypah)/jquery.dataTables.js”></script>
CODE: <script type=”text/javascript”> $(document).ready(function() { $(’#example’).dataTable( { “language”: { “url”: ”//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Portuguese-Brasil.json” } } ); } ); </script> THEN A NOT FORMATTED OUT-OF-POSITION NEW SEARCH BOX IS CREATED AS WELL AS A TABLE NEW HEADER
Hi Marcos_sa,
Have you try the full url http://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Portuguese-Brasil.json insead of //cdn?
Best Regards, Sean.
Hi Sean, same results
If I could send you an image you probably will figure it out
Hi marcos_sa,
Below is the option that i have tried and it is working fine on my side. https://ibb.co/NWpThb4$(’#datatableDefault’).DataTable({ “language”: { “url”: “http://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Portuguese-Brasil.json” } });
Best Regards, Sean.
Thanks San, but I am sure you are not reading what I am writing here. Your script is pretty much the same of mine. I did not say it was not working interms of the language. It is not working in terms of the lay out. It mess up all the table. That is the reason why I propose to send you an image. Please, read my posts. Tks
Hi marcos_sa,
First of all, honestly any customisation on plugins is not my support scope instead of the current downloaded template issue.
Secondly, based on the screenshot that i send to you, did you see any issue regarding this statement “THEN A NOT FORMATTED OUT-OF-POSITION NEW SEARCH BOX IS CREATED AS WELL AS A TABLE NEW HEADER”? I’m pretty sure you have your own customised table and seriously this is not an issue caused by template / plugins but the way how you customise it.
Thirdly, you should provide at least some screenshot / source code regarding your issue because i can’t guess what you are doing right now, how many table column that you have and how you customise the plugins.
Best Regards, Sean.
Firstly of all I pasted the script in the table_plugins.html, which is YOUR html and the result was THE SAME. I did not customized my table, you should have asked before sounding so rude. And if you read my messages, you could have understand I am trying to send you a screeshot but I am not see any means to do this on this web page here! And before you send another rude message I am using this page because YOU TOLD ME SO! OK?
Hi Marcos_sa,
So can you provide screenshot regarding this statement? “THEN A NOT FORMATTED OUT-OF-POSITION NEW SEARCH BOX IS CREATED AS WELL AS A TABLE NEW HEADER”
Best Regards, Sean.
HOW MY FRIEND, HOW??? That is I am ask you all the time! HOW? The only mail I have is a no-reply email!
Hi Marcos_sa,
There have bunch of site provide free image hosting. I have showed you where my screenshot uploaded to. Did you see my screenshot properly (should i judge you like this as you are judge me that i didn’t read you post properly?).
Anyway you may upload the image to https://imgbb.com/Best Regards, Sean.
Tks, I’ve sent the screenshots.
Hi Sean, any thoughts?
Hi Marcos_sa,
Can you upload some screenshot to that site and paste the link here so that i can know what issue that you are facing right now.
P.s you may send me the image via email as well. Support email can be found via downloaded documentation.
Best Regards, Sean.
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-structureFor 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 ‘ñ’?
Hi Neonef,
Yeah, there should not be a problem to write special characters.
Best Regards, Sean.
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#45577036Best Regards, Sean.