All articles written by Bigul:
No items found
Status | موضوع | Supporter | المشاركون | المشاركات | آخر تحديث |
---|---|---|---|---|---|
Adding ‘Sindhi’ new RTL language الكاتب: khurramZ في: English Support Problem: | | 3 | 8 | قبل 1 سنة، 5 شهور | |
Access to the merge/segmentation app الكاتب: claudiaD-5 في: English Support | | 2 | 2 | قبل 1 سنة، 5 شهور | |
ACF Pro labels do not display properly 1 2 الكاتب: paulinaS-2 في: English Support | | 4 | 20 | قبل 1 سنة، 9 شهور | |
When using get_post_permalink on wp_insert_post the old permalink is returned 1 2 3 الكاتب: Henrik في: English Support | | 5 | 33 | قبل 2 سنوات، 1 شهر | |
Who to get translated data from a WordPress multisite using WP REST API 1 2 الكاتب: Aurelien في: English Support | | 2 | 32 | قبل 2 سنوات، 3 شهور | |
When I go to translate a page I’ve created using using Salient Visual Composer, 1 2 الكاتب: mathieulaflamme في: English Support | | 3 | 28 | قبل 2 سنوات، 3 شهور | |
XLIFF File not saving to ACF الكاتب: davidF-49 في: English Support | | 3 | 5 | قبل 2 سنوات، 6 شهور | |
Products stock and price update not syncing الكاتب: maximilianoM في: English Support | | 2 | 4 | قبل 2 سنوات، 6 شهور | |
Language redirection without loading default الكاتب: pierS-2 في: 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 | قبل 2 سنوات، 6 شهور | |
Product translation editor KO 1 2 الكاتب: marcp-21 في: 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 | قبل 2 سنوات، 7 شهور | |
Different Links with WC Vendors Pro – Add Products الكاتب: Alan في: English Support | | 2 | 7 | قبل 2 سنوات، 7 شهور | |
help to wpml switch language for email actions 1 2 3 الكاتب: desireeM في: English Support | | 3 | 37 | قبل 2 سنوات، 7 شهور | |
How to find & delete waiting for translations strings الكاتب: davidG-36 في: English Support | | 2 | 8 | قبل 2 سنوات، 7 شهور | |
Match multilanguage woocommerce products, categories and tags after import الكاتب: gianfrancoa-3 في: English Support Problem: Relevant Documentation: | | 2 | 9 | قبل 2 سنوات، 8 شهور | |
Translation of a custom rewrite slug of a custom post type الكاتب: lucaP-26 في: English Support | | 4 | 4 | قبل 2 سنوات، 3 شهور |
هذا العضو لم ينشئ أي موضوعات.