This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
상태 |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Media translation
Started by: ivanV-41
in: English Support
Problem: themify\themify-builder\classes\class-themify-builder-model.php . public static function get_alt_by_url(string $image_url):string { $attachment_id = themify_get_attachment_id_from_url($image_url); if ($attachment_id && ($alt = get_post_meta($attachment_id, '_wp_attachment_image_alt', true))) { return $alt; } return ''; } with the following updated code: public static function get_alt_by_url(string $image_url):string { $attachment_id = themify_get_attachment_id_from_url($image_url); // WPML Workaround for wpmlsupp-12600 if ( class_exists('Sitepress') ) { $current_lang = apply_filters( 'wpml_current_language', NULL ); $attachment_id = apply_filters( 'wpml_object_id', $attachment_id, 'post', TRUE, $current_lang ); } if ($attachment_id && ($alt = get_post_meta($attachment_id, '_wp_attachment_image_alt', true))) { return $alt; } return ''; } After making these changes, check the translated page and inspect the image alt texts. Please note that this solution might be outdated or not applicable to your specific case. If the issue persists, 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 needed, please open a new support ticket at WPML support forum. |
|
1 | 14 | 1 주, 2 일 전에 | |
Enlaces que no funcionan al cambiar de idioma
Started by: ivanV-41 in: Soporte en español |
1 | 2 | 7 월, 2 주 전에 |