Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
PHP Fatal error: Uncaught InvalidArgumentException:
1
2
…
4
5
Iniziato da: rhettY in: English Support |
|
2 | 64 | 1 settimana, 4 giorno fa | |
|
product categories do not show in product filters
1
2
Iniziato da: rhettY
in: English Support
Problem: Solution: 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. Additionally, if further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 20 | 2 settimana, 6 giorno fa | |
|
After changing to other currency, can’t change back to default currency USD
1
2
…
4
5
Iniziato da: rhettY in: English Support |
|
0 | 69 | 3 settimana fa | |
|
PHP deprecation warnings
1
2
Iniziato da: rhettY
in: English Support
Problem: Solution: Please note that these warnings are not indicative of functional problems with your site but are meant to inform about deprecated practices. If this solution does not apply or is outdated, or if the problem 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, do not hesitate to open a new support ticket at WPML support forum for further assistance. |
|
0 | 16 | 1 mese fa | |
|
PHP Deprecated: Creation of dynamic property WC_Product_Variable
Iniziato da: rhettY in: Chat Support |
|
1 | 2 | 1 mese, 1 settimana fa | |
|
PHP Warning: foreach() argument must be of type array|object, string given
Iniziato da: rhettY in: Chat Support |
|
0 | 2 | 1 mese, 1 settimana fa | |
|
2 secondary shop pages exist
Iniziato da: rhettY
in: English Support
Problem: If you're experiencing similar issues, we recommend reinstalling the WPML plugin and verifying that all settings are correctly configured. Additionally, if this solution does not apply or seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If problems persist, feel free to open a new support ticket at WPML support forum for further assistance. |
|
1 | 6 | 1 mese, 3 settimana fa | |
|
PHP Warning: include(): Failed opening
Iniziato da: rhettY in: Chat Support |
|
0 | 4 | 1 mese, 3 settimana fa | |
|
Links to wrong language pages
Iniziato da: rhettY in: English Support |
|
0 | 4 | 1 mese, 3 settimana fa | |
|
language switcher will open to unexpected page
Iniziato da: rhettY in: English Support |
|
0 | 9 | 2 mese fa | |
|
error display for [esi wpml_language_selector_widget] in secondary language in Bricks editor
Iniziato da: rhettY
in: English Support
Problem: if ( ! is_admin() && ! defined( 'BRICKS_IS_EDITOR' ) ) {
echo do_shortcode('[esi wpml_language_selector_widget]');
} else {
echo do_shortcode('[wpml_language_selector_widget]');
}For the cart issue, avoid using ESI for the currency switcher on the cart page. Instead, use this hook in your functions.php: add_action( 'woocommerce_before_main_content', 'custom_wpml_currency_switcher_esi', 20 );
function custom_wpml_currency_switcher_esi() {
if ( ! is_cart() && ! is_checkout() ) {
echo do_shortcode( '[esi wpml_currency_switcher_widget]' );
} else {
// Optional fallback or nothing
// echo do_shortcode( '[wpml_currency_switcher_widget]' );
}
}Remember, WPML does not control how LiteSpeed parses or caches ESI blocks, and issues might arise if ESI is not enabled correctly or if the theme or builder does not support ESI context. If these solutions do not resolve your issues or seem outdated, please check related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. We highly recommend opening a new support ticket if problems persist. |
|
1 | 9 | 2 mese, 1 settimana fa | |
|
flags do not show up
Iniziato da: rhettY
in: English Support
Problem: 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. Should you need further assistance, please do not hesitate to open a new support ticket or visit our support forum at WPML Support Forum. |
|
0 | 4 | 2 mese, 1 settimana fa | |
|
Scrolling issue in translation editor
Iniziato da: rhettY in: English Support |
|
0 | 12 | 2 mese, 1 settimana fa | |
|
a lot of duplicated queries
Iniziato da: rhettY in: Chat Support |
|
1 | 1 |
2 mese, 1 settimana fa
|
|
|
Feature request for translation editor
Iniziato da: rhettY in: English Support |
|
0 | 2 | 2 mese, 2 settimana fa |