Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
| Statut |
Sujet
|
Support | Voix | Messages | Fraîcheur |
|---|---|---|---|---|---|
|
WPML bug with the pagebuilder Cornerstone
1
2
Commencé par : vincentP-19
dans : English Support
Problem: copy_meta_fields does not properly handle the slashing of values before passing them to update_post_meta . This results in incorrect unslashing of characters like '\n' to 'n', causing data corruption. cs_update_serialized_post_meta in the file \wp-content\themes\pro\cornerstone\includes\functions\helpers.php . Here is the corrected function: function cs_update_serialized_post_meta( $post_id, $meta_key, $meta_value, $prev_value = '', $allow_revision_updates = false, $filter = '' ) {
if ( is_array( $meta_value ) && apply_filters( 'cornerstone_store_as_json', true ) ) {
$meta_value = cs_json_encode( $meta_value );
}
$meta_value = wp_slash( $meta_value );
if ( $filter ) {
$meta_value = apply_filters( $filter, $meta_value );
}
if ( $allow_revision_updates ) {
return update_metadata('post', $post_id, $meta_key, $meta_value, $prev_value );
}
return update_post_meta( $post_id, $meta_key, $meta_value, $prev_value );
}This modification ensures that values are properly slashed before being saved, preventing data corruption. This issue needs to be solved by the Cornerstone Team, a future update would overwrite such a patch. If this solution does not resolve your issue or seems irrelevant due to updates or different circumstances, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If issues persist, we highly recommend opening a new support ticket at WPML support forum. |
|
0 | 16 | Il y a 2 mois | |
|
Prevent Blog Title and Tagline strings creation
Commencé par : vincentP-19
dans : English Support
Problem: add_action( 'update_option_blogname', 'icl_st_update_blogname_actions', 5, 2 ); add_action( 'update_option_blogdescription', 'icl_st_update_blogdescription_actions', 5, 2 ); For more details on WPML hooks, visit WPML Hooks Reference. If this solution does not apply to your case, or if it seems outdated, we recommend opening a new support ticket. We also highly suggest checking related known issues at WPML 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 | Il y a 9 mois et 3 semaines | |
|
Multiple sites (multisite install) sharing the same WPML tables
Commencé par : vincentP-19
dans : English Support
Problem: If this solution does not apply to your case, or if it 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 you still need assistance, please open a new support ticket at WPML support forum. |
|
1 | 5 | Il y a 10 mois et 3 semaines | |
|
Mixed language in customer emails
Commencé par : vincentP-19
dans : English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we encourage you to check the related known issues and verify that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket. |
|
1 | 4 | Il y a 11 mois et 1 semaine | |
|
Database cleanup for multisite install
Commencé par : vincentP-19
dans : English Support
Problem: wp_icl_strings table where the status is '0' (indicating untranslated strings), they should avoid deleting data from the wp_icl_string_packages table, as it contains crucial string packages necessary for page translations and other elements. We recommended using WPML's tools for safely cleaning up unused data and provided a link for further guidance: WPML Tables Documentation and Reducing Size of WPML Tables. Additionally, we emphasized the importance of performing a full backup before proceeding with any deletions and checking the system after making changes. If this solution does not apply to your case, or if it 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. Should you need further assistance, please open a new support ticket at WPML Support Forum. |
|
1 | 7 | Il y a 1 année et 1 mois | |
|
The « Remove strings by domain » feature has no effect
Commencé par : vincentP-19
dans : English Support
Problem: DELETE FROM wpif_123_icl_strings WHERE context = 'woocommerce'; DELETE FROM wpif_123_icl_string_translations WHERE string_id IN (SELECT id FROM wpif_123_icl_strings WHERE context = 'woocommerce'); Please note that this custom code is a courtesy and is not officially supported by us. Before applying it to a live site, please test it in a staging environment. If this solution does not apply to your case, or if it seems outdated, 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 https://wpml.org/forums/forum/english-support/. |
|
0 | 7 | Il y a 1 année et 1 mois | |
|
Woocommerce customer emails sent in default language
Commencé par : vincentP-19
dans : English Support
Problem: If this solution does not apply to your case, or if it 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 issues persist, please open a new support ticket at WPML support forum. |
|
0 | 3 | Il y a 1 année et 1 mois | |
|
Reduce WPML tables
Commencé par : vincentP-19 dans : Chat Support |
|
1 | 2 |
Il y a 2 années et 6 mois
|
|
|
Follow-up of Ticket #10914311
Commencé par : vincentP-19 dans : English Support |
|
2 | 2 | Il y a 3 années et 10 mois | |
|
We have discovered a problem with some tables in the database.
Commencé par : vincentP-19 dans : Assistance en français |
|
2 | 4 | Il y a 3 années et 11 mois | |
|
ne se sauvegarde pas et le courriel reste comme il est
Commencé par : vincentP-19 dans : Assistance en français |
|
2 | 5 | Il y a 4 années et 4 mois | |
|
Registration emails not sent in second language
Commencé par : vincentP-19 dans : Chat Support |
|
1 | 2 |
Il y a 4 années et 6 mois
|
|
|
An issue with Learndash caused by WPML
Commencé par : vincentP-19 dans : English Support |
|
2 | 5 | Il y a 4 années et 7 mois |