このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
---|---|---|---|---|---|
A translation is not showing on the frontend of the website
1
2
開始者:sharwinJ
カテゴリ:English Support
Problem: Solution: app/public/wp-content/themes/thegem-elementor/gem-templates/products-extended/content-product-grid-item.php file. <?php <br />// WPML Workaround for compsupp-7150<br />$attribute_name = apply_filters('wpml_translate_single_string', $attribute_data->name , 'WordPress', 'taxonomy singular name: '.$attribute_data->name );<br />?><br /><span class="attribute-name text-body-tiny"><?php echo $attribute_name; ?>:</span> We also mentioned that we would contact the theme author to ensure that this fix is included in their next update. If this solution doesn't look relevant to your issue, please open a new support ticket at the WPML support forum. |
|
3 | 30 | 1年、 5ヶ月前 | |
Product variation is not showing in original language
開始者:sharwinJ
カテゴリ:English Support
Problem: The variation of the product was not showing in the editing screen of the original language product page. Solution: We're uncertain what solved the issue here. It may have been the increase of WP_MEMORY_LIMIT. You can increase it from the wp-config.php file in your WordPress installation. Insert this code in that file: /** Memory Limit */ define('WP_MEMORY_LIMIT', '256M'); define( 'WP_MAX_MEMORY_LIMIT', '256M' ); Add it before this line: /* That's all, stop editing! Happy blogging. */ Relevant Documentation: |
|
2 | 10 | 1年、 6ヶ月前 |