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.

This topic contains 1 reply, has 2 voices.

Last updated by Waqas Bin Hasan 1 year, 11 months ago.

Assisted by: Waqas Bin Hasan.

Author Posts
July 20, 2023 at 8:20 pm #14075011

sergeL-13

Hi,
in my home page I am using "Smash Balloon Instagram feed" to load instagram, it has one button "Follow us on Instagram" but this text translation is not working when I switch to French. I found a discussion on it but the video link is hidden. Can you please help me on how this text can be translated ?
https://wpml.org/forums/topic/smash-balloon-instagram-follow-button-translate/
my website: hidden link

Thanks

July 21, 2023 at 12:42 pm #14080071

Waqas Bin Hasan
WPML Supporter since 05/2014

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting the support.

The video link has been expired but there's a big yellow box on top of that discussion, explaining the solution. If you follow that, I am sure you can fix the problem.

However, before doing that, I'll advise to fix the "WP Memory Limit" to at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set WP Memory Limit in your wp-config.php file by adding following code:

define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

Remember to add these lines before the line where it says:
/* That's all, stop editing! Happy publishing. */

Please let me know if this helps.

Regards.