Hello, please see issues below, I spend a lot of time testing and sharing details.
1) When I print a help page half the content is missing, please make it easier to follow help on a printed paper.
2) Can you please update ASP Core 6 documentation to add a new view, where are all do we make changes.
3) When we add d3 vector charts, the entire page / content is not working
4) how to let user save his theme/color choices of the theme (sdebar colors, font etc.) like AspNetZero
5) what is the print css for someone who wants to print the web page when they are in the app.
6) drawers partials is not working for the feedback item on a page. I want to let users send me any issue so I can report it as a bug back to you , but I cannot get the side drawer/feedback button to work
7) Can you please add datatables filtering as a table
8) how to change to different layout theme from inside ASP Core starter theme
9) Here is the coding for your help in sliding window, you need a UI variable to set the value in admin section for user
public void ConfigureServices(IServiceCollection services)
{
services.AddAuthentication(options =>
{
options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme;
}).AddCookie(options =>
{
options.ExpireTimeSpan = TimeSpan.FromMinutes(30);
options.Cookie.MaxAge = options.ExpireTimeSpan; // optional
options.SlidingExpiration = true;
});
}
<p>Thanks for the response,</p>
Hi,
window.print();
to call print dialog from javascript.@{
KTTheme.addJavascriptFile("/js/site.js");
}
Hi,
Thank you for your feedback.
@{
Layout = KTTheme.getView("YourLayoutName.cshtml");
}