此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
状态 |
主题
|
支持者 | 参与者 | 帖子 | 最新活动 |
---|---|---|---|---|---|
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 years, 5 months前 | |
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 years, 6 months前 |