waxler
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Problems since last update (wordpress 6.3)Any update on when this will be fixed?
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Problems since last update (wordpress 6.3)Console error when trying to edit in Gutenberg block:
editor.blocks.js?ver=2.0.0:23 Uncaught TypeError: Cannot read properties of undefined (reading ‘map’)
at t.value (editor.blocks.js?ver=2.0.0:23:859979)
at onChange (editor.blocks.js?ver=2.0.0:23:863717)
at onChange (block-editor.min.js?ver=ecf0dc5e749679c4f014:41:79415)
at rich-text.min.js?ver=477e6aed00daeb0e4ab6:2:31263
at batch (data.min.js?ver=ff7eb3945f963be850ff:2:20058)
at Object.batch (data.min.js?ver=ff7eb3945f963be850ff:2:21419)
at _ (rich-text.min.js?ver=477e6aed00daeb0e4ab6:2:31244)
at HTMLDivElement.o (rich-text.min.js?ver=477e6aed00daeb0e4ab6:2:26747)Updated plugin to 2.0.0
- This reply was modified 1 year, 3 months ago by waxler.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Problems since last update (wordpress 6.3)I get the same problem. It soft-crashes the WP editor after the last WordPress update.
Thank you for your answer.
What do I put instead “123” to make it for all tables?
Ok, I understand.
One more question, with some CSS coding my designer stretched the width of the table to be wider than the width of the main content column. But now the spacing between columns in the table is skewed. There is a lot of white spaces in between columns which makes the table look bad.
How can I get rid of the white spaces between column? Basically I’d want to “center align” all the columns just like you’d do it in a text editor.
Thank you for your answer Tobias.
So I’ll have to pick one extension and use it. According to your experience, which one will enable me to get the best user experience on desktop and mobile when rows are wider than the width of the content column?
Can I hire you to do the editing for me?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Changing font family/sizeOk Tobias,
thank you very much for your help. I’ve decided to just turn that setting off.
One more questions, how can I get rid of those “arrow” points next to header and footer text? I want only my text shown there, nothing else.
P.S. Just gave tablepress 5 stars. Really surprised at the speed of your support. Job well done.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Changing font family/sizeThere are settings like these:
“Never minify the following CSS files:”
So if I understand this correctly, if I put in the name of the Tablepress CSS file in here, W3 will ignore it and it should work?
How exaclty is the CSS file for Tablepress named?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Changing font family/sizeOk
I’ve removed #content
and I’ve disabled CSS minify.
Now it seems it works, but how do I turn on the W3 again, because if I turn it back on it doesn’t work anymore and I really need to make my website faster ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Changing font family/sizeForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Changing font family/sizeHi
I’m having a similar problem.
I want to change the font size, change the header and footer background colors and delete border lines and vertical lines altogether.
I’m using this in the CSS for the Tablepress plugin:
#content .tablepress thead th,
#content .tablepress tfoot th {
background-color: #fff;
}#content .tablepress-id-N,
#content .tablepress-id-N tr,
#content .tablepress-id-N tbody td,
#content .tablepress-id-N thead th,
#content .tablepress-id-N tfoot th {
border: none;
}#content .tablepress thead th #content .tablepress tfoot th {
font-size: 20px;
}I added #content to override possible theme CSS, I read this in another support topic here.
It still doesn’t work and I don’t know what to do.
Any suggestions?
Thank you very much.