Skip Navigation

[Resolved] Edit post page makes the taxonomy to strange text

This thread is resolved. Here is a description of the problem and solution.

Problem:

In the editing post form, after saving the post, if you click the edit button to go to the edit page, the previously written tags(non-English characters) are broken

Solution:

We have identified this issue, and it will be fixed in next release of Toolset Forms plugin, currently, please try below hotfix:

1) Download the file class.taxonomy.zip from below URL:

https://www.dropbox.com/s/t8sw1but2hyayd6/class.taxonomy.zip?dl=0

2) Unzip it, you will get a PHP file class.taxonomy.php, use it to replace the Toolset Forms plugin file:

cred-frontend-editor\vendor\toolset\toolset-common\toolset-forms\classes\class.taxonomy.php

And test again

Relevant Documentation:

This support ticket is created 3 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 5 replies, has 2 voices.

Last updated by kimheleek 3 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#2217275
broken_tag.PNG
this_is_what_I_wnat.PNG

I am trying to:
In my page, User can make their portfolio and taxonomies(flat)
After saving the post, if you click the edit button to go to the edit page, the previously written tag is broken
If you write in English, it will not break, but if you use it in Korean, it will break.
Must be able to use Korean. Is there any way to fix this error?

Link to a page where the issue can be seen:
hidden link
(you need to login)
I expected to see:
I want it to look like this on the page I visit again to edit it after saving
'스튜디오'

Instead, I got:
image reference broken_tag.png

#2217379

Hello,

Thanks for the details, I can duplicate the same problem in my localhost, and have escalated it, will update here if there is anything news.

#2217447

Here is the feedbacks, we have identified this issue, and it will be fixed in next release of Toolset Forms plugin, currently, please try below hotfix:
1) Download the file class.taxonomy.zip from below URL:
hidden link

2) Unzip it, you will get a PHP file class.taxonomy.php, use it to replace the Toolset Forms plugin file:
cred-frontend-editor\vendor\toolset\toolset-common\toolset-forms\classes\class.taxonomy.php
And test again

#2217983

thanks for the reply
I replaced the file as per feedback but my problem is unresolved
I think you only tested in English
Can you copy my text and test it in Korean?
Korean text: 테스트

I replaced the file in this path
/wp/wp-content/plugins/toolset-blocks/vendor/toolset/toolset-common/toolset-forms/classes

#2218029

Nope, you need to replace the exact file as I mentioned above.

I have done below modifications in your website:
1) Deactivate/delete the Toolset Forms plugin
2) Upload/activate the Toolset Forms plugin with hotfix patch
Test it in frontend, it works fine:
hidden link

Can you confirm it? thanks

#2218053

Thanks for the quick and accurate solution