kimipooh
Forum Replies Created
-
The request should be controlled by the user role of WordPress core level. At least, the role to access to WordPress settings is needed by Editor.
You can implement to add the “manage_options” role to Editor, e.g., using “User Role Editor” plugin.Forum: Plugins
In reply to: [WP Add Mime Types] Can no longer upload GPX and GDB files.Thank you for sharing the information.
Issue of multibyte filenames is difficult to test, so it is helpful the information on workarounds.Forum: Plugins
In reply to: [WP Add Mime Types] Can no longer upload GPX and GDB files.I see, is it a problem with multi-byte file names? I tried creating appropriate Japanese and Danish file names and uploaded them without any problems.
For example, what kind of Danish filename do you have problems with? please let me know about the filename.
Then, please try the sample data “fells_loop.gpx” from the following site and see if you can add the Danish name in question.Because this is so I can try it, too.
https://www.topografix.com/gpx_sample_files.aspThen, what PHP version is your site used?
Also, please turn off all my plugin options.
*We have confirmed that the following works here.
WordPress 6.5.5
PHP 8.1.23WordPress 6.6 RC2
PHP 7.4.33 and PHP 8.3.6I see, so it’s a problem with multi-byte filenames – WordPress converts filenames to MD5 hash names in the standard configuration, so I guess it’s not a problem.
Forum: Plugins
In reply to: [WP Add Mime Types] Can no longer upload GPX and GDB files.If you have enabled ‘Enable the attempt to determine the real file type of a file by WordPress core.’ in the Security Options under Settings > Mime Type Settings, disable and Try it.
If this does not work, it may be interfering with another or other plug-ins.
Forum: Plugins
In reply to: [NSFW] [Contact Form 7 Add Password field] Password incorrectThe Contact Form 7 Add Password field only extends the Contact Form 7 system and does not encrypt input data.
If you want to do so, you need to encrypt the data when you submit Contact Form 7, for example by hashing it in your theme’s functions.php.Reference: “Changing Contact Form 7 input values (28 January, 2023)” in https://info.cseas.kyoto-u.ac.jp/en/links-en/plugin-en/wordpress-dev-info-en/cf7-add-password-field_en
Forum: Plugins
In reply to: [Contact Form 7 Add Password field] Style for eye iconThank you for using my plugin.
For style sheets, I have released 4.2 with some additional styling options, since different people have different settings.
Additional Options: Icon_position, Icon_float, Icon_top, Icon_margin, Icon_marginleft
In case of your request, please try to use the following options.
[password password-111 id:password-111 Icon_position:relative Icon_float:right Icon_top:-30px]
*password-111 is a provisional name.Forum: Plugins
In reply to: [Google Calendar List View] Stop showing eventsFirst of all, the double quotation marks in the code presented here are not correct, so if you actually use the code, try manually removing and inserting ‘”‘ again.
Also, my testing WordPress can display your events using the provided ID and API_KEY on this forum, so please use the ID and API_KEY.
Also, please check if the code can be displayed in the preview on the draft page, whether it is a fixed page or a post page.
I would also suggest using the following code.
[gc_list_view date_format="d/m" no_event_link="yes" view_end_date =" até " g_id="[email protected]" g_api_key="AIzaSyAjZ12TeiwejawpfG5RvFhwfn605nJirVA"]
- This reply was modified 1 year ago by kimipooh.
Forum: Plugins
In reply to: [Google Calendar List View] Stop showing eventsThank you for using my plugin.
In my environment (WordPress 6.4.2 + PHP7.3/8.2), the code you showed worked.
What kind of environment is your website using?For example, if I put the code in the draft state of the post and preview it, will the event appear?
Forum: Plugins
In reply to: [WP Add Mime Types] Php Version for WP Add Mime TypesYes. my primary environment for the development is PHP 8.2 and 7.4. And I have already tested PHP 8.0 / 8.1.
Basically, I support PHP 7.4 or above version.Forum: Plugins
In reply to: [WP Add Mime Types] Plugin and files with ies extension?Yes, I think it can be used because this plugin has the ability to upload any extension.
ex. the plugin mime setting
ies = application/application/octet-stream*If the WordPress MIME check cannot be passed, you will be able to avoid the issue that the “Enable the attempt to determine the real file type of a file by WordPress core ” in the plugin configuration to turn it off.
Forum: Plugins
In reply to: [SiteGuard WP Plugin] プラグイン導入後、管理画面にログインできませんそうなってくると Chromeブラウザをもし使っておられるなら、シークレットモードでアクセスしてみてください。
参考:https://support.google.com/chrome/answer/95464?hl=ja&co=GENIE.Platform%3DDesktop
つまりブラウザのキャッシュやCookieが前回アクセス情報を覚えていて、エラーが出ている可能性を探るということです。
Forum: Plugins
In reply to: [SiteGuard WP Plugin] プラグイン導入後、管理画面にログインできません.htaccess がそのような情報しかないなら、
WordPressサイトのURL/wp-admin/ でログイン画面を出すことはできませんか。
でないなら、たとえばChromeブラウザからシークレットモード( https://support.google.com/chrome/answer/95464?hl=ja&co=GENIE.Platform%3DDesktop )にした上で、再度アクセスしてみてください。
Forum: Plugins
In reply to: [SiteGuard WP Plugin] プラグイン導入後、管理画面にログインできませんWordPressサイトのURL/wp-admin/ でアクセスできませんか。
できないなら、WordPressをおいているサーバーの FTPでアクセスして、WordPress がおいてあるフォルダにある、「.htaccess」 をチェックしてみてください。その中をメモ帳などでみると、#SITEGUARD_PLUGIN_SETTINGS_START の下に、RewriteRuleがあり、そこで ^login_数字(.*)$ wp-login.php の項目があるはずです。
WordPressサイトのURL/login_数字/
でログインしてみてください。参考:https://wp-exp.com/blog/siteguard-cannot-log-in/
Forum: Plugins
In reply to: [Contact Form 7 Add Password field] show/hide toggle?As for the JS, specifically, it works as follows.
Initially, the password is hidden (input tag type is password) and the eye icon is open. When the eye icon is clicked, the type of the input tag is set to text. Also, when clicked, it just switches between the class name when the eyes are open ( fa-eye ) and the class name when the eyes have slashes in them ( fa-eye-slash ).The rest is using fontawesome.com’s service, and I don’t know more than that because of the environment I have (WordPress 6.3 + PHP7.4.33/PHP8.2) and some users who are actually using it.
In my environment (WordPress 6.3 with PHP 8.2 or 7.4.33) the placeholder works fine.
Maybe there is some other plugin that extends Contact Form 7 or some other plugin that is interfering with it.
You may want to turn off the plug-ins one by one and check if the problem is resolved.