WPML
Status
Resolved by author
Resolved in
JetPopup 2.0.7
Topic tags
Compatibility

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:
    		$settings = $data['settings'];

  • With:
    		$settings = $data['settings'];
    		$settings['jet_attached_popup'] = apply_filters( 'wpml_object_id', $settings['jet_attached_popup'], 'jet-popup' );

All known issues →