mellypetty
Forum Replies Created
-
Forum: Plugins
In reply to: [MW WP Form] nocache_headers()が動作しないコメントが遅くなり申し訳ございません。コンテンツ内にショートコードとして埋め込んだ際は、Cache-Controlヘッダーが出力されておりました。
Try to input the code below in functions.php.
add_filter( ‘wcdn_print_text_in_email’, function() {
return “Print:”; // Translate to target language
} );add_filter( ‘wcdn_print_view_in_browser_text_in_email’, function() {
return “Open print view in browser”; // Translate to target language
} );I hope this plugin will be updated to allow translation with the .mo/.po files.
Forum: Plugins
In reply to: [MW WP Form] 5.0.7以降でフォーム本文中のstyleやinputタグが無効になるご回答いただき、ありがとうございました。別の方法での改修を検討いたします。
Forum: Plugins
In reply to: [MW WP Form] 5.0.7以降でフォーム本文中のstyleやinputタグが無効になる追記:以下の仕様変更が関係しておりますでしょうか?
本バージョンより問い合わせフォームコンテンツ?完了メッセージへのJavascriptは記述出来なくなりました。
https://web-soudan.co.jp/topics/4593/
該当箇所へJavascriptを記述している場合は、別のフック等への変更をご検討ください。Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Not work selectable recipient with pipesThe plugin introduction page states the following.
———–
What this plugin DOES NOT do:
- This plugin currently does not support “pipes” in the select field. See https://contactform7.com/selectable-recipient-with-pipes/ for more on what “pipes” is on the Contact Form 7 site.
————
I’m sorry I can’t help you resolve this.
OK. Thank you very much.
The same thing happened to me.
For 14 articles, I set it to add a category at 8:30 today.
Two of them did not change category.
I had debug logs for 12 articles that worked correctly, but no logs for 2 articles.The plugin version is 2.4.0.1.
WordPress version is 5.3 and PHP version is 7.1.2.
WP-Cron status is OK.I am always saved. Thanks for developing the plugin.
I chose the default category as a category accessible to everyone and avoided it.
Forum: Plugins
In reply to: [Custom Field Suite] Error with posts select and Select2 (CFS v2.5.16)I have a same problem.
I hope that this problem will be solved.- This reply was modified 5 years, 10 months ago by mellypetty.