Tetsuya Imamura
Forum Replies Created
-
Thank you for taking this into consideration.
I believe addressing this would make the plugin more user-friendly, and I appreciate your efforts.Hello, thank you for your reply.
At this point, I do not believe this issue has been resolved yet.
I have already read the documentation you pointed me to.
However, I am a bit concerned that the intent of my request may not have been fully understood.
I understand that, depending on the situation, PHP or CSS customization may be required on the user side.
That said, as mentioned in my previous message, my request is specifically about the CSS scope being too broad, and I am asking you to consider changing this behavior on the plugin side.Currently, I am applying link colors using global styles in
theme.json, but these styles are being overridden by the CSS loaded by Wordfence.
For reference, mytheme.jsonincludes the following configuration:"styles": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
}
}This
theme.jsonapproach is used in WordPress default themes such as Twenty Twenty-Three, Twenty Twenty-Four, and Twenty Twenty-Five.
While I have not verified every theme, this pattern is commonly adopted by many other themes as well.Because of this, I believe it would be more appropriate for the plugin to limit the CSS scope, rather than requiring theme-level overrides.
Could you please confirm whether the intent of my request is clear?
Thank you for your time.
Forum: Reviews
In reply to: [Hakoniwa] 大変使いやすいテーマです This is a very easy-to-use themeレビューありがとうございます!
開発者様はユーザーの声をよく聞いてくださり、安心して使うことのできるテーマです。
嬉しいご意見ありがとうございます。
ユーザーの皆さまからのフィードバックは、普段気づけない視点に気づかせてくれる大切なものだと感じています。些細なことでも構いませんので、今後ともぜひ声をお聞かせください。
パターンについても評価いただきましてありがとうございます。パターンは実用性のあるものを厳選し、今後も増やす予定です。もしご希望のパターンなどありましたら、匿名で送ることができるフォームも用意していますので、ぜひご活用ください。
Forum: Reviews
In reply to: [Hakoniwa] ノーコードでここまで出来るんだという驚きレビューありがとうございます!
はじめてブロックテーマを触りましたが、ノーコードでサイト全体を作成できました。
素晴らしいですね!ブロックテーマを初めて触る方でも、操作していくうちに扱いに慣れてくると思います。
また、パターンについては、単なる数量だけではなく、実際の制作案件で使用したものを配布用に加工しています。
デザインについては、なるべくシンプルに、かつ汎用性を持たせるため、サイトのカラーは白を基調にしています。
Forum: Reviews
In reply to: [Hakoniwa] 安心して使えるテーマです / It’s a reliable theme.レビューありがとうございます!
開発の励みになるお言葉をいただき、大変うれしく拝見しました。品質・サポート体制など、これからも安心してお使いいただけるテーマを目指してまいります。
Thanks. Made it work!
Forum: Plugins
In reply to: [Newpost Catch] タイトルの改行タグについて反応が遅くなりましてすみません!
ご報告いただきましてありがとうございます。
今後のアップデートで対応可能かどうか検証させていただいた上で対応させていただきます。
よろしくお願いいたします。
Forum: Plugins
In reply to: [Newpost Catch] ウィジェットのHTMLタグがエスケープされてしまう投稿ありがとうございます。1.3.22 で対応しました。
OK. I want to update the plugin!
I referred to the code on this site.
https://www.kathyisawesome.com/add-custom-fields-to-wordpress-menu-items/
Forum: Plugins
In reply to: [WooCommerce Blocks] Woocommerce customize template file not overrideThank you for your reply.
And sorry for my late reply.I understand.
WooCommerce Blocks is a very intuitive and future-proofing plugin.
I look forward to future updates.
Forum: Plugins
In reply to: [WooCommerce Blocks] Woocommerce customize template file not overrideHi.
Thank you for your reply.I read the issue but it has not been resolved.
I’m writing my own style with the WooCommerce stylesheet disabled.
add_filter (‘woocommerce_enqueue_styles’, ‘__return_false’);
I got a suggestion for custom markup, but I don’t need the font family style.
.wc-block-grid__product-rating .star-rating {
font-family: star;
}So, the template is overwritten and the corresponding part is deleted. I would like to change the output html , instead of using custom markup.
Another problem is short code. I don’t use shortcode. Because you can’t change parameters dynamically like WooCommerce Blocks. And it is not easy for the user to enter a short code in the editor, so I don’t want to use it.
My request is simple. I just want to output the same html as “archive-product.php”.
Do you have any other good ideas?
Forum: Reviews
In reply to: [Nishiki] greatThank you for the review!
Forum: Plugins
In reply to: [Affiliates Manager] Creatives page “wp_dequeue_style” not workingHi.
I have not solved it yet.
sorry for the confusion.Kind regards
Forum: Plugins
In reply to: [Affiliates Manager] Creatives page “wp_dequeue_style” not workingHi.
I got it. Thank you.
Kind regards