209 comments found.
Can I use it in Visual Studio Code?
Hi,
If you wish to build the project, you might need to use the Visual Studio 2022 instead of Visual Studio Code.
Best Regards, Sean.
How is the product licensed? Can I publish, distribute, sell, etc. after purchase?
Hi,
You might need an extended license for the end product on sale. You may refer to the themeforest license explanation page. https://themeforest.net/licenses/standardBest Regards, Sean.
How do I set up the email store for this template so it can send the email for user registration? I see the GetEmailStore method. Suppose I’m using gmail as the store, how would I do it? Thanks.
Hi,
You might need to refer to the gmail official documentation for how to blast the email out. Or else you might need to have your own backend code to connect to your mail server and send the email out.
Best Regards, Sean.
How to switch to RTL layout?
Hi,
You may change the variable $enable-rtl: true; from the _variables.scss files.
Bset Regards, Sean.
yeah, I changed it and ran the gulp default command also. Still no effect
Hi,
I have tried in my side and it is working fine here. Did you change the following file?
FILE: /src/scss/_variables.scss LINE: 107 CODE: $enable-rtl: true !default;
and run the gulp command before start the project in visual studio
Best Regards, Sean.
Yeah, it’s working. How do use it with a language switcher dropdown-like option? without running gulp.
Hi,
You might need to have two set of css like app.min.css, app-rtl.min.css and switch between each other when the language switcher dropdown is selected.
p.s you may also merge two set of css into one as well.
Best Regards, Sean.
Thank you so much for your support.
Hello greetings from Peru, yesterday I bought the hud template for visual studio net core where he gave me the following id: daebd687-a549-42a7-9b64-3e6cf73f803c it shows me error when i want to run the project it shows me errors like Severity Code Description Project File Line Status Deleted Error TS2688 (TS) Cannot find type definition file for ‘node’. C:\Richard\hud-net-core-60-mvc\hud_asp_v1.9\template_asp\HudAsp\wwwroot\lib\jszip\tsconfig.json C:\Richard\hud-net-core-60-mvc\hud_asp_v1.9 \template_asp\HudAsp\wwwroot\lib\jszip\index.d.ts 7 Active, how could I fix it
Hi,
You might need to check whether the visual studio that you are using support .NET 7.0 or not.
Best Regards, Sean.
Hello! I have updated Microsoft Visual Studio Enterprise 2022 (64 bits) – Current Version 17.4.3, I have updated it using the visual studio installer. It keeps showing me various errors including one of them: Severity Code Description Project File Line Status Deleted Error TS2580 (TS) Cannot find name ‘Buffer’. Do you need to install type definitions for node? Try `npm i—save-dev @types/node`. C:\Richard\hud-net-core-60-mvc\hud_asp_v1.9\template_asp\HudAsp\wwwroot\lib\jszip\tsconfig.json C:\Richard\hud-net-core-60-mvc\hud_asp_v1.9 \template_asp\HudAsp\wwwroot\lib\jszip\index.d.ts 47 Active
Hi,
Can you screenshot the error message in your visual studio and upload to https://imgbb.com/p.s make sure your localhost have installed node js and npm as well.
Best Regards, Sean.
Hi,
Can you run the npm -v and node -v in your command prompt and share the result here.
Besides that, you may follow the instruction in the error message and run the command npm i—save-dev @types/node
and re-try to run the application in your visual studio
Best Regards, Sean.
Hello, I keep getting the same errors, I attach the image of the node and npm version: https://ibb.co/crNLjrW
Hi,
Did you tried to run the following command? npm install @types/node—save-dev
if the error still persist, delete the .ts files within the jzip folder
Best Regards, Sean.
Hello Please can you help me to setup admin panel in asp.net core ?
Hi,
You just need to install the visual studio in your localhost and double click the AspStudio.sln file will do.
Best Regards, Sean.
The theme details do not mention node.js but some comments do. Does this theme require node.js?
Hi,
All the template is using package.json to install / manage the required vendors and all of this require node js to use the npm command. This is why you require to install node js and npm in order to use command prompt or terminal to run the npm install command.
Best Regards, Sean.
Hi. Does this theme have a ‘Product Details’ template? Does it have an ‘Order Details’ template?
Hi,
This theme do not have the product / order details page.
Best Regards, Sean.
How can I make the dropdown searchable. I want to add a search text box.
Hi,
You may set the attribute data-bs-auto-close=”outside” to prevent dropdown auto close while clicking the content within the dropdown container.
https://getbootstrap.com/docs/5.2/components/dropdowns/#auto-close-behaviorBest Regards, Sean.
Hi, I wanted to use the datepicker but it didn’t work since I moved the js stuff from the footer to the header. ($ is not defined). But now I have the problem, that the spinner in the top right corner is loading endless. Any suggestions?
Hi,
From the error message, it shows that you include the plugins before including the jQuery plugins. You might need to include the jQuery (vendor.min.js) before include the datapicker.
Best Regards, Sean.
Hi, yes that’s why i moved the vendor.min.js from the footer to the header. With this, the error disappeared. But now I having the problem with the endless spinner.
Hi,
Did you copy over the required js file in /Views/Shared/_Layout.cshtml which is the setting code for the paceOptions to prevent the signalR loading for visual studio?
<script> window.paceOptions = { ... }; </script>
and you shouldn’t move the script to the header as you can use the section script to include all the js file that you want. @section Scripts { // your js code here. }
Best Regards, Sean.
hi Sean, thanks it works now
Glad to hear that
Greetings. Love the template. Any chance I could get a multiselect dropdown with checkboxes? I’ve looked at some external ones and dont like them. Just using multiselect for the moment
Hi,
You may use the bootstrap dropdown with multiple checkboxes inside of it.
e.g
<input type=”checkbox” /> ...Best Regards, Sean.
Good morning I want to know your template support Right to Left for Arabic Multi language or not
Hi,
Yeah. Rtl can be enabled via scss variables.
Best Regards, Sean.
What is the best way to perform an upgrade to the new .Net 7 version? Should we just perform a copy and replace over the existing files?
Hi,
Yeah, you may replace the following files and folder will do.
/package.json
/AspStudio.csproj
/src/scss
/src/js
Best Regards, Sean.
**SOLVED, sorry for the inconveniance
Glad to hear that
Dear Author, I need password the username test@gmail.com in asp.net start up identity
Hi,
You may create other user via the identity registration page.
Best Regards, Sean.
Thank for your support. I very happy with AspStudio but it’s not enough a boilerplate project. In the future, what features will you develop ? I think the AspStudio will be developmental than boilerplate project.
Hi,
Thank you for your comment and feedback. You may write down what new feature you expect in the project and i will take it into the consideration for future updates.
Best Regards, Sean.
Hello,
1. When i try to disable input box, its not greyed out. 2. When i adding bootstrap.css along with ap.css and vendor.css. The Complete seb site font size and appeaance becomes large size. font size increased
Hi,
1. You may set the opacity .form-control:disabled, .form-control[readonly] { opacity: .5; }
2. App.min.css do have the bootstrap css inside which is generated together with aspStudio theme setting. Kindly remove the bootstrap css will solve the issue.
Best Regards, Sean.
How can i add action buttons in each row for datatable. I want action buttons like edit , delete , view in each row.
Hi,
You may add the button element in each row with class text-nowrap for the table column.
Best Regards, Sean.
I added the same like below. How can I exclude the same from print and export?
| @Html.DisplayNameFor(model => model.Name) | |
|---|---|
| @Html.DisplayFor(modelItem => item.Name) | View Edit Delete |
Hi,
You might need to understand what you want to do and datatables is only main for display / search purposes. There is no custom built button action can be used for your own requirements. You might need to create it yourself.
Best Regards, Sean.
Is there any option to exclude a specific column when printing the same ? If Have Column 1, Colum 2 and Column 3 , when I print I need only column 1 And Column 2 . There is no option for that ?
Hi,
If you wish to hide some column while printing, you may refer to the following thread
https://datatables.net/forums/discussion/60354/function-to-exclude-columns-from-printBest Regards, Sean.
Request: It’d be nice to have a “Home Page” page template. This could be a page that hides the navigation, but has all of the stuff you’re accustomed to seeing on a home page: hero banner, featured posts, authors, etc,
Blog Post template would also be fantastic.
Hi,
Thank you for your comment and suggestions. I will take it into consideration in future updates.
Best Regards, Sean.
Is there no support for 3rd-level menus? My menu hierarchy is quite complex so this may be a deal-breaker. I’ve tried to add a “children” node under an existing node in sidebar.json but it doesn’t get rendered.
Hi,
Recently only support for 2nd level menus. If you wish to add support for 3rd level menus, you might need to add another loop for 3rd lvl menus.
Best Regards, Sean.
Will that cause potential issues with the layout?
Hi,
Nope. It will automatically intended the menu.
Best Regards, Sean.
Good afternoon, I have a problem with the template. When loading any view the top progress bar takes a long time to reach the end and the top progress icon does not stop.
How could I solve this problem?
Console say this: “DevTools failed to load source map: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/scripts/content_scroll_mid_detection.map: System error: net::ERR_BLOCKED_BY_CLIENT”
Thank you very much for the help.
Hi,
This happened because of the pace js plugins. You may try to add this into your FILE: /Views/Shared/_Layout.cshtml CODE:
<script> window.paceOptions = { ajax: { ignoreURLs: [‘mainHub’, ‘__browserLink’, ‘browserLinkSignalR’], trackWebSockets: false } }; </script> <script src=”/js/vendor.min.js”></script> <script src=”/js/app.min.js”></script>
Best Regards, Sean.
Sean, the problem persists, this is the consola message:
Uncaught SyntaxError: Invalid or unexpected token DevTools no ha podido cargar el mapa de la fuente: No se ha podido cargar contenido de chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/scripts/content_scroll_mid_detection.map: Error del sistema: net::ERR_BLOCKED_BY_CLIENT
My code layout.cshtml is:
<!DOCTYPE html>
<html lang=”en” @ViewData[“HtmlAttribute”]>
<head>
<meta charset=”utf-8” />
<title>AspStudio | @ViewData[“Title”]</title>
<meta name=”viewport” content=”width=device-width, initial-scale=1” />
<meta name=”description” content=”@ViewData[“MetaDescription”]” />
<meta name=”author” content=”@ViewData[“MetaAuthor”]” />
<meta name=”keywords” content=”@ViewData[“MetaKeywords”]” />
</head>
<body class=”@ViewData[“BodyClass”]”>
<!- BEGIN #app ->
@if (ViewData[“AppWithoutHeader”] == null)
{
<partial name=”_Header” />
}
<partial name="_ThemePanel" />
<!- ================== BEGIN core-js ================== ->
<script>window.paceOptions = { ajax: { ignoreURLs: [‘mainHub’, ‘__browserLink’, ‘browserLinkSignalR’], trackWebSockets: false } };</script>
<script src="/js/vendor.min.js"></script>
<script src="/js/app.min.js"></script>
@RenderSection("Scripts", required: false)-->
<!- ================== END core-js ================== ->
Hi,
If that case still persist, i suggest you to exclude the pace.js from the vendor.min.js.
1. cd to your project file.
2. edit the gulpfile.js
3. remove the line 120 ‘node_modules/pace-js/pace.min.js’
4. re-run the gulp command
5. restart your asp project
Best Regards, Sean.
I will try what is indicated
Hi,
Use terminal / command prompt and cd to your project folder and run the gulp command.
if you are not familiar with the terminal / command prompt, you may replace the vendor.min.js in _layout.cshtml to
<!- OR without vendor.min.js ->
<script src=”/assets/plugins/jquery/dist/jquery.min.js”></script>
<script src=”/assets/plugins/jquery-ui-dist/jquery-ui.min.js”></script>
<script src=”/assets/plugins/bootstrap/dist/js/bootstrap.bundle.min.js”></script>
<script src=”/assets/plugins/perfect-scrollbar/dist/perfect-scrollbar.min.js”></script>
<script src=”/assets/plugins/js-cookie/dist/js.cookie.js”></script>
<script src=”/assets/js/app.min.js”></script>
https://seantheme.com/asp-studio/documentation/index.html#javascriptBest Regards, Sean.