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

KTStepper is not defined


metronic 8 demo 8 template v8.1.5 stepper intigrate the my project, but below error given,
plz advice
unloading.js:5 Uncaught ReferenceError: KTStepper is not defined


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 (1)


Hi Dilip Kasuntha

It seems like the KTStepper object is not being recognized, which could indicate that the required JavaScript files for the stepper component are not properly imported or loaded in your project. Here are some steps you can take to resolve this issue:

Check JS File Import: Ensure that you have imported all the required JavaScript files for the stepper component in your project. You can use the plugins.bundle.js and scripts.bundle.js files from the assets folder of the Metronic template.

Verify File Paths: Double-check the file paths for the imported JavaScript files to ensure they are correct and pointing to the right location in your project.

Check Initialization: Make sure that you are initializing the KTStepper component correctly in your JavaScript code. Check the documentation of the Metronic template for the correct initialization method and parameters.

Console Errors: Check the browser console for any additional error messages that might provide more information about the issue.

If the issue persists, please provide more details about how you are integrating the stepper component into your project, including any relevant code snippets, so that I can assist you further.


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  :(