tigertjheu
Forum Replies Created
-
Ofcourse!
Ticket is created.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleThnx for all your help! It works great and i love how simpel it is!
Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleAfter trying a lot with ChatGPT i think i’ve found the solution, it took me 50 minutes arguing with the ai but after i thought i got this i found a working solution.
It kept giving me white-space normal or pre-wrap. After changing it to nowrap it worked. Ofcourse i am curious if this was the easiest solution.@media screen and (max-width: 767px) {
.tablepress td:nth-child(2) {
white-space: nowrap;
word-wrap: break-word; /* hyphenate words longer than 80 characters / max-width: none; / make cell width not limited */
}
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleThank you! This worked perfectly!
With the 180% i mean, an sentence gets on more lines than neccecary.
I’ve uploaded an image to show what i mean.: https://werkgroepwolf.nl/wp-content/uploads/2023/05/picture235452432534.pngForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleAfter playing a little bit further the problem with the orange bar (header) is almost solved. On the pc it is empty so it isn’t showing, on mobile devices there is a orange bar but not disturbing.
The only thing i’m looking for is to make it wider, in stead of 20/80% i would make it 20/180%, Now a website is on 2 rows. Any idea how to solve it?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleIt worked!
.tablepress th, .tablepress td { padding: 8px !important; } h6 .tablepress .column-1 { width: 20%; } h6 .tablepress .column-2 { width: 80%; }Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleUsing inportant doesnt work either
.tablepress-id-1 .column-1 {
width: 10px !important;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleSo this:
.tablepress-id-1 .column-1 {
width: 10px;
}
Or this:
.tablepress-id-1 .column-2 {
width: 10px;
}
Should change something but it doesn’t.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleI dont get it to work. If i add the follow lines, it doesnt change anything:
Im looking at the right id, but its still the same.
.tablepress-id-1 .column-1 {
padding: 4px;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleThat didn’t work.
Just to be sure u understand me correct ( My english is not always the best ) i uploaded an image for you.
https://werkgroepwolf.nl/wp-content/uploads/2023/05/Screenshot_127.pngForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleThat changes the grey lines above the koloms.
I want that the second row starts after 10px of the 1st kolom.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleI mean a 10px border
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Borders unvisibleThank you for your help! It worked! Now i’m looking for a solution to say that the 1st row is 10px than text and again 10px. Is this possible?
Forum: Plugins
In reply to: [Contact Form 7] Give a choice where to send the email toThank you! That was exactly what i was looking for!
Have a nice christmas ??Greetings,
Forum: Plugins
In reply to: [HD Quiz] Sharing resultsWell i tried, but facebook has the Individual Verification Paused, that means it is not possible for me at the moment to create a valid app id.