Thank you for you reply.
In the post editor work perfectly.
Another issue is the translation strings.
I modify the code of the following statements to be translatable
file: wpdm-acrhive-page.php line: 180 statements: jQuery(‘#inp’).html(“<?php _e(‘All Packages’,’wpdmap’); ?>”)
file: wpdm-acrhive-page.php line: 367 statements: <label for=”order_by”>’.__(‘Order By:’,’wpdmap’).'</label>
file: wpdm-acrhive-page.php line: 378 statements: <label for=”order”>’.__(‘Order:’,’wpdmap’).'</label>
Regards