Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

How to get the rest of the pages for the Demo 23 and 31


Hello can you please help me with some information, when I try to download i need help.

1 How to create the rest of the pages for demo 23 and 31
1a, how to fit this into my asp app, what are the steps.
2 How to let user option to pick light or system color?
3 Can you allow us to download with an option with square boxes, these are too round for the containers for a professional app.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


Hi,

Thank you for reaching out to us.

  1. Kindly be advised that our Metronic Asp.Net-Core version is a Starterkit based on the HTML version. This version contains a fully functional layout along with a few pages for a quick start (New Password, Reset Password, Sign In, Sign Up, Default Dashboard Page, 500 error page, and 404 error page).

    You can easily add any other pages by referring to our HTML version, all JS, and CSS code required for any page is already included in our Asp.Net-Core Starterkit, all you need to do is just copy HTML markup and include JS file on your page (if it is required).
  2. Mode switcher menu is included in the default Metronic package. Please refer to file Starterkit/Views/Partials/ThemeMode/_Main.cshtml
  3. We do not have a separate version with square boxes but you can easily change the border radius for all elements by updating variables in demo31/src/sass/components/_variables.custom.scss.

    To have fully square elements change all border values to 0rem.

    // Border Radius
    $border-radius-sm: 0rem;
    $border-radius: 0rem;
    $border-radius-lg: 0rem;
    $border-radius-xl: 0rem;




Regards,
Lauris Stepanovs,
Keenthemes Support Team
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(