This thread is resolved. Here is a description of the problem and solution.
Problem:
If you're using the Final Tiles Gallery plugin on a multilingual WordPress site managed by WPML and encounter an issue where images on the English translation of a page keep loading indefinitely without displaying, the problem might be due to incorrect image links.
Solution:
We recommend you try the following steps:
1. Open the
app/public/wp-content/plugins/final-tiles-grid-gallery-lite/lib/gallery-class.php
file.
2. Around line 75, replace the existing code snippet with:
foreach ( $atts as $att ) { // WPML Workaround for compsupp-7560 if( class_exists('SitePress') ) { $my_default_lang = apply_filters('wpml_default_language', NULL ); $att->ID = apply_filters( 'wpml_object_id', $att->ID, 'attachment', TRUE, $my_default_lang ); } $file = get_post_custom( $att->ID );
3. Check the translated page on the front end to see if the issue is resolved.
Additionally, we suggest contacting the plugin authors to encourage them to join our Go Global Program.
If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, please open a new support ticket. 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. For further assistance, you can also visit our support forum 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 contains 4 replies, has 2 voices.
Last updated by 10 months, 2 weeks ago.
Assisted by: Osama Mersal.