thingsym
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Auto Updater] InternationalizationForum: Plugins
In reply to: [Custom Post Type Widgets] Archive not workingHi, @kaizur-ahmed.
What is the setting of the permalink structure?
https://wordpress.org/support/article/settings-permalinks-screen/#customize-permalink-structure
Forum: Plugins
In reply to: [Custom Post Type Widgets] CPT Category Not DisplayedHi, @madbirdesign2.
This issue may be helpful.
Categories do not appear #14
https://github.com/thingsym/custom-post-type-widgets/issues/14Forum: Plugins
In reply to: [Multi Device Switcher] Fatal error: After most recent updateIt was modified for PHP 5.3.
Updated Multi Device Switcher plugin to version 1.6.2.
Thank you!
Forum: Plugins
In reply to: [Multi Device Switcher] Fatal error: After most recent updateHi!
Do you know some versions of PHP?
Forum: Plugins
In reply to: [Multi Device Switcher] HTTP 500 エラーPHPのバージョンはいくつか分かりますか?
Forum: Plugins
In reply to: [Multi Device Switcher] Warning: Cannot modify header informationご報告ありがとうございます。
読込元で何か出力していますか?
『HTTP ヘッダーを変更する関数の呼び出しより前に、
すでに何かがアウトプットされているために発生』しているようです。参考:
PHP のheaders already sentエラーはどう直したらいいですか?
https://ja.stackoverflow.com/questions/5453/クッキーの送出のいい方法が見つかれば、
プラグインの設計を見直してみたいと思います。Forum: Plugins
In reply to: [Custom Post Type Widgets] Category Post Type WidgetHi
It depends on CPT UI settings.
Or it depends on register_post_type() Parameters.For example…
What is the setting value of Exclude From Search in CPT UI Settings?
If the Exclude From Search setting is true, you can not search the front end for a specific post type.
Therefore the page is Not Found.In order to display with a specific post type, the setting value of Exclude From Search should be set to false.
Refer to Code Reference for detailed settings of register_post_type().
https://developer.wordpress.org/reference/functions/register_post_type/
Forum: Plugins
In reply to: [Multi Device Switcher] Warning: Cannot modify header informationThank you for your report.
Is there a continuation of the error message?
Where does the beginning of output come from?
I think there is a file path and number of lines.
output started at ...:xx— japanese
ご報告ありがとうございます。
エラーメッセージの続きありますか?
出力の始まりはどこからなのか。
ファイルパスと行数があると思います。output started at ...:xxForum: Plugins
In reply to: [Custom Post Type Widgets] Archive URL is not true.Hi!
Do you have to install a plugin that you want to edit a permanent link?
what is that?Thank you for post. It was modified.
Fixed the behavior of the Dashboard or the administration panel.
Thank you. Fixed a cache key in the version 1.0.4.
Forum: Plugins
In reply to: [Custom Post Type Widgets] 404 when clicking month link in calendar widgetMaybe, you may need to edit the permalink of custom post type.
By default, WordPress will not work Date-based permalinks of custom post type.
Recommend that you install the plugin in order to edit the permalink, if you are using a Date-based permalinks by the calendar widget.
And try the following:
Custom Post Type Rewrite
https://wordpress.org/plugins/custom-post-type-rewrite/or
Custom Post Type Permalinks
https://wordpress.org/plugins/custom-post-type-permalinks/