patrickkarl
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Font “bold” doesn’t workFeider once a great help!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] link hoverSorry for the unnecessary question. Found the answer then. ??
Used:
.tablepress td a {
font-weight: bold;
color: #000000;
}.tablepress td a:hover {
font-weight: bold;
color: #a03d42;
}Hello, if you could give me an example here that would be great.
Thanks very much.
Okay. Perfect. Thank you. These two points would be very important and then the plugin is irreplaceable for us.
Hello,
unfortunately, I’m not very good at coding. Is there a possibility for another solution?
Would it be possible to add another field to the request like a drop down field? The customer should be able to choose from 4 answers.Perfect! Thank you!
Hi Tobias,
Another concern.
I use the responsive function of the table and this seems to work differently on Chrome and Edge. The link looks normal in Chrome and on Edge the plus symbol appears which should be for reponsive ones. Unfortunately I can’t send you a link via the forum, because the site is currently not allowed to be published.Regards
PatrickWorks great! Thank you so much for your help!! ??
Oh Really great!! Just what we were looking for!
I’m really sorry, can I ask you one more question?
Would it be possible to make the dropdown fields underneath each other instead of side by side?You deserve really big praise for your great fast support!
Best regards
Patrickokay, no Problem. I think we can solve this another way. one last question. ??
Is it possible to adjust the size of the drop down fields?Regards
PatrickGreat! That worked! Thanks a lot!
Is there also a possibility to hide the table and only show results? The table should become a kind of configurator for a product to get the right productnumber.
Hello,
I would like to create a table with the shortcode [table id=2 datatables_columnfilterwidgets=true /]
Main mask TablePress – Function of the DataTables-JavaScript-Library – Filter/Search activated so that only results which I have selected by dropdown are displayed.
But now the “Search” field is still there. Can it be hidden?
I have tried the code via Settings – Additional CSS:
.tablepress-id-N filter {
display: none;
}
but then nothing happens.