このユーザーにはお気に入りトピックがありません。
お気に入りのフォーラム・トピック
フォーラム・トピックの作成
状況 |
トピック
|
サポーター | 声 | 投稿文 | 新鮮さ |
---|---|---|---|---|---|
Unable to translate Divi code block
によって始められた: johannesG-17
にある: English Support
Problem: function product_feature_box_shortcode() {<br /> ob_start();<br /> ?><br /> <div id="product-feature-box"><br /> <div class="product-feature-box-entry"><br /> <span class="product-feature-box-icon">✍</span><br /> <span class="product-feature-box-text"><?php _e('Eine Website', 'your-text-domain'); ?></span><br /> </div><br /> <div class="product-feature-box-entry"><br /> <span class="product-feature-box-icon">✍</span><br /> <span class="product-feature-box-text"><?php _e('1 Jahr Ausgezeichneter & priorisierter Support', 'your-text-domain'); ?></span><br /> </div><br /> <div class="product-feature-box-entry"><br /> <span class="product-feature-box-icon">✍</span><br /> <span class="product-feature-box-text"><?php _e('1 Jahr Updates', 'your-text-domain'); ?></span><br /> </div><br /> <div class="product-feature-box-entry"><br /> <span class="product-feature-box-icon">✍</span><br /> <span class="product-feature-box-text"><?php _e('Jederzeit kündbar', 'your-text-domain'); ?></span><br /> </div><br /> <div class="product-feature-box-entry"><br /> <span class="product-feature-box-icon">✍</span><br /> <span class="product-feature-box-text"><?php _e('30-Tage-Geld-zurück-Garantie *', 'your-text-domain'); ?></span><br /> </div><br /> </div><br /> <?php<br /> return ob_get_clean();<br />}<br />add_shortcode('product_feature_box', 'product_feature_box_shortcode'); 2. Replace the custom code module with a text module in Divi and use the shortcode [product_feature_box] . Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If you're still experiencing issues, we highly recommend checking the related 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. |
3 | 5 | 9ヶ月、 1週前 | ||
Change page language automatically after detecting user language
によって始められた: johannesG-17
にある: English Support
Problem:
We also suggested exploring general web development techniques for detecting a user's browser language and implementing redirects, referencing a StackOverflow thread for guidance. We recommended backing up the website before implementing any custom code. If the client is not comfortable with custom coding, we suggested reaching out to one of our certified contractors for professional assistance. If this solution does not apply or is outdated, or if further assistance is needed, we encourage the client to check the related known issues, verify the version of the permanent fix, ensure the latest versions of themes and plugins are installed, and if necessary, open a new support ticket at WPML support forum. |
2 | 3 | 10ヶ月、 4週前 | ||
Translation editor missing nearly half of the page content
によって始められた: johannesG-17
にある: English Support
Problem: Solution: Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If you're still experiencing issues, we recommend 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. |
2 | 13 | 10ヶ月、 4週前 | ||
Emails not translated within the user language
1
2
によって始められた: johannesG-17
にある: English Support
Problem: Solution: Additionally, to ensure the translation of admin options in the backend, you should use the wpml_st_force_translate_admin_options hook when needed. This hook forces the translation of admin texts and can be implemented as follows: do_action( 'wpml_st_force_translate_admin_options' ); Please note that the solution provided might be irrelevant if it's outdated or not applicable to your case. If the issue persists, 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 you still need assistance, please open a new support ticket with us. |
2 | 20 | 11ヶ月前 | ||
User language not updating when switching language
によって始められた: johannesG-17
にある: English Support
Problem: wpml_switch_language_for_email function. For the separate issue regarding the WooCommerce email footer text translation, we ask the client to create a new support ticket, as we handle one issue per thread to keep discussions clear and focused. Please note that the solution provided might be outdated or not applicable to your case. If the solution does not resolve your issue, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket. |
2 | 4 | 11ヶ月、 1週前 | ||
WooCommerce product fields are not being copied as defined inside wpml-config
によって始められた: johannesG-17 にある: Unterstützung in Deutsch |
2 | 6 | 1年、 3ヶ月前 | ||
Plugin development besides WPML
によって始められた: johannesG-17 にある: English Support |
2 | 2 | 1年、 7ヶ月前 | ||
Page translation button missing
によって始められた: johannesG-17 にある: English Support |
2 | 4 | 1年、 10ヶ月前 | ||
Opening WooCommerce E-Mail-Settings and sending E-Mails results in an error
によって始められた: johannesG-17 にある: English Support |
2 | 4 | 1年、 10ヶ月前 | ||
issue with a translation of my page
によって始められた: johannesG-17 にある: English Support |
2 | 9 | 1年、 10ヶ月前 | ||
WooCommerce Germanized email content not correctly translated
によって始められた: johannesG-17
にある: English Support
Problem: WooCommerce Germanized email content not correctly translated. Solution: The issue was due to the language settings of the user who is placing the order and the admin who is viewing or triggering the order email from the WordPress dashboard. In the front end: - If the order is submitted in English, the order email will be in English. - If the order is submitted in German, the order email will be in German. In the WordPress Dashboard > WooCommerce > Orders: - If you change or trigger the email sent from the WordPress dashboard, the language of the Admin user will be considered. - If you want to send from the dashboard in English, go to WordPress Dashboard > Users > Profile and change the Admin language to English. Make sure you have translated both instances of the text in the WPML String Translation. Relevant Documentation: https://wpml.org/documentation/related-projects/woocommerce-multilingual/ |
2 | 8 |
1年、 10ヶ月前
johannesG-17 |