kimipooh
Forum Replies Created
-
You already include my translation file in the current version of this plugin.
Please change the filename “login-security-solution-ja_JP.mo” to “login-security-solution-ja.mo”. “ja” is used by Japanese code for WordPress.I checked to run changed by “login-security-solution-ja.mo” in WordPress (language setting is Japanese)
Thank for your reply, I will a pull request. First of all, I will check about a pull request because my first operation for a pull request… ??
Improving Suggention
$plugins_url = plugins_url(); $css_file = $plugins_url.'/'.WP_TTG.'/css/style'; $js_file = $plugins_url.'/'.WP_TTG.'/js/'.WP_TTG;
The “plugins_url()” has been implemented since WordPress 2.6 (Mr. Miyauchi‘s comment in my blog), so I also think that the “function_exist” isn’t needed.
Forum: Plugins
In reply to: [Search Everything] Japanese is garbled.I begin to use this plugin today. This is very nice plugin, so I’m looking forward to next release (fixed UTF-8 encoding issue) !
Forum: Plugins
In reply to: [WP Add Mime Types] mime types in 3.8.1You try to add the mime type “application/x-shockwave-flash” in the setting menu of this plugin.
Forum: Plugins
In reply to: [WordPress Move Comments] Japanese TranslationFixed 2 items.
– https://bakkers.gr.jp/~kitani/tools/wordpress/sources/vb-wp-move-comments-fix2.zip
1. Activation code in “vb-wp-move-comments.php”
Change
add_action(‘init’, ‘vb_wp_move_comments_init’);
to
add_action(‘plugins_loaded’, ‘vb_wp_move_comments_init’);2. Added Pot file.
vb-wp-move-comments.potForum: Plugins
In reply to: [WP DS FAQ Plus] Call to undefined method DateTime::setTimestamp()Thank you for your indication.
I fixed in version 1.0.17 (released).
Please update new version and try it.Forum: Plugins
In reply to: [WP DS FAQ Plus] [Plugin: WP DS FAQ Plus] Cannot save a questionDo you use a security software?
Please try to do it after you tentatively turn off a security software.
Sometimes, the software may block an action of web services.Basically, this issue was resolved by version 2.4.3 released on Nov 4, 2012.
Thank you for responding my request, Michael-san.Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Change color from beige to something elseThis is the program bug due to plugins_url() function.
Change the following code.
contact-form-7-datepicker.php:618
[Current]
imgPath:”‘.plugins_url(‘/img/’.get_option(‘cellColorScheme’).’/’, __FILE__).'”,[Change]
imgPath:”‘.plugins_url(‘/img/’.get_option(‘cellColorScheme’), __FILE__).’/”,Because, according to https://codex.www.ads-software.com/Function_Reference/plugins_url, plugins_url function removes “/” of the end-of-line character.
I hope the bug.
P. S.
If JavaScript code is moved form the header to the footer using cache plugin, such as Header Cleaner, WP Super Cache, W3 Total cache, this plugin cannot work.I cannot work the above setting.
Then, I found out the issue due to the cache plugin called “Header Cleaner”.
It needs to load jQuery on the plugin. In other words, the JavaScript needs to load in <head>.One of settings in Header Cleaner for speeding up, the JavaScript loading moves to the <footer>. In this case, this plugin does not work.
Hi. Michael.
Yes, I can test it. I sent the e-mail message.I could actualize by customizing this plugin.
* How to customize this plugin:
– https://kitaney.jp/~kitani/tools/wordpress/sources/contact-form-7-to-database-extension-japanese-contomized.txt* Code
https://kitaney.jp/~kitani/tools/wordpress/index.html#3 (Sorry in Japanese)
1. Install contact-form-7-to-database-extension-with-japanese-encoding
2. Deactivate contact-form-7-to-database-extension
3. Activate contact-form-7-to-database-extension-with-japanese-encodingWhen the plugin is updated, the customized plugin needs to be re-customized.
Therefor, I hope that it will be embed to this plugin .. (^^;Forum: Plugins
In reply to: [WP DS FAQ Plus] [Plugin: WP DS FAQ Plus] Cannot save a questionDear poundsixzeros.
This error is displayed in case that “Question” or “Answer” is empty when clicking “save”.
Does this error display in case of other web browser?
WordPress 3.4 seems to support this issue.
If you use the above custom filter, please disable it.