Resolved by author
Resolved in: JetPopup 2.0.7
Overview of the issue
You may experience issues with JetPopup plugin where the popup content does not reflect the translations even after translating the popup.
Workaround
Please, make sure of having a full site backup of your site before proceeding.
- Open ../wp-content/plugins/jet-popup/includes/elementor/extensions.php file.
- Look for line 148.
- Replace:
1
$settings
=
$data
[
'settings'
];
- With:
12
$settings
=
$data
[
'settings'
];
$settings
[
'jet_attached_popup'
] = apply_filters(
'wpml_object_id'
,
$settings
[
'jet_attached_popup'
],
'jet-popup'
);
The issue is still there.
I’ve updated all, WPML and JetPopup to 2.0.7 and it does 2 problems now: does not load the PopUp on translated language and does not translate with advanced translation.
Please, keep in mind refreshing your translation jobs after the update. However, if the issue remains after JetPopup 2.0.7, start a chat in our assistance channel, we would investigate if it is related to a different scenario.