qwertypants / jQuery-Word-and-Character-Counter-Plugin

This jQuery Word and character counter plug-in allows you to count characters or words, up or down. You can set a minimum or maximum goal for the counter to reach. Demo:
http://qwertypants.github.io/jQuery-Word-and-Character-Counter-Plugin/
GNU General Public License v2.0
57 stars 26 forks source link

HTML tags must be properly nested and closed #28

Open rezathriii opened 1 year ago

rezathriii commented 1 year ago

Hello,

I hope you are doing well.

We have observed that upon enabling "Enable jQuery Migrate Helper", we encountered an error in our plugin admin panel. Our plugin uses your service to display the number of characters in the client's SMS, and it appears that the error is caused by the section that displays the character count. The error message reads as follows:

`jQuery Migrate Helper - Warnings encountered This page generated the following warnings:

http://localhost/test/wp-content/plugins/wp-sms/assets/js/jquery.word-and-character-counter.min.js: HTML tags must be properly nested and closed: <span id=wp_get_message_count/>

Please ensure that you are using the latest versions of all your plugins and your theme. If you are, we suggest contacting the developers of the code referenced in your warnings to update it.`

Please see the following screenshots of the error: https://www.dropbox.com/s/8op9leeupzis7hl/Screenshot%202023-04-04%20at%2015.52.17.png?dl=0 https://www.dropbox.com/s/djhf7864hvp6iu3/Screenshot%202023-04-04%20at%2015.52.58.png?dl=0

Do you have any suggestions for resolving this issue?

Thank you in advance and best regards.

qwertypants commented 1 month ago

Hi @rezathriii! I just saw this today 😅. I hope your issue was resolved!