This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Translate WP User Manager Multiple Select Field Values
Started by: chrisL-17
in: English Support
Problem: Open \wp-content\plugins\wpum-wpml\includes\class-wpum-wpml-fields.php<br />Line 20<br />Replace:<br />add_action( 'update_wpum_field_meta', array( $this, 'update_meta_strings' ), 10, 4 );<br />With:<br />add_action( 'updated_wpum_field_meta', array( $this, 'update_meta_strings' ), 10, 4 ); Then, go to "Users > Custom fields" and edit at least one option from the multiselect field. Afterward, translate all options in "WPML > String Translation". Edit \wp-content\plugins\wp-user-manager\includes\fields\types\class-wpum-field-multiselect.php<br />Replace the entire get_formatted_output() function with the provided code snippet that includes WPML translation filters. We have contacted the plugin authors to update their code accordingly. If the solution provided does not resolve your issue or seems outdated, please check related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If further assistance is needed, we highly recommend opening a new support ticket at WPML support forum. |
|
1 | 13 | 5 months, 4 weeks ago | |
|
WPUM language switching links for profile pages not working
Started by: chrisL-17
in: English Support
Problem: // WPML Workaround for compsupp-8195<br />// Preserve WPUM profile sub-path when switching languages with WPML.<br />add_filter( 'icl_ls_languages', function( $languages ) {<br /> // Only run if WPUM<br /> if ( ! function_exists( 'wpum_get_core_page_id' ) ) {<br /> return $languages;<br /> }<br /><br /> // Get profile info from query vars<br /> $queried_profile = get_query_var( 'profile', false );<br /> if ( ! $queried_profile ) {<br /> return $languages;<br /> }<br /><br /> // Build the trailing path from query vars<br /> $trailing = '/' . rawurlencode( $queried_profile );<br /><br /> // Add tab and pagination if present<br /> $tab = get_query_var( 'tab' );<br /> if ( $tab ) {<br /> $trailing .= '/' . rawurlencode( $tab );<br /> }<br /> $paged = get_query_var( 'paged' );<br /> if ( $paged ) {<br /> $trailing .= '/page/' . rawurlencode( $paged );<br /> }<br /><br /> // Append to each language URL<br /> foreach ( $languages as $key => $lang ) {<br /> if ( empty( $lang['url'] ) ) {<br /> continue;<br /> }<br /> $languages[$key]['url'] = rtrim( $lang['url'], '/' ) + $trailing;<br /> }<br /><br /> return $languages;<br />} );This solution might be outdated or not applicable to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If this does not resolve your issue, please open a new support ticket. |
|
0 | 6 | 6 months ago | |
|
The Events Calendar permalinks rewrite rules being broken by WPML
Started by: chrisL-17 in: English Support |
|
1 | 8 | 7 months, 3 weeks ago | |
|
Ultimate memberships pro custom field strings translated but not appearing on directory page
1
2
3
Started by: chrisL-17 in: English Support |
|
1 | 34 | 9 months, 2 weeks ago | |
|
Gravity Form confirmation message appearing twice in french
Started by: chrisL-17
in: English Support
Problem: Solution: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we recommend opening a new support ticket. We also highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. For further assistance, please visit our support forum at WPML Support Forum. |
|
0 | 6 | 1 year, 4 months ago | |
|
The Events Calendar RSVPs don't appear when WPML is active
Started by: chrisL-17
in: English Support
Problem: If this solution does not resolve your issue or seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket. |
|
1 | 6 | 1 year, 5 months ago | |
|
WPML Import/Export doesn't work
Started by: chrisL-17
in: English Support
Problem: Solution: {wpmltranslationid[1]} to link translations. If this solution does not resolve your issue or seems outdated, please check related known issues at https://wpml.org/known-issues/, verify you have the latest versions of themes and plugins, and consider opening a new support ticket for further assistance at WPML support forum. |
|
2 | 13 | 1 year, 6 months ago | |
|
Bulk translating contact information for Toolset type
Started by: chrisL-17 in: English Support |
2 | 3 | 1 year, 6 months ago | ||
|
WordPress translation editor makes a mess of translated buttons
Started by: chrisL-17
in: English Support
Problem:
<wpml-config>
<gutenberg-blocks>
<gutenberg-block type="kadence/advancedheading" translate="1" label="Kadence: Advanced Heading">
<key name="link"></key>
</gutenberg-block>
<gutenberg-block type="kadence/singlebtn" translate="1" label="Kadence: Buttons">
<key name="text"></key>
<key name="link"></key>
</gutenberg-block>
</gutenberg-blocks>
</wpml-config>
3) Go to *****/wp-admin/edit.php?post_type=wp_block&lang=en If this solution does not resolve your issue or seems outdated, please check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket for further assistance at WPML support forum. |
|
2 | 13 | 1 year, 8 months ago | |
|
SiteGround Speed Optimizer won't clear cache of 'other language' domains
Started by: chrisL-17 in: English Support |
|
2 | 3 | 2 years, 1 month ago | |
|
the Stripe Credit Card Field is not translated
Started by: chrisL-17 in: English Support |
|
2 | 5 |
2 years, 11 months ago
chrisL-17 |
|
|
Strings disappear when translated
1
2
Started by: chrisL-17 in: English Support |
|
2 | 23 | 3 years, 1 month ago | |
|
String translation table in trouble
Started by: chrisL-17 in: English Support |
|
2 | 10 | 3 years, 3 months ago | |
|
What Unique ID to use to link french and english posts
Started by: chrisL-17 in: English Support |
|
2 | 7 | 3 years, 9 months ago | |
|
Events archive page in english and in french
Started by: chrisL-17 in: English Support |
|
2 | 2 | 4 years, 2 months ago |