Aki Hamano
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Table Block] 固定制御:固定ヘッダー 動作せず確認しましたが、おそらく以下を変更すれば大丈夫だと思います。
- ScrollHintというJavaScriptライブラリでブロックの構造が書き換えられているので、無効化する
- ブロックの設定で、「デスクトップ表示でスクロールする」をオフにする
Forum: Plugins
In reply to: [Flexible Table Block] 固定制御:固定ヘッダー 動作せずこんにちは。
まずは原因の切り分けのため、当プラグイン以外を停止、またはデフォルトテーマへの切り替えを試してみていただけますでしょうか。
それでも改善しない場合は、実際のページのURLを公開していただく事は可能でしょうか。
Forum: Plugins
In reply to: [Flexible Table Block] Copy styleThank you for s review.
It is not possible to copy a style applied to a cell itself, but it is possible to select multiple cells and change the style at the same time.Forum: Plugins
In reply to: [Flexible Table Block] Add Hyperlink to whole cellIt is up to you to decide what style to apply.
I think we’ve solved the problem, so I’ll close this topic.Forum: Plugins
In reply to: [Flexible Table Block] Add Hyperlink to whole cellThank you for your review!
To make an entire cell a link element, the text link inside the cell can be expanded to fill the cell, as shown below:
- Select the target cell
- Set zero padding
- Set Cell CSS class (e.g.
cell-link
) - Enter text and apply a link to the entire text
-
Add custom CSS like this:
.wp-block-flexible-table-block-table .cell-link a { display: flex; ?height: 200px; /* Depends on your site */ align-items: center; justify-content: center; /* Add other styles... */ }
Hi,
This plugin currently supports only the main editor.
Support for other editor areas will be considered in the future version.Forum: Plugins
In reply to: [Flexible Table Block] Horizontal scroll not working@wibias
If you remove “Justify table center”, it will probably solve the problem, so please give it a try.Forum: Plugins
In reply to: [Flexible Table Block] Horizontal scroll not workingThanks for the confirmation.
I have found the cause and will fix it in the next version.
As a quick fix, it will work correctly if you remove the left/right centering from the toolbar of the block.Forum: Plugins
In reply to: [Flexible Table Block] Horizontal scroll not workingI see your point.
Now, first change to the default theme such as Twenty Twenty Two or Twenty Twenty One and see if you can still reproduce this issue.Forum: Plugins
In reply to: [Flexible Table Block] Horizontal scroll not workingIt looks like the expected behavior to me.
It appears to be cut off because it can scroll horizontally.
I don’t understand what behavior you are expecting.Forum: Plugins
In reply to: [Flexible Table Block] Horizontal scroll not working@wibias
I have checked the page again and it appears to be working correctly for the first table (Sportplatz Reetwiesen).Forum: Plugins
In reply to: [Flexible Table Block] Horizontal scroll not working@wibias
I checked your site.- Set “Table MAx Width” to none.
- Specify a fixed value for “Table Widthwidth”. (e.g. 1000px)
Forum: Plugins
In reply to: [Flexible Table Block] Horizontal scroll not workingCan you tell me the site where the problem is occurring?
I may be able to identify the specific cause of the problem.Forum: Plugins
In reply to: [Flexible Table Block] Horizontal scroll not workingHi,
The table width must be specified explicitly if “Scroll on XX view” is enabled.
Enter any value for “Table Width” or “Table Max Width”.
The value must be greater than the content width of your theme.Forum: Plugins
In reply to: [BlockMeister - Block Pattern Builder] PHP code is not outputting correctly.Thanks for the quick update!
I updated the plugin and confirmed that the labels are displayed correctly.