thingsym
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Auto Updater] Warning: Automatic updating is not possible.It’s likely that you disabled automatic updates in some settings before installing the plugin.
If automatic updates are set to a high priority, this plugin may not work.
We recommend reviewing your previous update settings.
Related:
https://developer.wordpress.org/reference/classes/wp_automatic_updater/is_disabled/
Forum: Plugins
In reply to: [Multi Device Switcher] Error no WordPress 6.4I have confirmed that themes can be switched using Multi Device Switcher in WordPress 6.4.2.
The bug has been fixed in WordPress Core, and Multi Device Switcher now works properly.Bug report: https://core.trac.wordpress.org/ticket/59847
It seems to have been caused by a change (breaking change) at https://core.trac.wordpress.org/changeset/56635.
The bug is fixed in https://core.trac.wordpress.org/changeset/57129
This issue was resolved in WordPress 6.4.2.日本語:
WordPress 6.4.2 でテーマが切り替わることを確認しました。
WordPress本体にバグ修正が入り、Multi Device Switcher が正常に動くようになりました。バグ報告: https://core.trac.wordpress.org/ticket/59847
https://core.trac.wordpress.org/changeset/56635 での変更 (破壊的な変更)で生じたようです。
以下でバグが修正され、https://core.trac.wordpress.org/changeset/57129
WordPress 6.4.2で解消しました。Forum: Plugins
In reply to: [Multi Device Switcher] Error no WordPress 6.4This is a related issue.
Since WordPress 6.4, the functions.php of a theme moved to a different location using register_theme_directory is no longer called
Forum: Plugins
In reply to: [Multi Device Switcher] Error no WordPress 6.4Thank you for your report.
I have confirmed that the theme does not switch. The occurrence conditions have been confirmed on the production environment server and WordPress 6.4 or later.
It did not occur in the development environment or local environment. There seems to be no particular problem with the implementation code. The unit test also passed.
At the moment, I don’t know why it only occurs on the production environment server.
The situation is currently difficult to pinpoint, so I will take action as soon as I know.
Until then, if you want to use the Multi Device Switcher plugin, please use it with WordPress 6.3.
日本語:
報告ありがとうございます。
テーマが切り替わらない現象を確認しました。発生条件は、本番環境サーバと WordPress 6.4 以降で確認しています。
開発環境やローカル環境では、発生しませんでした。実装コードも特に問題がなさそうなようです。ユニットテストも通りました。
いまのところ、なぜ本番環境サーバだけで生じているのか、原因がわかりません。
現在、特定が難しい状況ですので、分かり次第、対応をしたいと思います。
それまでプラグインを使用する場合は、WordPress 6.3 でお使いください。
Forum: Plugins
In reply to: [WP Auto Updater] Error cron scheduleHi, @barttheman
Only click “Save Changes” button on Dashboard > Auto Updater screen.
The cron schedule is set again.Forum: Plugins
In reply to: [Custom Post Type Widgets] Custom TaxonomyHi, @aarontharker.
This FAQ may be helpful for configuration.
Taxonomy select of Categories or Tags do not appear.
Or these issues
CPT Category Not Displayed
https://wordpress.org/support/topic/cpt-category-not-displayed/Categories do not appear #14
https://github.com/thingsym/custom-post-type-widgets/issues/14Forum: Plugins
In reply to: [WP Auto Updater] UpdatesHi, @barttheman
Yes. I am planning to test up this plugin for WordPress 5.7 soon.
Forum: Plugins
In reply to: [Custom Post Type Widgets] Dropdown titleHi, @beachmat.
Custom Post Type Widgets has its own hooks.
https://github.com/thingsym/custom-post-type-widgets#hooksYou should switch to the
custom_post_type_widgets/categories/widget_categories_dropdown_argshook.add_filter( 'custom_post_type_widgets/categories/widget_categories_dropdown_args', 'ChangeSelectTitle' );Forum: Plugins
In reply to: [WP Auto Updater] WPs own auto-updates overwrite the scheduleHi, @aaceuk
Thank you for your issue.
The possible causes are the cron schedule was updated somewhere else.
In that case, the cron schedule does not match the one set in WP Auto Updater.
Please try setting again from the settings screen of WP Auto Updater.Forum: Plugins
In reply to: [WP Auto Updater] InternationalizationForum: Themes and Templates
In reply to: [Foresight] how to set a child theme for Foresight?Hi @hola12345678,
The following modifications are required to inherit the stylesheet of the parent theme.
Change the stylesheet link on line 23 in functions.php generated by ‘Child Theme Creator by Orbisius’ plugin.
style.css -> /css/style.min.css
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css', array(), wp_get_theme( $parent_base_dir ) ? wp_get_theme( $parent_base_dir )->get('Version') : '' ); ...wp_enqueue_style( $parent_style, get_template_directory_uri() . '/css/style.min.css', array(), wp_get_theme( $parent_base_dir ) ? wp_get_theme( $parent_base_dir )->get('Version') : '' );- This reply was modified 5 years, 11 months ago by thingsym.
Forum: Themes and Templates
In reply to: [Foresight] how to set a child theme for Foresight?Hi @hola12345678,
Which plugin?
Forum: Themes and Templates
In reply to: [Foresight] Header Image ConfusionHi @misterthr33,
Thank you for your issue.
It’s page template
Top Page Templatethat display the header image.
I will describe how to use it in the document later.Forum: Plugins
In reply to: [WP Auto Updater] translationHi @unomobil.
Yes! welcome.
The Translator’s Handbook can help you with your translation.
https://make.wordpress.org/polyglots/handbook/The following conditions are required for the plugin to support Danish translation.
The language pack for the plugin will be generated when 95% of the Stable (latest release) sub-project strings have been translated (currently 36%).
https://translate.wordpress.org/locale/da/default/wp-plugins/wp-auto-updater/
Forum: Plugins
In reply to: [Custom Post Type Widgets] Archive not workingyou may need to edit the permalink of custom post type.
This issue may be helpful.
https://wordpress.org/support/topic/404-when-clicking-month-link-in-calendar-widget/