Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
Translate WP User Manager Multiple Select Field Values
Iniziato da: 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 | 1 settimana, 5 giorno fa | |
|
WPUM language switching links for profile pages not working
Iniziato da: 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 | 2 settimana, 1 giorno fa | |
|
WP User Manager Profile Custom Field value translations
Iniziato da: chrisL-17 in: Chat Support |
|
1 | 2 | 1 mese fa | |
|
The Events Calendar permalinks rewrite rules being broken by WPML
Iniziato da: chrisL-17 in: English Support |
|
1 | 8 | 2 mese fa | |
|
Ultimate memberships pro custom field strings translated but not appearing on directory page
1
2
3
Iniziato da: chrisL-17 in: English Support |
|
1 | 34 | 4 mese fa | |
|
Gravity Form confirmation message appearing twice in french
Iniziato da: 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 | 11 mese, 2 settimana fa | |
|
The Events Calendar RSVPs don't appear when WPML is active
Iniziato da: 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 | 11 mese, 2 settimana fa | |
|
WPML Import/Export doesn't work
Iniziato da: 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 anno, 1 mese fa | |
|
Bulk translating contact information for Toolset type
Iniziato da: chrisL-17 in: English Support |
2 | 3 | 1 anno, 1 mese fa | ||
|
WordPress translation editor makes a mess of translated buttons
Iniziato da: 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 anno, 2 mese fa | |
|
SiteGround Speed Optimizer won't clear cache of 'other language' domains
Iniziato da: chrisL-17 in: English Support |
|
2 | 3 | 1 anno, 8 mese fa | |
|
Is there a way to also have the form's default set to french in the french translation
Iniziato da: chrisL-17 in: Chat Support |
|
1 | 2 |
2 anno fa
|
|
|
the Stripe Credit Card Field is not translated
Iniziato da: chrisL-17 in: English Support |
|
2 | 5 |
2 anno, 5 mese fa
chrisL-17 |
|
|
Strings disappear when translated
1
2
Iniziato da: chrisL-17 in: English Support |
|
2 | 23 | 2 anno, 7 mese fa | |
|
String translation table in trouble
Iniziato da: chrisL-17 in: English Support |
|
2 | 10 | 2 anno, 9 mese fa |