All articles written by Bigul:
No items found
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
When using get_post_permalink on wp_insert_post the old permalink is returned
1
2
3
Started by: Henrik in: English Support |
|
6 | 36 | 6 months, 3 weeks ago | |
Adding ‘Sindhi’ new RTL language
Started by: khurramZ
in: English Support
Problem: |
|
3 | 8 | 2 years, 8 months ago | |
Access to the merge/segmentation app
Started by: claudiaD-5 in: English Support |
|
2 | 2 | 2 years, 8 months ago | |
ACF Pro labels do not display properly
1
2
Started by: paulinaS-2 in: English Support |
|
4 | 20 | 3 years ago | |
Who to get translated data from a WordPress multisite using WP REST API
1
2
Started by: Aurelien in: English Support |
|
2 | 32 | 3 years, 6 months ago | |
When I go to translate a page I’ve created using using Salient Visual Composer,
1
2
Started by: mathieulaflamme in: English Support |
|
3 | 28 | 3 years, 6 months ago | |
XLIFF File not saving to ACF
Started by: davidF-49 in: English Support |
|
3 | 5 | 3 years, 9 months ago | |
Products stock and price update not syncing
Started by: maximilianoM in: English Support |
|
2 | 4 | 3 years, 9 months ago | |
Language redirection without loading default
Started by: pierS-2
in: English Support
Problem: Language redirection Solution: The client was looking for an option to redirect to language directory when *Use directory for default language* option is selected for WPML>>Languages>>Language URL format>>Different languages in directories. Recommended the following as a workaround. 1. In WPML -> Languages : 2. In your WordPress installation root directory, the same where you can find your wp-config.php file: <?php if(substr( $_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2 ) == 'de' ) { header( 'Location: https://yoursite.com/de/' ); }else if( substr( $_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2 ) == 'fr' ) { header( 'Location: https://yoursite.com/fr/' ); }else { header( 'Location: https://yoursite.com/en/' ); } ?> Relevant Documentation: |
|
4 | 13 | 3 years, 9 months ago | |
Product translation editor KO
1
2
Started by: marcp-21
in: English Support
Problem: Unable to translate the Post or Page from Translation Editor Solution: While translating a Post or Page from Translation Editor we will be directed to WPML>>Translations page. It was happening because of mixed collation of Database tables and String Translation tables are missing in the database. It worked fine after the following steps. 1) Upgrade to the latest version of WPML plugins(3.7 series) 2) Upgrade WooCommerce to the latest version 3) Upgrade WPBakery Visual Composer to the latest version 4) Change the DB collation of your Database and table to *utf8mb4_unicode_ci* like the following. Becuase now your tables having mixed DB collation. # For each database: ALTER DATABASE database_name CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci; # For each table: ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; Check the following tutorial for more details and example. [php] https://mathiasbynens.be/notes/mysql-utf8mb4 5) Then add the following code in functions.php of your theme [php] function wpml_fix_missing_icl_tables() { if( function_exists( 'icl_sitepress_activate' ) ) icl_sitepress_activate(); } add_action( 'wp_footer', 'wpml_fix_missing_icl_tables' ); 6) Visit the home page, then confirm in your database that String Translation tables are created 7) After that, you can remove the above code from functions.php of your theme 8) Then run the following query in Database to add a missing field to icl_translation_status table. Replace *your-db-prefix* with your Database prefix for an example wp. ALTER TABLE `*your-db-prefix*_icl_translation_status` ADD `batch_id` INT(11) NOT NULL AFTER `translation_service`; 9) Please check you can translate a Post/Page/Product Relevant Documentation: https://mathiasbynens.be/notes/mysql-utf8mb4 |
|
3 | 21 | 3 years, 10 months ago | |
Different Links with WC Vendors Pro – Add Products
Started by: Alan in: English Support |
|
2 | 7 | 3 years, 10 months ago | |
help to wpml switch language for email actions
1
2
3
Started by: desireeM in: English Support |
|
3 | 37 | 3 years, 10 months ago | |
How to find & delete waiting for translations strings
Started by: davidG-36 in: English Support |
|
2 | 8 | 3 years, 10 months ago | |
Match multilanguage woocommerce products, categories and tags after import
Started by: gianfrancoa-3
in: English Support
Problem: Relevant Documentation: |
|
2 | 9 | 3 years, 11 months ago | |
Translation of a custom rewrite slug of a custom post type
Started by: lucaP-26 in: English Support |
|
4 | 4 | 3 years, 6 months ago |
This user has not created any topics.