jx2900
Forum Replies Created
-
Hi Tobias,
This occurs that I start typing right after entering the cell by double-click.
I tried on Windows and this problem doesn’t occur on Windows.
So, it’s not a big deal for now. I was just hoping that this might be fixed in the future by letting you know of this.
Anyway, thank you always for you reply. I at least became to understand.
Best regards,
Junji
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Compatibility from 1.14 to 2.0xHi Tobias,
Thank you very much for your reply.
It is great to know that there is no incompatibilities and I can go back to 1.14! I will certainly try version 2.
Thank you again,
JunjiHI Tobias,
I actually used CTLR+SHIFT+I (Chrome DevTool) to check applied CSS with those .column-N and HTMT class and id before sending you message 2 days ago. And as the result, the first row took the control and the second row or below doesn’t take “width” property with .column-N.
I think that it is not possible yet at this moment and I will use TablePress within what it can do. It is still way better plug-in for table than any others. So I will stop bothering you. But thank you very much for spending time for me.
I have given 5 stars to TablePress.
Best regards,
Junji- This reply was modified 2 years, 1 month ago by jx2900.
Hi,
The table is just for a test.
I would like to specify each column width individually without evenly split based on the column width of row 1 with #colspan#.
Is there any way to do that? If not, it’s okay. It is not too critical.
Best regards,
JunjiHi,
Now you should be able to see the page without password.
https://ichiri.biz/tech/test-page/I just want to know how I can specify different exact widths % for column 6 and 7.
Best regards,
JunjiThank you very much, Tobias,
This works and this is great..tablepress-id-111 th,
.tablepress-id-111 td {
text-align: center;
}And I visited https://tablepress.org/faq/column-widths/ and it is same as the short code.
Pease revisit https://ichiri.biz/tech/test-page/ with password 321.
I posted the result.
I put two tables from the same tablepress-id-111. So I used id(#) instead of class(.).
*I wanted to use % instead of px./*This is used for both tables. As a text, I used 40% to be distinct.*/
.tablepress-id-111 .column-1{
width: 40%;
}/*First row with #colspan# uses the width. So I am not able to control the width of each column.*/
#tablepress-111 .column-2, <–The first row takes this
#tablepress-111 .column-3, <–The first row takes this
#tablepress-111 .column-4, <—The below from here are used from the second row
#tablepress-111 .column-5, <—but the first row take over controlling the widths.
#tablepress-111 .column-6,
#tablepress-111 .column-7
{
width: 10%;
}/* I used .row-2. But it seems that .row-2 is ignored for width. The width is controlled by only the first row.*/
.tablepress-id-111 .column-1{ width: 40%; } #tablepress-111-no-2 .row-2 .column-2, #tablepress-111-no-2 .row-2 .column-3 { width: 20%; } #tablepress-111-no-2 .row-2 .column-4, #tablepress-111-no-2 .row-2 .column-5, #tablepress-111-no-2 .row-2 .column-6, #tablepress-111-no-2 .row-2 .column-7 { width: 5%; }
Is there any other way to control width of each row when using #colspan# at the first row?
Thank you again,
JunjiSorry, my mistake, it was 7 rows. So it is:
.tablepress-id-111 .column-1, .tablepress-id-111 .column-2, .tablepress-id-111 .column-3, .tablepress-id-111 .column-4, .tablepress-id-111 .column-5, .tablepress-id-111 .column-6, .tablepress-id-111 .column-7 { text-align: center; }
Is there any my mistake the below doesn’t?
.tablepress-id-111
{
text-align: center;
}If possible, I don’t have to do like this?
.tablepress-id-111 .column-1,
.tablepress-id-111 .column-2,
.tablepress-id-111 .column-3,
.tablepress-id-111 .column-4,
.tablepress-id-111 .column-5,
.tablepress-id-111 .column-6,
.tablepress-id-111 .column-7,
.tablepress-id-111 .column-8,
.tablepress-id-111 .column-9
{
text-align: center;
}Hi Tobias,
I found that field=column_numbers is also missing in the page. There might be other good feature missing.
And your reply didn’t have double-quotations on field=number_rows but SHORTCODE page for table-info in your document shows that field value has to have double-quotations. I tried some and found no-double-quotation, double-quotation and single-quotation all worked except backward single quotation. Hope this is the way you intended and not a bug.
*below all workded as well as other field such as name, last_modified, last_edited etc.
number_rows <— your reply
“number_rows” <— in the Document page
‘number_rows’ <— what I discoveredI love TablePress. I have already rated 5 stars a way back. So I wanted to let you know what I found.
Best regards,
JunjiThank you very much, Tobias,
I re-checked the SHORTCODE page of Document to see if I missed the “number_rows” as field because I thought that I might have asked something it was documented since the solution was such an easy way. But I am relieved that it wasn’t listed there.
Anyway, I love TablePress. Looking forward to version 2!
Best regards,
JunjiForum: Plugins
In reply to: [Wordpress Tooltips] How to make it work when there is defined word in ttipHi happy support team,
I’ve sent a message through the link early last week and haven’t heard anything back as told by you. I filled everything out in the form when I submitted the ticket. Is there any problem?
Best regards,
JunjiForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Creating my own class for cellHi Tobias,
Thank you for your reply.
Okay, I will specify cells one by one then.I sometimes need to compare n:n factors, where the same row and column are comparing same factor themselves. So I would like to slash the cell out by diagonal line. The number of the “n” might vary by what I want to compare. But I don’t expect the maximum number of n exceed 6.
Since I am using WordPress. So I will put the CSS at the bottom of the editor area by specifying .row-# .column-#.
Thank you again. At least, I know for sure that it is not possible at this moment.
Best regards,
JunjiForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Creating my own class for cellI know that I can choose a cell .column-# .row-# one by one and set the CSS per table.
But I would like to set the css as global across all my tables on all my pages.Hi Tobias,
Thank you so much. You are a super star!
You have already foreseen this coming a way back. Amazing.
And I am, at the same time, ashamed of myself of lack of my research ability that I was unable to find it.Anyway, thank you very much.
Best regards,
JunjiFew more information, I don’t know, but this might help.
(a) I tried putting those codes in cell directly and using “Advanced Editor”. Both resulted the same with “br”.
(b) I tried two different ways to use Enlighter. Bot resulted the same.
(b)-1. One way is that I put EnlighterJSRAW as class.
“pre class=’EnlighterJSRAW'”
(b)-2. The other way is that I used “script” var ichiri_Englighter={} “/script” to make my Javascript recognize the variable to make Englighter take effect. And I just used “pre” &”/pre”- This reply was modified 2 years, 9 months ago by jx2900.