This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
403 error – The request could not be satisfied
Started by: Marketing Tech in: English Support |
2 | 5 | 1 year, 7 months ago | ||
Limit User Access
Started by: Marketing Tech in: English Support |
2 | 2 | 1 year, 7 months ago | ||
transfer wpml translations between instances
Started by: Marketing Tech in: English Support |
2 | 4 | 1 year, 8 months ago | ||
Fatal error and blank ATE when trying to edit translation
Started by: Marketing Tech
in: English Support
Problem: When trying to add Translation the following fatal error occurs: Fatal error: Uncaught Error: Call to a member function get_source_language_code() on bool Solution: - Backup the site completely to prevent any issues and for a reference point. - Go to: WordPress Dashboard -> WPML -> Support page, Click on the "Troubleshooting" link there - Click on the Clear and Fix options there like the following options except for the Reset options. Those options will fix any translation and Database issues if there are any. Clear the Cache in WPML Relevant Documentation: https://wpml.org/documentation/support/wpml-troubleshooting-options/ |
2 | 5 | 1 year, 9 months ago | ||
504 Error when there's a lot of people working on the translation
Started by: Marketing Tech in: English Support |
2 | 6 | 1 year, 9 months ago | ||
Yoast translated categories update
Started by: Marketing Tech in: English Support |
2 | 4 | 1 year, 10 months ago | ||
Sometimes when we do translation it takes a while for the translation to save
Started by: Marketing Tech in: English Support |
2 | 3 | 1 year, 10 months ago | ||
Translating Author name on a Blog Post
Started by: Marketing Tech in: English Support |
2 | 6 | 1 year, 10 months ago | ||
WPML chat support ticket by gofluentM – 1676368514
Started by: Marketing Tech in: English Support |
1 | 1 |
1 year, 11 months ago
|
||
Change in page resets embedded form in translated page
Started by: Marketing Tech
in: English Support
Problem: - Backup the site completely first to prevent any issues. - Edit your child theme's functions.php file and append the following code so that Numbers/IDs in page are translatable and are shown in translation editor. /** * Allow translating numbers */ function wpmlsupp_7499_allow_translating_numbers( $is_translatable, $job_translate ) { $data = $job_translate['field_data']; if ( 'base64' === $job_translate['field_format'] ) { $data = base64_decode( $data ); } if ( is_numeric( $data ) ) { return true; } return $is_translatable; } add_filter( 'wpml_tm_job_field_is_translatable', 'wpmlsupp_7499_allow_translating_numbers', 10, 2 ); - Also append the following code to your child theme's functions.php file so that a shortcode is setup to insert marketo forms in pages/posts. //[marketo_forms id="FORM ID"] function Marketo_Forms( $atts ){ $string ="<script src=\"//page.gofluent.com/js/forms2/js/forms2.min.js\"></script> <form id=\"mktoForm_".$atts["id"]."\"></form> <script>MktoForms2.loadForm(\"//page.gofluent.com\", \"846-WED-421\",".$atts["id"].");</script>"; return $string; } add_shortcode( 'marketo_forms', 'Marketo_Forms' ); - Go to WPML -> Settings -> Custom XML Settings and save the setting with the following XML so that the id in shortcode is set as translatable: Go to WPML -> Settings page click on Custom XML Configuration tab, then save it with the following config: <wpml-config> <shortcodes> <shortcode> <tag>marketo_forms</tag> <attributes> <attribute>id</attribute> </attributes> </shortcode> </shortcodes> </wpml-config> - Edit your page and replace the JavaScript form you inserted= with a shortcode in the following format: [marketo_forms id="10800"] Replace the id 10800 with your form id. - Edit the translation and translate the id of the translated form from marketo forms. Relevant Documentation: |
2 | 14 | 1 year, 12 months ago | ||
for some reason translated page redirects to a different page
Started by: Marketing Tech in: English Support |
2 | 3 | 2 years ago | ||
we are experiencing issues on our production
Started by: Marketing Tech in: English Support |
2 | 3 | 2 years ago | ||
Split: Continuation of Redis Object Cache problem
Started by: Marketing Tech in: English Support |
2 | 11 | 2 years ago | ||
Translations missing from the backend of the site
1
2
Started by: Marketing Tech in: English Support |
2 | 27 | 2 years ago | ||
uncontrolled redirection by WPML
Started by: Marketing Tech in: English Support |
2 | 4 | 2 years ago |