Krolyn Studios
Forum Replies Created
-
@nsinelnikov Same issue for my custom tabs. No settings available either. Is there a solution please? Thank you.
According to @ultimatemembersupport, they are aware of the issue and it’s being resolved in the next release.
According to @ultimatemembersupport, they are aware of the issue and it’s being resolved in the next release.
@ultimatemembersupport Please advise.
@ultimatemembersupport I had. It’s when I first realised the problem.
Further to the previous post, it appears to cause issues when you add another entry to the callback array AFTER it has been saved as a field in the form. The entry appears in the front-end ‘edit’ screen but does not save if selected.
@ultimatemembersupport, thanks for the reply. As already stated, no caching and same result.
This is a temporary fix for anyone coming across this issue —
//* Fix for HTML entities in textareas add_filter( 'um_profile_field_filter_hook__textarea', 'eq_textarea_html_entity_fix', 100, 2 ); function eq_textarea_html_entity_fix( $value, $data ) { if ( isset( $data['html'] ) && $data['html'] == 1 ) { return $value; } $value = html_entity_decode( $value ); return $value; }
@ultimatemembersupport This still remains unresolved. I have sent you a support ticket in reference. Ampersands still presenting as HTML entities on directory descriptions/bios and profile textarea fields.
@ultimatemembersupport This still remains unresolved. I have sent you a support ticket in reference. Ampersands still presenting as HTML entities on directory descriptions/bios and profile textarea fields.
I think this problem is also triangulated with Advanced Custom Fields. If all three plugins are enabled, text in the Classic Editor turns white and unreadable.
@ultimatemembersupport Just wondering if this is being addressed?
@ultimatemembersupport Further to my last message, this is occurring in all textarea blocks and the directory tagline. Text boxes appear to be fine. What is required is htmlspecialchars_decode() or html_entity_decode().
@ultimatemembersupport How do you attach screenshots? I’ve already included a link to a page which clearly shows the problem. Look for the ampersand symbol and you’ll see that it presents as the entity &-a-m-p-; (I’ve included the dashes to prevent the ampersand symbol showing)
This is also an issue in text area blocks.
- This reply was modified 6 years, 2 months ago by Krolyn Studios.