This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
The account states that my website is inactive, while it is in use. I have re-entered the activation…
Started by: philippeB-68 in: English Support |
|
0 | 13 | 2 months, 2 weeks ago | |
|
I need help with ACF field localization
Started by: philippeB-68
in: English Support
Problem: Solution: If this solution does not resolve your issue or seems irrelevant due to updates or differences in 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 | 6 | 3 months, 1 week ago | |
|
WPML not compatible with Litespeed QUIC service
1
2
Started by: philippeB-68
in: English Support
Problem: If these steps do not resolve the issue or if the solution 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 the problem persists, please open a new support ticket at WPML support forum for further assistance. |
|
1 | 18 | 5 months ago | |
|
I want to use Litespeed with their cloud extension, but during the validation, WPML redirect to a 40…
Started by: philippeB-68
in: English Support
Problem: If this solution does not resolve the 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 the problem persists, please open a new support ticket at WPML support forum for further assistance. |
|
0 | 4 | 5 months, 2 weeks ago | |
|
I would like to separate languages for different countries: I would like to have French for France a…
Started by: philippeB-68
in: English Support
Problem: If this solution does not fully resolve your issue or seems outdated, we 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. |
|
1 | 4 | 9 months, 1 week ago | |
|
I am building my website with Bricksbuilder. I have Bricksforge and have built the form with Pro For…
Started by: philippeB-68
in: English Support
Problem: If this solution does not apply to your case, or if it becomes 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. |
|
0 | 6 | 9 months, 4 weeks ago | |
|
I am using a custom field from ACF for Pages, so that I can define if the header of Bricksbuilder is…
Started by: philippeB-68
in: English Support
Problem: If the problem persists, please provide more details about how you are using this ACF field in your template or code, how you output its value, and when and where the problem occurs. Uploading relevant screenshots could also help us better understand and address the issue. 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 issue persists, we encourage you to open a new support ticket at WPML support forum for further assistance. |
|
0 | 2 | 10 months, 2 weeks ago | |
|
There are text that appear in the Advanced Translation Editor that is not related to my page
Started by: 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 months, 3 weeks ago | |
|
I need help to customise the wpml dropdown
Started by: 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 months, 3 weeks ago | |
|
Incompatibility with WPVivid
Started by: 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 year, 2 months ago | |
|
Compatibility with WPvivid
Started by: 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 year, 3 months ago | |
|
WooCommerce
Started by: philippeB-68 in: English Support |
|
0 | 7 | 1 year, 4 months ago | |
|
Updating the content on a page in the primary language
Started by: philippeB-68 in: English Support |
|
0 | 3 | 1 year, 4 months ago | |
|
Optimize SEO for German Formal language
Started by: 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 year, 4 months ago |