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

JS error tagify on doc page


hey,

on page doc:
https://preview.keenthemes.com/html/metronic/docs/forms/tagify#users-with-avatars

i get on console JS error of:
tagify.js:1 Uncaught ReferenceError: Tagify is not defined

i want to see and use sone of the sections on this page.
i try different browsers without luck.

please fix it.


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


Hi,

Sorry for the delay. We have fixed it.

Thank you



Thank you very much!



Hey,

I still see the error on this page.



Hey Sean,

i meant the error accure on your docs:
https://preview.keenthemes.com/html/metronic/docs/forms/tagify

see screenshot of this page:
<img src=" />

the error not on my app.



Hi,

Thank you for your feedback.

Sure, we will fix it ASAP. When you recheck this page the issue will be fixed.

Regards.



Hi,

Please make sure you run your code on page ready and all core js files are loaded:


KTDom.ready(() => {	
// your code.
});


If you include your own script make sure you include it in the page bottom, after the core bundle js.

Regards.


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