Krolyn Studios
Forum Replies Created
-
Latest version, @champsupertramp (v2.1.2). Have attempted with different theme. Have deactivated all remaining plugins. Have created an entirely new field with new values. Problem continues. Any value with an apostrophe (‘) or quotation marks (“) does not appear in the filter dropdown. It appears in all other areas. Problem appears only in the filter dropdown which leads me to believe it’s JS related.
Dropdown fields (as opposed to checkbox fields) have same issue.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Titles & excerpts disappeared after update.@corinneolson Same issue on the new update. Applied the same solution (relaxing the operators) and it solved the problem.
@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?