Aki Hamano
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Table Block] インライン文字サイズの下限について@kawzzさん
こんにちは。
「インライン文字サイズ」というのは、セル内のテキストの一部のフォントサイズを変更したいという事でしょうか。それであれば、そのような機能はこのプラグインにはありませんので、テーマの機能ではないでしょうか。
詳しくは分かりませんが、他のブロックでも「インライン文字サイズ」という機能を試してみて下さい。
そこでも最小値が12なのであれば、それはテーマ側の機能となるため、テーマ開発元へお問い合わせください。Forum: Plugins
In reply to: [Flexible Table Block] モバイルでの表示についてForum: Plugins
In reply to: [NSFW] [Flexible Table Block] モバイルでの表示について@righren さん
こんにちは。
ご質問の件はこのプラグインに限った事ではありませんが、CSSのメディアクエリを使うのが一般的かと思います。例えば以下のようなCSSであれば、画面幅が768px以下の時に、フォントサイズが画面幅に応じて伸縮します。
@media screen and (max-width: 768px){ .wp-block-flexible-table-block-table table th, .wp-block-flexible-table-block-table table td { font-size: 4vw; } }
お使いのテーマにあわせて、ブレークポイント?セレクタ?スタイルは適宜調整下さい。
Forum: Plugins
In reply to: [Piano Block] AZERTY versionHi @vincentnft,
The entire project must be built to apply the changes made to constants.t
Also, running it on the front end is disabled for technical reasons, but we will consider implementing it in the future.
Forum: Plugins
In reply to: [Flexible Spacer Block] Background colorHi @bang2022,
There is no option to change the background color, and I have no plans to add this feature at this time.
However, it is possible to change it with the following CSS:
/* normal space background color */ .fsb-flexible-spacer.is-selected .components-resizable-box__container, .fsb-flexible-spacer--is-show-block .components-resizable-box__container { background: #f0f0f0; } /* negative space background color */ .fsb-flexible-spacer.is-selected .components-resizable-box__container.is-negative, .fsb-flexible-spacer--is-show-block .components-resizable-box__container.is-negative { background: #f6b9b9; }
Forum: Plugins
In reply to: [Flexible Table Block] セルの指定したCSSクラスがクリアされてしまうご確認ありがとうございます。
また「セルの設定をクリア」からはCSSクラスはクリアされないのも助かります。
→こちらは対応漏れでした。
設計上、クリアボタンでCSSクラスもリセットされるべきだと思うので、申し訳ありませんが次回アップデートで修正させていただければと思います。Forum: Plugins
In reply to: [Flexible Table Block] セルの指定したCSSクラスがクリアされてしまうちょうどいま修正版(v2.5.3)をリリースしましたので、プラグインをアップデートしてみていただけますでしょうか。
また、このトピックはクローズとしたいと思います。Forum: Plugins
In reply to: [Flexible Table Block] グローバル設定ボタンがないありがとうございます。
それでは解決済とします。Forum: Plugins
In reply to: [Flexible Table Block] グローバル設定ボタンがない改善したようで良かったです。
テーマを変えて改善したという事は、お使いのテーマでREST APIを無効化するような処理(rest_XXX
のようなフィルターフック)が入っているかもしれないため、そのあたりを調べてみると良いかもしれません。Forum: Plugins
In reply to: [Flexible Table Block] グローバル設定ボタンがないそれでは、以下をご確認いただけますでしょうか。
- デフォルトテーマに変えて改善しないか
- 他のプラグインを全て停止して改善しないか
- サーバのWAF機能等、REST API通信を阻害する要因がないか
- ブラウザのコンソールログに何かエラーが表示されていないか
Forum: Plugins
In reply to: [Flexible Table Block] グローバル設定ボタンがないデフォルトでは、管理者権限以外のユーザーには「グローバル設定」ボタンは表示されません。
管理者権限以外でログインしている場合は、一度管理者アカウントでログインしてみて下さい。
また、管理者以外にもボタンを表示させる場合は、「管理者以外のユーザーにグローバル設定のリンクを表示する」をオンにして下さい。Forum: Plugins
In reply to: [Flexible Table Block] セルの指定したCSSクラスがクリアされてしまう@sho88 さん
ご報告ありがとうございます。
こちらでも症状を確認できたので、近日中に修正したいと思います。Forum: Plugins
In reply to: [Piano Block] AZERTY versionHi @vincentnft,
Currently, only the QWERTY key map is supported.
Although I can’t promise this due to the development required, I’d like to consider supporting other keyboard maps or adding the ability to customize keymaps in the future.Forum: Plugins
In reply to: [Flexible Spacer Block] Broken editor experienceThank you for reporting the problem.
I haven’t been able to test it on WordPress 5.9.1 yet, but I’ll try to fix it in the near future.Forum: Plugins
In reply to: [Flexible Spacer Block] Setting height to 0pxThank you for using the plugin.
Could you make it possible to set the height to 0px ?
This should not be that difficult to deal with, and I’ll consider supporting it in a future update.