All articles written by Bigul:
No items found
Status |
Tópico
|
Supporter | Vozes | Posts | Freshness |
---|---|---|---|---|---|
When using get_post_permalink on wp_insert_post the old permalink is returned
1
2
3
Iniciado por: Henrik in: English Support |
|
6 | 36 | 5 mes, 2 weeks atrás | |
Adding ‘Sindhi’ new RTL language
Iniciado por: khurramZ
in: English Support
Problem: |
|
3 | 8 | 2 years, 6 mes atrás | |
Access to the merge/segmentation app
Iniciado por: claudiaD-5 in: English Support |
|
2 | 2 | 2 years, 6 mes atrás | |
ACF Pro labels do not display properly
1
2
Iniciado por: paulinaS-2 in: English Support |
|
4 | 20 | 2 years, 10 mes atrás | |
Who to get translated data from a WordPress multisite using WP REST API
1
2
Iniciado por: Aurelien in: English Support |
|
2 | 32 | 3 years, 4 mes atrás | |
When I go to translate a page I’ve created using using Salient Visual Composer,
1
2
Iniciado por: mathieulaflamme in: English Support |
|
3 | 28 | 3 years, 5 mes atrás | |
XLIFF File not saving to ACF
Iniciado por: davidF-49 in: English Support |
|
3 | 5 | 3 years, 7 mes atrás | |
Products stock and price update not syncing
Iniciado por: maximilianoM in: English Support |
|
2 | 4 | 3 years, 8 mes atrás | |
Language redirection without loading default
Iniciado por: 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, 8 mes atrás | |
Product translation editor KO
1
2
Iniciado por: 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, 8 mes atrás | |
Different Links with WC Vendors Pro – Add Products
Iniciado por: Alan in: English Support |
|
2 | 7 | 3 years, 8 mes atrás | |
help to wpml switch language for email actions
1
2
3
Iniciado por: desireeM in: English Support |
|
3 | 37 | 3 years, 9 mes atrás | |
How to find & delete waiting for translations strings
Iniciado por: davidG-36 in: English Support |
|
2 | 8 | 3 years, 9 mes atrás | |
Match multilanguage woocommerce products, categories and tags after import
Iniciado por: gianfrancoa-3
in: English Support
Problem: Relevant Documentation: |
|
2 | 9 | 3 years, 9 mes atrás | |
Translation of a custom rewrite slug of a custom post type
Iniciado por: lucaP-26 in: English Support |
|
4 | 4 | 3 years, 4 mes atrás |
This user has not created any topics.