When use the CSS in my project of MVC with ASP.net core dont charge this styles and I'm try make various solutions but is imposible
<a href=https://vape4smoke.co.uk/products/vaporesso-luxe-x-pro-pod-kit>vaporesso luxe x pro</a> Hello! Good stuff, please keep us posted when you post again something like that!
Great goods from you, man. I’ve understand your stuff previous to and you’re just extremely wonderful. I actually like what you have acquired here, really like what you’re saying and the way in which you say it. You make it entertaining and you still take care of to keep it sensible. I can not wait to read far more from you. This is really a great site.먹íì¬ì´í¸
I attached 3 images that explain the problem, I use Visual studio 2022 for create my project, and uso the theme jet pro, the styles and scripts work good but when put RenderBody() for use other view the dark theme don't work because the scripts not change the color of background the view, my principal question is, How do I implement the light and night theme change in other views that are nested in the main layaout?
I send the screenshots of my project
http://n.whref.co/WSOP/images/cap1.png
http://n.whref.co/WSOP/images/cap2.png
http://n.whref.co/WSOP/images/cap3.png
Hi,
Thank you for reaching out to us.
From your screenshot looks like you do not have mandatory body classes.
Did you include Starterkit/Views/Partials/ThemeMode/_Init.cshtml?
This file contains theme mode initialization script it will add mode html attribute.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Yes, I have declarate such as _layout.cshtml, in this view have all CSS and Script necesary for use the change of theme dark and light, but the change theme don't work in the other view when use render body
I see the structure of template model Jet pro but all file . html are independent and charge the theme on its own
Hi,
Since this is your custom ASP.NET integration, it's difficult to determine the issue without debugging. I suggest checking our Jet dark mode setup documentation.
Make sure to include the theme initialization script as shown here: Jet Dark Mode Initialization.
For mode-switching functionality, you can use our API methods: Jet Dark Mode API Methods.
If you include all the required styles and scripts in the correct order, the theme switch should work just like in our HTML version.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I can use the Styles of the theme but the principal problem is when I want use the rest theme in other views My project is in Asp.net core and use the IE Visual Studio 2022 , the theme show in layaout principal but in other views don't show complete
How attached img in this box?
Hi,
Sorry for the late reply.
You can upload your screenshot to a website like https://imgur.com/ and then send us link here.
Did you set Layout constant on your page view?
Here is an example:
@{
Layout = KTTheme.GetView("Default.cshtml");
}
Hi,
Thank you for reaching out to us.
Could you please specify which Jet Pro version you are using?
Do you have any errors when trying to build your Asp.Net-Core project?
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi, I recently purchased the latest version, and I'm work in the IE Visual Studio 2022 but I charge the Styles and resources for use the template, when compile the project charge the template but not all , such as the layaout login, I want use the basic.html for this layaout, compile the project and not charge the styles and is very different to orginal, I want support for check my project please
Hi,
Could you please provide us with more info about your issue?
What parts of our assets have you copied? Did you modify anything in our default codebase?
Please make sure that you have data-bs-theme="light"
attribute on your HTML tag and these classes header-fixed header-tablet-and-mobile-fixed aside-fixed aside-secondary-disabled
on your body tag.
Regards,
Lauris Stepanovs,
Keenthemes Support Team