Thread Starter
dvc
(@dvc)
so the checkbox just changes the url, by appending tpedit. If I enter the url manually, I still don’t get the translation interface. domain/fr/?tpedit=1
based on:
if (t_jp.edit) {
$.getScript(t_jp.plugin_url + ‘/js/transposhedit.js’);
}
I assumed t_jp.edit may not be set correctly, so tried adding the transposhedit.js script manually to the page.
<script src=”domain/wp-content/plugins/transposh-translation-filter-for-wordpress/js/transposhedit.js?ver=0.9.6.0″></script>
Now I get an error in the transposhedit script:
Uncaught ReferenceError: t_jp is not defined
Can someone help me fix this please?