Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
There are text that appear in the Advanced Translation Editor that is not related to my page
Iniziato da: philippeB-68
in: English Support
Problem: Solution: If this solution does not apply to your case, or if it seems outdated, please open 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, you can contact us directly through our support forum. |
|
0 | 4 | 10 mese fa | |
|
I need help to customise the wpml dropdown
Iniziato da: philippeB-68
in: English Support
Problem: If this solution does not fully 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 2 | 10 mese fa | |
|
I have a link in the content and would like to localize it so that I can direct the visitors to the …
Iniziato da: philippeB-68 in: Chat Support |
|
1 | 1 |
1 anno, 1 mese fa
|
|
|
Incompatibility with WPVivid
Iniziato da: philippeB-68
in: English Support
Problem: 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. |
|
1 | 6 | 1 anno, 1 mese fa | |
|
Compatibility with WPvivid
Iniziato da: philippeB-68
in: English Support
Problem: 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. Should you need further assistance, please open a new support ticket at WPML support forum. |
|
0 | 10 | 1 anno, 2 mese fa | |
|
WooCommerce
Iniziato da: philippeB-68 in: English Support |
|
0 | 7 | 1 anno, 4 mese fa | |
|
Updating the content on a page in the primary language
Iniziato da: philippeB-68 in: English Support |
|
0 | 3 | 1 anno, 4 mese fa | |
|
Optimize SEO for German Formal language
Iniziato da: philippeB-68
in: English Support
Problem: The client installed WordPress in German (Sie) and then WPML, which switched to German (Du). In the meta tags, 'german-formal' appears, which the client believes is not good for SEO. They need to tag the website as being in German while using formal German with WPML. Solution: We recommend adding a function to the theme's child functions.php file to modify the HTML language attribute for German. Here is the code you should use:
add_filter('language_attributes', 'modify_language_attributes_for_german');
function modify_language_attributes_for_german($lang) {
// Check if the current language is German
$my_current_lang = apply_filters( 'wpml_current_language', NULL );
if ($my_current_lang === 'de') {
// Replace the language code for German
return 'lang="de-DE"';
}
return $lang; // Keep default language attributes for other languages
}
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. If further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 5 | 1 anno, 4 mese fa |