Senri Miura
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Can’t save translationThe above error disappears after a day after applying the patch to contexthelp.js I have shown.
By the way, “Enable jQuery Migrate Helper” doesn’t work on WordPress 5.7 or later, so you need to fix jQuery of the old interface.
- This reply was modified 4 years, 1 month ago by Senri Miura.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Can’t save translationThe latest version of Transposh is 1.0.6.1.
If you install it from WordPress, it is an old version, but after a while, you will receive an update notification, so if you update it, you can use the full functionality.
You can also install the latest version from the following.Forum: Plugins
In reply to: [Transposh WordPress Translation] Can’t save translationPlease install and enable the plugin “Enable jQuery Migrate Helper”, or apply the following patch:
[Transposh jQuery patch for WordPress 5.5.x]
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.mapFor other plugin fixes, please refer to my blog below:
Forum: Plugins
In reply to: [Transposh WordPress Translation] Thanks and QuestionIt seems that translation does not proceed smoothly unless “bing” is prioritized in the selection of the translation engine.
以下URLのブログに今回の修正内容を備忘録として纏めました。
ホームページビルダーがhpb22へバージョンアップしたのにWordPress機能は5年前のまま放置(hpbダッシュボードがWP5.5非互換/Google検索非互換/SSL非対応など)
https://www.senris.com/hpb22/I’m sorry, the post is duplicated. Please delete this post.
Forum: Plugins
In reply to: [hpb seo plugin for WordPress] Request for correction of plugins (2 places)Confirmed the fix in Version 2.2.1.
Thank you for your cooperation.Forum: Plugins
In reply to: [hpb seo plugin for WordPress] Request for correction of plugins (2 places)By the way, I’ve modified the description of “hpseo.js” as follows.
648 jQuery(window).load(function(){↓
648 jQuery(window).on(‘load’,function(){ // Modifed by Senri on 27 Aug, 2020.
- This reply was modified 4 years, 2 months ago by Senri Miura.
Forum: Plugins
In reply to: [Transposh WordPress Translation] WP 5.5 Update kills TransposhIn any case, since this plugin is written using jQuery of the old specification, modification of the plugin is required.
- This reply was modified 4 years, 3 months ago by Senri Miura.
- This reply was modified 4 years, 3 months ago by Senri Miura.
Forum: Plugins
In reply to: [Transposh WordPress Translation] WP 5.5 Update kills TransposhIt is an urgent measure to the last, but it seems that Transposh will work by installing and activating the following plugins in WordPress 5.5.
Enable jQuery Migrate Helper
https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
https://ja.www.ads-software.com/plugins/enable-jquery-migrate-helper/This is an interim plugin for WordPress “for the transition period of the jQuery updates that ship with the core”.
It is announced that the next version of WordPress 5.6 will include the latest versions of jQuery and jQuery migrate. Furthermore, it seems that jQuery migrate will not be included in the next WordPress 5.7.- This reply was modified 4 years, 3 months ago by Senri Miura.
Forum: Plugins
In reply to: [Highlighting Code Block] The title logo display is misalignedRecently, Microsoft released a new Chromium-based Microsoft Edge, and the old Edge and IE have been deprecated, so I drop this request.
Forum: Plugins
In reply to: [Code Syntax Block] Not displayed in IERecently, Microsoft released a new Chromium-based Microsoft Edge, and the old Edge and IE have been deprecated, so I drop this request.
Forum: Plugins
In reply to: [Prisna GWT - Google Website Translator] Widget not visible in EdgeYesterday I upgraded my Microsoft Edge to the latest version (version 83.0.478.44) and now the GWT widget works.
My web site is here https://senris.com
- This reply was modified 4 years, 5 months ago by Senri Miura.
Forum: Plugins
In reply to: [Code Syntax Block] Not displayed in IEHello Marcus,
Thank you for your reply.
I understand about the exclusion of IE support.
This bug seems to occur only in IE due to the configuration of the Japanese code. It does not occur except on the test page.
I like your plug-in in terms of design, so I will continue to use it on other pages depending on the purpose. Thank you for your continued support.Regards,
Senri MiuraForum: Plugins
In reply to: [Code Syntax Block] Not displayed in IEExcuse me.
The above page has moved to the following test server.