Este usuario no tiene temas favoritos.
Temas favoritos del foro
Temas del foro creados
Estado |
Tema
|
Colaborador | Voces | Entradas | Frescura |
---|---|---|---|---|---|
I have translated text through String-Translation but it didn't appear on frontend
Iniciado por: nicoK-7
en: English Support
Problem: /** Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');<br />define('WP_MAX_MEMORY_LIMIT', '256M'); Place these lines above the '/* That's all, stop editing! Happy blogging. */' line. After updating, verify the changes at WPML -> Support and check if the issue with the string translations is resolved. If this solution does not apply to your case, or if it's 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. |
2 | 8 | hace 1 mes, 1 semana | ||
Issue with custom links translation
1
2
Iniciado por: nicoK-7
en: English Support
Problem: Solution: functions.php file to address the issue: // WPML Workaround for compsupp-7532 function wpml_compsupp7532_add_custom_blacklist_requests( $blacklist, $sitepress ) { // Add your custom request to the blacklist array // We can hardcode URL's, like: //$blacklist[] = "c/rear-view-cameras/f/vehicle-type-truck"; // Or use REGEX. This regex should match slugs like "c/(any slug here)/f/(any slug here)" - we may need to adapt it if needed $blacklist[] = '/^c\/[^\/]+\/f\/[^\/]+\/?$/'; return $blacklist; } add_filter( 'wpml_sl_blacklist_requests', 'wpml_compsupp7532_add_custom_blacklist_requests', 10, 2 ); After adding the code, save the file, make a small modification to the block content, and save. Then, update the translations. You may need to re-translate the links. 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. |
2 | 25 | hace 2 meses, 2 semanas | ||
Issue with attribute slug in filter URL
Iniciado por: nicoK-7
en: 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. Should you need further assistance, please do not hesitate to open a new support ticket with us at WPML support forum. |
2 | 16 | hace 3 meses, 3 semanas | ||
Issue with attribute slug in filter URL
Iniciado por: nicoK-7 en: Chat Support |
1 | 2 |
hace 4 meses, 1 semana
|