Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
Media Translation not working within the Unlimited Element Carousel Widget
1
2
3
4
Iniziato da: sachaJ
in: English Support
Problem: Solution: If these steps do not resolve the issue, or if the solution seems outdated or not applicable to your specific 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 | 50 | 1 giorno, 9 ora fa | |
|
language switcher not working correctly
Iniziato da: sachaJ
in: English Support
Problem: If this solution does not resolve the issue or seems irrelevant due to being 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. Should further assistance be needed, please open a new support ticket at WPML Support Forum. |
|
0 | 11 | 1 giorno, 9 ora fa | |
|
WPML is not fully installed.
Iniziato da: sachaJ
in: English Support
Problem: Please note that this solution might be outdated or not applicable to your specific 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 the problem persists, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 15 | 3 giorno, 6 ora fa | |
|
Split: Unable to trigger upload dialog on WPML Media Translation
1
2
3
Iniziato da: sachaJ
in: English Support
Problem: If this solution does not resolve your issue or 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 WPML Support Forum. |
|
0 | 32 | 3 settimana fa | |
|
what is the status of my support request? I dont see anything?
1
2
…
5
6
Iniziato da: sachaJ
in: English Support
Problem: Solution: getUrlAttachmentImage in the plugin was not checking for the current language. We provided a code snippet to modify this function to integrate WPML's language settings: For the Image Carousel, revise this comment. Another fix can be found here. We advised the client to report these details to the plugin authors and informed them that our compatibility team would also reach out to the plugin authors. 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 79 | 4 settimana, 1 giorno fa | |
|
Flagged for Later WONT LEAVE!
Iniziato da: sachaJ in: Chat Support |
|
0 | 2 | 1 mese fa | |
|
Split: Elementor display conditions trigger fatal error
Iniziato da: sachaJ
in: English Support
Problem: If this solution does not resolve your issue, 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 WPML Support Forum. |
|
0 | 7 | 1 mese fa | |
|
Image Translation NOT ACCESSIBLE even after I payed a PAY-AS-YOU-GO service
Iniziato da: sachaJ in: English Support |
|
0 | 5 | 1 mese, 1 settimana fa | |
|
Split: 3D Flipbook not displaying translated media
1
2
3
Iniziato da: sachaJ
in: English Support
Problem: The author of the Real 3D FlipBook Plugin is informed and will work on a solution. For developers, adjustments can be made in the plugin files to ensure proper translation handling. In the file \wp-content\plugins\real3d-flipbook-elementor-addon\widgets\real3d-flipbook.php , modify the code as follows: On line 308, replace: $book_id = $settings['real3d_flipbook_id']; with: $book_id = isset($settings['real3d_flipbook_id']) ? $settings['real3d_flipbook_id'] : '';
// WPML-aware: try to resolve a translated flipbook ID (fallback to post mapping)
if ( ! empty( $book_id ) && ( class_exists('SitePress')) ) {
$translated_id = apply_filters( 'wpml_object_id', (int) $book_id, 'real3dflipbook', true );
if ( empty( $translated_id ) ) {
$translated_id = apply_filters( 'wpml_object_id', (int) $book_id, 'post', true );
}
if ( ! empty( $translated_id ) ) {
$book_id = $translated_id;
}
}And on line 311, replace: $book_lightboxthumbnail = !empty($settings['real3d_flipbook_lightboxthumbnail']['url']) ? $settings['real3d_flipbook_lightboxthumbnail']['url'] : ''; with: $book_lightboxthumbnail = '';
if ( ! empty( $settings['real3d_flipbook_lightboxthumbnail'] ) ) {
$thumb = $settings['real3d_flipbook_lightboxthumbnail'];
// Prefer attachment ID if available (Elementor provides ['id'] and ['url'])
if ( ! empty( $thumb['id'] ) ) {
$attachment_id = (int) $thumb['id'];
// Use WPML to get translated attachment ID if available
if ( class_exists('SitePress')) {
$translated_id = apply_filters( 'wpml_object_id', $attachment_id, 'attachment', true );
} else {
$translated_id = $attachment_id;
}
// If we have a translated ID, get its URL
if ( ! empty( $translated_id ) ) {
$translated_url = wp_get_attachment_url( $translated_id );
if ( $translated_url ) {
$book_lightboxthumbnail = $translated_url;
}
}
}
// Fallback to the raw URL provided by Elementor if no attachment URL resolved
if ( empty( $book_lightboxthumbnail ) && ! empty( $thumb['url'] ) ) {
$book_lightboxthumbnail = $thumb['url'];
}
}If this solution does not resolve your issue or seems irrelevant due to being 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 33 | 1 mese, 2 settimana fa | |
|
Setting my menu Language Switcher with additional CSS codes
Iniziato da: sachaJ in: English Support |
|
0 | 5 | 2 mese, 1 settimana fa | |
|
The Automatic translation IS REMOVING/NOT SHOWING my current ENGLISH design work!
1
2
Iniziato da: sachaJ
in: English Support
Problem: .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
font-size:15px;
padding: 12px 10px!important;
line-height:15px;
}
.wpml-ls-legacy-dropdown a {
padding: 12px 10px!important;
font-size:15px;
line-height:15px;
}
.wpml-ls-legacy-dropdown a:hover {
font-size:15px;
padding: 12px 10px!important;
line-height:15px;
}If this solution does not resolve your issue or seems outdated, we highly recommend 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. If further assistance is needed, please open a new support ticket at WPML Support Forum. |
|
0 | 22 | 10 mese, 3 settimana fa | |
|
Posts do not show translations
Iniziato da: sachaJ in: English Support |
|
0 | 12 | 10 mese, 3 settimana fa | |
|
Cannot translate the navigation menu
Iniziato da: sachaJ
in: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant 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. Should you need further assistance, please open a new support ticket at WPML Support Forum. |
|
0 | 12 | 10 mese, 3 settimana fa |