sinapars
Forum Replies Created
-
I tested the dev-version and the problem is solved. Thanks for your great and constant support ✌️
I have already proudly rated your plugin and registered feedback, and I dare say that your team is one of the best WordPress plugin support teams. 🤩
BR
I appreciate your feedback, and I’m glad to hear that installing the dev-version resolved the word counting issue.
BR
Hi again @amitbarai013
Thank you for the screencast and the information you shared with me
I understand that we can translate the strings using that plugin or other methods, but as I mentioned in the previous post, maybe we need to use another word in the same English language other than updated on, for example, the last update date of this article: ……
And the possibility of personalizing it can be efficientI am glad that the addition of the author is in your list of updates, and I hope that it will be provided soon with the possibility of personalizing the word by 😉
Updated on October 1, 2024 by John DoeBR
- This reply was modified 2 years, 3 months ago by sinapars.
Hi Again @zebaafiashama
I’m sorry for my late reply
All the previous problems have been solved, but a new problem has been detected, which may be worth checking by your technical teamMinimal impact on pagespeed:
https://wphive.com/plugins/betterdocs/BR
Your are wonderful
I’m really glad I can contribute to your plugin and share suggestions. I know it’s important to your team, and I appreciate your hard work.
Big thanks to you and your whole team for the amazing support!BR
Hi @amitbarai013 ,
Thanks for ResponseIf you mean my second problem, this problem has not been solved and Farsi words are still not counted, and according to my review, no changes have been made in the codes to solve this problem in the latest version (3.5.3).
betterdocs/includes/Core/Admin.php : 342
Regarding the second issue: Thanks for sharing the screenshot with us. Will you please tell me if you have added only the Persian content to that doc? Or there are English content also? Will you please provide the URL of that doc so that we can check and assist you?
It doesn’t matter if the words are all Persian, the word count will be zero, if it is a combination of Persian and English, only the English words will be counted.
BR
Hi @amin7,
Thanks for responsYes, it is completely correct, but consider that many times, for translating a few words or simple sentences, it may not be optimal to install a separate plugin or load translation files.
Or maybe in the same English language, we need to use a different word or sentence than the updated on
In your plugin, there are many sentences and words that you have made it possible to personalize, for example
TOC Title
Attachment Default File Name Format
Attachment Default File Name Format
and etc ..Update On can be one of them
Just to make sure, is my suggestion to add the person who did the last update ((author)) valid?
Updated on October 1, 2024 by John DoeBR
Apart from the above two cases, if it is possible to put this part (Last Update Time) in the header (before the beginning of the article and after the title of the article), it will be much more efficient.
Because many users will be more inclined to read that article when they see that the date of the last update is newBR
Hi @wfmark ,
Thanks For ResponseAccording to the screenshot below, the file is attached to the email I sent,
https://drive.google.com/file/d/19RhTFVnhTdg_jyyX3pCEQ1HQ3NA8u0ru/view?usp=sharing
however, I attached the file again in the reply to the same email and sent the link to Google Drive.BR
Dealing with your wonderful support team has always been a pleasure and hope for me and maybe that’s why I probably have the most threads on your plugin support page.
BR
- This reply was modified 2 years, 4 months ago by sinapars.
Hi @paulamit
Greetings. Hope you’re doing good.
Thank you for reviewing and following up on this issue
I installed the dev-version and apparently the problem is solved and everything works properly
Thank you very muchbut that the second problem, i.e. not counting the persian (UTF-8) words in the Word Count column, still exists
https://drive.google.com/file/d/19tK2z6inWHlvMWgDoAwbAYm6TyKiEpmx/view?usp=sharingHi Again @amitbarai013,
I hope you are doing well.Thank you for reviewing and following up on this issue
I installed the dev-version and apparently the problem is solved and everything works properly
Thank you very muchIf I see a problem during use and more detailed checks, I will definitely let you know
BR
Hi Again @amitbarai013,
Hope you are doing well.Almost a long time has passed since announcing this problem and even providing a solution to fix it.
But unfortunately, it has not yet been officially included in your updates
Is there a fix for this problem in your list of future updates?BR
Hi again,
I was able to solve the problem by changing the pattern in the following directory:
betterdocs/includes/Shortcodes/ReadingTime.php > Line:29Change this line:
preg_match_all( '/\b[a-zA-Z]+\b/', $content_without_html_tags, $matches );to:
preg_match_all( '/\p{L}+/u', $content_without_html_tags, $matches );This pattern works on all characters (UTF-8) in different languages.
Please note that the second problem, i.e. not counting the words in the Word Count column, still exists
BR
Hi Again @wfmark
thanks for your response,
i have emailed the report you requested.BR