Cet utilisateur n'a pas de sujets favoris.
Sujets de forum favoris
Sujets de forum créés
Statut |
Sujet
|
Supporter | Voix | Messages | Fraîcheur |
---|---|---|---|---|---|
A translation is not showing on the frontend of the website
1
2
Commencé par : sharwinJ
dans : 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 | Il y a 1 année et 5 mois | |
Product variation is not showing in original language
Commencé par : sharwinJ
dans : 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 | Il y a 1 année et 6 mois |