This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
class attributed is not copied to translation
Started by: richardK-49
in: English Support
Problem: 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. Should you need further assistance, please do not hesitate to open a new support ticket at WPML support forum. |
|
3 | 10 | 1 year, 11 months ago | |
|
Split: Bricks content can not be translated
Started by: richardK-49
in: English Support
Problem: app/public/wp-content/themes/bricks/includes/ajax.php file. Ajax::update_bricks_postmeta() , around line 1233, replace the following snippet: if ( $is_bricks_postmeta && ! Capabilities::current_user_can_use_builder( $object_id ) ) {<br />return false;<br />}With: if ( $is_brics_postmeta && ! Capabilities::current_user_can_use_builder( $object_id ) ) {<br />// WPML Workaround for compsupp-7377<br />if ( class_exists("Sitepress") ) {<br />return $check;<br />}<br />return false;<br />}For more details, check the related known issue on WPML Errata. Please note that this solution might be outdated or not applicable to your specific case. We highly recommend checking the 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, please open a new support ticket. |
|
2 | 7 | 1 year, 11 months ago | |
|
Translated page doesn't appear.
Started by: richardK-49
in: English Support
Problem: wp-config.php file: define('WP_DEBUG', true);define('WP_DEBUG_DISPLAY', false);define('WP_DEBUG_LOG', true);This setup will log errors to a debug.log file in the /wp-content/ directory. For more details on debugging WPML, visit https://wpml.org/documentation/support/debugging-wpml/. 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. |
|
2 | 10 | 1 year, 11 months ago | |
|
Brick template cannot translate
Started by: richardK-49
in: English Support
Problem: If this solution does not apply because it is outdated or not relevant to your case, we suggest opening a new support ticket. We also highly recommend checking related 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 contact us on the WPML support forum. |
|
3 | 5 | 1 year, 12 months ago | |
|
I translated the strings, but the hungarian remained English.
Started by: richardK-49 in: English Support |
|
2 | 2 | 1 year, 12 months ago |