This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Translations sync fails after adding page to translation basket
Started by: jerisscloudcenter in: English Support |
1 | 2 |
2 days, 23 hours ago
|
||
I want to remove the French translation for all the strings of a specific domain
Started by: jerisscloudcenter in: English Support |
2 | 2 | 2 weeks, 2 days ago | ||
Which addon will you support : ACF or SCF ?
Started by: jerisscloudcenter in: English Support |
2 | 2 | 3 weeks ago | ||
Strings of the shipping methods aren't showing their translations.
Started by: jerisscloudcenter in: English Support |
2 | 2 | 1 month, 3 weeks ago | ||
WPML shows 1 string for multiple rows of texts
Started by: jerisscloudcenter in: English Support |
3 | 12 | 3 months, 1 week ago | ||
Negative feedback on the “NEW” advanced editor
Started by: jerisscloudcenter
in: English Support
Problem: If this solution becomes irrelevant due to updates or if it does not address 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 issues persist, please open a new support ticket at WPML support forum for further assistance. |
2 | 2 | 3 months, 1 week ago | ||
Enormous size of "wp_icl_strings" database table from "gravityforms-multilingual" (about 12.4 MB…
Started by: jerisscloudcenter in: English Support |
3 | 10 | 3 months, 3 weeks ago | ||
WPML String Translation is reporting a lot of slow queries, according to my host support
Started by: jerisscloudcenter
in: English Support
Problem: These steps should help reduce the number of slow queries generated by WPML String Translation. If this solution does not apply to your situation, 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. |
2 | 5 | 3 months, 4 weeks ago | ||
Shop Manager loses access to wp-admin when removing him from list of Translators, why?
Started by: jerisscloudcenter
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, please open a new support ticket. 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. For further assistance, you can also visit our support forum at WPML support forum. |
2 | 3 | 4 months ago | ||
Unable to translate some strings
Started by: jerisscloudcenter
in: English Support
Problem: // WPMl Workaround for compsupp-7428 function wpml_compsupp7428_register_and_translate_labels_for_wooVPF($label) { if (class_exists('Sitepress')) { $string = $label; $textdomain = ' woo_vpf_ymm'; // Replace with your actual text domain $string_name = 'Woo VFP: ' . substr($string, 0, 20); if (apply_filters('wpml_default_language', NULL) == apply_filters('wpml_current_language', NULL)) { do_action('wpml_register_single_string', $textdomain, $string_name, $string); } // Apply the translation to the string $label = apply_filters('wpml_translate_single_string', $string, $textdomain, $string_name); } return $label; } // List of filters to apply the custom function $label_filters = [ 'woo_vpf_ymm_year_label', 'woo_vpf_ymm_make_label', 'woo_vpf_ymm_model_label', 'woo_vpf_ymm_engine_label', 'woo_vpf_ymm_category_label', 'woo_vpf_ymm_keyword_label', 'widget_woo_vpf_ymm_label_year', 'widget_woo_vpf_ymm_label_make', 'widget_woo_vpf_ymm_label_model', 'widget_woo_vpf_ymm_label_engine', 'widget_woo_vpf_ymm_label_category', 'widget_woo_vpf_ymm_label_keyword', 'widget_woo_vpf_ymm_label_search', 'widget_woo_vpf_ymm_label_reset_search' ]; // Apply the custom function to each filter foreach ($label_filters as $filter) { add_filter($filter, 'wpml_compsupp7428_register_and_translate_labels_for_wooVPF'); } After adding the code, follow these steps:
If this solution does not 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 at WPML support forum. |
2 | 6 | 4 months, 2 weeks ago | ||
Products don’t appear in INCOGNITO mode
Started by: jerisscloudcenter
in: English Support
Problem: If this solution does not resolve your issue or seems irrelevant due to outdated information or a different case scenario, we recommend opening a new support ticket. We also advise 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. |
2 | 4 | 4 months, 3 weeks ago | ||
I'm unable to translate woocommerce widgets
Started by: jerisscloudcenter in: English Support |
2 | 5 | 5 months ago | ||
Delete a website from my WPML account
Started by: jerisscloudcenter
in: English Support
Problem: If you're experiencing a similar issue and the provided steps do not help, or if this solution doesn't seem relevant to your problem, please open a new support ticket at WPML support forum. |
2 | 6 | 9 months, 3 weeks ago | ||
Sticky Links not working with WoodMart elements
Started by: jerisscloudcenter
in: English Support
Problem: Solution: Here are the steps to ensure your links translate correctly: For more detailed instructions on registering page builder content for translation, please refer to our documentation on registering page builder content for translation. If this solution doesn't seem relevant to your situation, please open a new support ticket with us, and we'll be happy to assist you further. |
2 | 10 | 11 months, 1 week ago | ||
I'd like to retain the original URL
Started by: jerisscloudcenter
in: English Support
Problem: Solution: functions.php file to blacklist specific requests and prevent Sticky Links from converting them into PageIDs. Here's the code you should use: add_filter( 'wpml_sl_blacklist_requests', 'wpml_sl_blacklist_requests', 10, 2 ); function wpml_sl_blacklist_requests( $blacklist, $sitepress ) { $blacklist[] = 'your-page-slug'; return $blacklist; } After adding this code, re-add the link to the page and save it. This should exclude the specified slug from being converted by Sticky Links. More info on next link: https://wpml.org/documentation/getting-started-guide/sticky-links/#linking-to-pages-in-a-different-language If this solution doesn't look relevant to your issue, please don't hesitate to open a new support ticket. You can do so by visiting the WPML support forum. |
2 | 12 | 1 year ago |