multilingual-press broke my entire admin plugin overview page. Thanks for sharing this solution!
Wow, that deactivating EventON solved the problem. THX!
Thread Starter
ollihb
(@ollihb)
if I change shortcodes/function.php Line 256
from
// wp_enqueue_script( ‘ebs-js-translation-scripts’, plugin_dir_url( __FILE__ ) . ‘scripts’ );
to
wp_enqueue_script( ‘ebs-js-translation-scripts’, plugin_dir_url( __FILE__ ) . ‘scripts’ );
everything works fine…
To localize a script you have to first enqueue it 😉