This thread is resolved. Here is a description of the problem and solution.
Problem:
If you're experiencing issues with translating a plugin string using WPML, specifically within the wc-ajax-product-filter plugin.
Solution:
We recommend you try the following steps:
1- Open the
../wp-content/plugins/wc-ajax-product-filter/templates/filter-title.php
file.
2- Locate line 35 and replace:
<?php echo esc_html( $filter_title ); ?>
with
<?php echo esc_html__( $filter_title, 'wc-ajax-product-filter' ); ?>
3- Rescan the plugin or visit the page on the frontend.
4- Navigate to WPML > String Translation to translate it.
If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Additionally, if you need further assistance, please open a new support ticket at WPML support forum.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic is split from https://wpml.org/forums/topic/https-voyagedelabaleine-fr-it-carrello/
This topic contains 7 replies, has 0 voices.
Last updated by 3 months ago.
Assisted by: Osama Mersal.
