• Resolved Senri Miura

    (@senribb)


    I made the following patch based on the warning log of Enable jQuery Migrate Helper.
    Now Transposh may work without jQuery Migrate!?

    Transposh uses the live method, which is obsolete in jQuery version 1.9.

    /wp-content/plugins/transposh-translation-filter-for-wordpress/js/admin/contexthelp.js:

    !function(l){l(“.tp_help”).live(“click”,function(e){e.preventDefault(),window.scrollTo(0,0),l(“#tab-link-“+jQuery(this).attr(“rel”)+” a”).trigger(“click”),l(“#contextual-help-link”).hasClass(“screen-meta-active”)||l(“#contextual-help-link”).trigger(“click”)})}(jQuery);
    //# sourceMappingURL=contexthelp.js.map

      ↓

    !function(l){l(document).on(“click”,”.tp_help”,function(e){e.preventDefault(),window.scrollTo(0,0),l(“#tab-link-“+jQuery(this).attr(“rel”)+” a”).trigger(“click”),l(“#contextual-help-link”).hasClass(“screen-meta-active”)||l(“#contextual-help-link”).trigger(“click”)})}(jQuery);
    //# sourceMappingURL=contexthelp.js.map

    For other plugin fixes, please refer to my blog below:

    https://www.senris.com/wordpress-5_5/?lang=en

    • This topic was modified 4 years, 1 month ago by Senri Miura.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,
    I applied your change and followed the guide on your blog. unfortunately it doesn’t translate anything for me.

    Thread Starter Senri Miura

    (@senribb)

    Try to prioritize Bing over Google in Transposh’s translation engine settings.

    nothing’s not working.

    unfortunately i think this plugin has stopped working!

    • This reply was modified 4 years, 1 month ago by daitarn3.

    Nice Job Senri Muria.

    Hi dear @senribb, @daitarn3 , @roryrory ,

    Today, the latest version of Transposh v1.0.7 was released a few hours ago, I have both tested and tried it and I can tell you that it works great because the developer @oferwald, a very prepared, kind and professional person, has solved many of the bugs that created problems, so I invite you to update with confidence.

    Hoping to be helpful I wish you a good day.

    Sincerely, Fabio Perri.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Transposh jQuery patch for WordPress 5.5.x’ is closed to new replies.