Resolved
Resolved in: 3.1.7
Overview of the issue
If you have enough strings in WPML → String Translation page in order to display the pagination, you will notice that it is not there. You can only navigate them using the Display all results link.
Workaround
- Make a full backup of the site.
- Edit the file /wpml-string-translation/menu/string-translation.php
- Replace line 363:
1
'<span class="displaying-num">'
. esc_html__(
'Displaying %1$s–%2$s of %3$s'
,
'wpml-string-translation'
) .
'</span>%s'
,
with:
1'<span class="displaying-num">'
. esc_html__(
'Displaying %1$s–%2$s of %3$s'
,
'wpml-string-translation'
) .
'</span>%4$s'
,