Skip Navigation

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.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 - -
- - - - - - -

Supporter timezone: Africa/Cairo (GMT+03:00)

This topic contains 5 replies, has 2 voices.

Last updated by Osama Mersal 1 year, 9 months ago.

Assisted by: Osama Mersal.

Author Posts
August 22, 2023 at 2:49 pm #14272333

michalW-21

I have Flickr Justified Gallery plugin, that shows photos from Flickr. I use it by shortcode like [flickr_set id="72157629228993613"]. It works well but on translated page it shows "Flickr API error: Invalid API Key (Key has invalid format)" in the page code. I have only one global setting of API Key and can't change it for specific language. What can I do?

August 23, 2023 at 8:25 am #14275781

Osama Mersal
WPML Supporter since 02/2020

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+03:00)

Hi,

Thanks for contacting WPML forums support. I'll be glad to help you today.

1) Please login to this sandbox site and upload the Flicker plugin. ()

After that, please create a test page with a gallery and translate it to replicate the issue. If the issue is replicable, please let me know how to reproduce it.

2) It's not related to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page https://wpml.org/home/minimum-requirements/)

You can increase it by adding the following code in your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M');

Best regards,
Osama

August 24, 2023 at 7:24 am #14282179

michalW-21

Hello, I can't see "this sandbox" link in the message after logging nor in e-mail. Please send me the link that I can use.

August 24, 2023 at 7:29 am #14282199

Osama Mersal
WPML Supporter since 02/2020

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+03:00)

Hi,

Sorry about that. Please check the following link. (hidden link)

Best regards,
Osama

August 24, 2023 at 8:30 am #14282659

michalW-21

In fact, it works on sandbox :/
hidden link

August 24, 2023 at 8:43 am #14282725

Osama Mersal
WPML Supporter since 02/2020

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+03:00)

Hi,

Could you please check if the issue persists in a minimal environment by following these steps?

1- Deactivate all the plugins except the active ones on the sandbox site.
2- Switch to a WordPress default theme like Twenty Twenty-one.
3- Compare the plugin settings on both sites.

If the issue is gone, activate them one by one to see which one is causing an interaction issue.

❌ Please backup your database before performing the above test ❌

Best regards,
Osama

The topic ‘[Closed] Flickr Gallery with shortcode doesn't work on translated page’ is closed to new replies.