This thread is resolved. Here is a description of the problem and solution.
Problem:
The client needed to translate a component called "kt_woo_extras" to display gallery photos correctly on English product pages. Additionally, there was an issue with the Kadence Shop Kit Size Chart not displaying correctly in different languages.
Solution:
For the "kt_woo_extras" component, the client successfully copied the necessary code from the sandbox site to their production site via String Translation, resolving the issue for English products.
For the Size Chart issue:
1. Open the file
.../wp-content/plugins/kadence-woo-extras/lib/sizechart/kt-size-chart.php
.
2. Locate line 245.
3. Before the line
$btn_text = get_post_meta( $chartid, '_kt_woo_btn_text', true );
, add the following code:
$chartid = apply_filters( 'wpml_object_id', $chartid, 'kt_size_chart' );
This workaround should correct the Size Chart display issue for different languages.
We will also reach out to the plugin author to discuss this solution.
If this solution does not seem relevant to your situation, please open a new support ticket with us.
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/split-variation-swatches-kadence-shop-kit/
This topic contains 4 replies, has 2 voices.
Last updated by 1 year, 4 months ago.
Assisted by: Dražen.