WPML is not working well for widgets

Posted in: Newspaper
Post count: 1

WPML is not working well for widgets. When two widgets of same type and different languages, It show two for both language. I tried to use two widget with different languages but it will show for widgets.
I have contacted with WPML support. They suggest the following fix:

To fix the issue, could you please go to wp-content/themes/NewsPaper/includes/wp_booster/td_wp_booster_functions.php line no. 2597 and change the following code

add_filter(‘widget_display_callback’, ‘on_widget_display_callback’, 10, 3);

to

add_filter(‘widget_display_callback’, ‘on_widget_display_callback’, 11, 3);

The issue has been solved

Post count: 20688

Hi,

Thank you for mentioning this to us, I will make a note of it. I don’t recall if this was mentioned to us before. I will forward this to our developer team and they will take a look as soon as possible.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.