WPML
סטטוס
נפתר על ידי המפתח
תוסף/ערכת עיצוב קשורים
TheGem
תגיות נושא
Compatibility

סקירה כללית של התקלה

בעת השימוש בווידג’ט Product Grid של ערכת העיצוב TheGem, תבחין שתכונות המוצר אינן ניתנות לתרגום.

פתרון עוקף

אנא ודא שיש לך גיבוי מלא של האתר לפני שתמשיך.


  • פתח את הקובץ app/public/wp-content/themes/thegem-elementor/gem-templates/products-extended/content-product-grid-item.php.

  • חפש את שורה 102.

  • החלף:
    <span class="attribute-name text-body-tiny"><?php echo $attribute_data->name; ?>:</span>

  • ב:
    <?php 
    	// WPML Workaround for compsupp-7150
    	$attribute_name = apply_filters('wpml_translate_single_string', $attribute_data->name , 'WordPress', 'taxonomy singular name: '.$attribute_data->name );
    ?>
    <span class="attribute-name text-body-tiny"><?php echo $attribute_name; ?>:</span>

כל התקלות הידועות →