У этого пользователя нет избранных тем.
Избранные темы форума
Созданные темы форума
| Статус |
Тема
|
Специалист поддержки | Голоса | Сообщения | Свежесть |
|---|---|---|---|---|---|
|
WPML bug with the pagebuilder Cornerstone
1
2
Начато: vincentP-19
в: 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 | 3 недели, 6 дней назад | |
|
Prevent Blog Title and Tagline strings creation
Начато: vincentP-19
в: 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 | 8 месяцев, 3 недели назад | |
|
Multiple sites (multisite install) sharing the same WPML tables
Начато: vincentP-19
в: 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 | 9 месяцев, 3 недели назад | |
|
Mixed language in customer emails
Начато: vincentP-19
в: 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 | 10 месяцев, 1 неделя назад | |
|
Database cleanup for multisite install
Начато: vincentP-19
в: 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 | 1 год назад | |
|
The «Remove strings by domain» feature has no effect
Начато: vincentP-19
в: 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 | 1 год назад | |
|
Woocommerce customer emails sent in default language
Начато: vincentP-19
в: 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 | 1 год назад | |
|
Reduce WPML tables
Начато: vincentP-19 в: Chat Support |
|
1 | 2 |
2 года, 4 месяца назад
|
|
|
Follow-up of Ticket #10914311
Начато: vincentP-19 в: English Support |
|
2 | 2 | 3 года, 9 месяцев назад | |
|
We have discovered a problem with some tables in the database.
Начато: vincentP-19 в: Assistance en français |
|
2 | 4 | 3 года, 10 месяцев назад | |
|
ne se sauvegarde pas et le courriel reste comme il est
Начато: vincentP-19 в: Assistance en français |
|
2 | 5 | 4 года, 3 месяца назад | |
|
Registration emails not sent in second language
Начато: vincentP-19 в: Chat Support |
|
1 | 2 |
4 года, 5 месяцев назад
|
|
|
An issue with Learndash caused by WPML
Начато: vincentP-19 в: English Support |
|
2 | 5 | 4 года, 6 месяцев назад |