למשתמש זה אין נושאים מועדפים.
נושאי פורום מועדפים
נושאי פורום שנוצרו
סטטוס |
נושא
|
תומך | קולות | פוסטים | עדכניות |
---|---|---|---|---|---|
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 חודשים |