Aki Hamano
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Table Block] Ability to move rows and columnsI understand the idea, but I cannot support it at this time due to the high technical hurdles.
Forum: Plugins
In reply to: [Flexible Table Block] Ability to move rows and columnsThanks for posting this.
Moving rows /columns is technically very difficult to deal with at the moment.Forum: Plugins
In reply to: [Flexible Table Block] セルの固定と、行や列の入れ替えの要望ご連絡ありがとうございます。
要望なのですが、Flexible Tableブロックでテーブルを新規作成すると「表のセル幅を固定」がオンで作成されますが、これをテーブルブロックと同じように初期値をオフにする、もしくはグローバル設定で指定できるようにしてほしいです。
→こちらは検討いたします。
また、現状だと行や列の入れ替えは「行や列を新規に追加→セル毎の内容を一つずつコピペ」になるかと思います。
可能であれば行や列ごとの移動、入れ替え、一括貼り付けのどれかができるととても助かります。
→こちらは、現状技術的に対応が難しいです。Forum: Plugins
In reply to: [Flexible Table Block] 画面スクロールについて@tomi1999 さん
こんにちは。
テーブルのデフォルトのスタイルとして、max-width: 100%;
が当たっています。
そのため、スクロールの設定を有効にしても、テーブルがコンテンツ幅以上に広がらないのでスクロールしません。いくつかやり方はありますが、以下の方法が一番簡単かと思います。
- 「テーブルの横幅」を、コンテンツ幅以上のpx値で指定する
- 「テーブルの最大幅」を「none」にする
なお、編集画面(ブロックエディター)上ではスクロールしない仕様になっています。
Forum: Plugins
In reply to: [Flexible Table Block] 4つの要望についてプラグインのご利用ありがとうございます。
1.デフォルトでヘッダーの文字を中央揃えにする
→対応は可能ですが、現状の設定との兼ね合いもあるため、検討いたします。2.セルの横幅について
→これはグローバル設定の「テーブルの横幅」のことでしょうか?
であれば、値を削除すれば実質width: auto
になると思います。3.表を挿入した後に、行や列の一括追加
→ここは開発難度が高いため、+ボタンで代用いただければと思います。4.Tabを押した時の挙動
→Tabキーを押下した時にブロックからフォーカスが外れてしまうのは、WordPress側でキーボードユーザ向けにアクセシビリティを考慮しているためだと思います。
こちらは、グローバル設定でのオン/オフ出来るように検討したいと思います。Forum: Themes and Templates
In reply to: [Neumorphic] アイコンが表示されなくなったForum: Themes and Templates
In reply to: [Neumorphic] アイコンが表示されなくなった@aikoaoto さん
テーマを使っていただきありがとうございます。
サイトを拝見しましたが、私の環境ではどのアイコンも正しく表示されているように見えます。テーマの内部設計を変えていますので、古いキャッシュが残っているのかもしれません。
以下を参考に、ブラウザキャッシュの削除を試してみていただけないでしょうか。
もし改善が無い場合は、どの箇所で表示されていないか、もう少し詳しい情報をいただけないでしょうか。
Forum: Plugins
In reply to: [RichText Extension] Add markers ?I’m sorry I couldn’t help you, but I’m glad you were able to solve the problem.
Please post again if you have any further questions.Forum: Plugins
In reply to: [RichText Extension] Settings are note being savedSorry for the delay in replying.
I’ve done some testing butI haven’t run into any problems with changes not being saved.Please try reinstalling the plugin first.
If there is no improvement, could you please send me the following two captures?1. Screen before saving the changes (the settings you expect)
2. Screen after saving the changes (the settings change will not saved)Forum: Plugins
In reply to: [Flexible Spacer Block] Cannot activate pluginThis topic will be closed.
Forum: Plugins
In reply to: [Flexible Spacer Block] Cannot activate pluginSorry for the delay in replying.
This plugin requires PHP 7.3 or higher.
And the error occurred because the part in question uses code that is not supported by PHP 7.2.
I’m sure this has already been resolved, but please let me know if you have any further questions.Forum: Plugins
In reply to: [RichText Extension] Add markers ?Sorry for the delay in replying.
By marker type, do you mean dot lines or stripes?
This plugin doesn’t have such options at the moment.
However, I’will consider it for a future update.Forum: Themes and Templates
In reply to: [Neumorphic] 子テーマ投稿ありがとうございます。
記載の件、こちらでも確かに確認しました。これは子テーマの問題ではなく、元々の親テーマの問題でしたので、修正しました。
新しいバージョン(v1.3.1)を公開しましたので、管理画面 > 外観で更新通知が届き次第、親テーマを更新の上、再度子テーマを適用してみて下さい。また、エラーが原因で管理画面自体開けない場合は、親テーマを一旦削除してみて下さい。
Local By Flywheelであれば、テーマの場所は以下になると思います。
{Localで指定したフォルダ}/app/public/wp-content/themes/neumorphicForum: Themes and Templates
In reply to: [Neumorphic] Tags-categoriesI apologize for the delay in replying.
In the current version, there is no option to hide publish date / modified date / category.
*As for tags, they will not be displayed unless you give tags to your posts.
I’ll consider implementing the ability to turn on/off the display of meta information in a future version.
If you want to use CSS, the following code will work.
Hide published date:
.c-meta__item--published{ display: none; }
Hide modified date:
.c-meta__item--modified{ display: none; }
Hide Categories
.c-meta__item--categories{ display: none; }