2 questions :)
-
Hello,
2 questions for you :
How to make the text of the cells back to the line ?
How to put a small line between each line ?Regards,
Yves
-
Hi Yves,
thanks for your post, and sorry for the trouble.
To be honest, I don’t really understand. What do you mean with “back to the line” here? And what is a “line between each line”? Can you maybe also post a link to your table?
Regards,
TobiasHello,
Look at this please : http://www.objetconnecte.net/wp-content/uploads/2015/04/table-lock-oc.png 🙂
Regards,
Yves
the table is not online for the moment, that’s why 🙂
Hi,
thanks for the screenshot. Something seems to be wrong here, as this is not the expected styling.
In your case, the reason for the problems (even those with the Extension) is more likely HTML code, namely the Shortcode is wrapped in HTML
<pre>tags. To fix this, please go to the “Edit” screen of the page, and switch from the “Visual” to the “Text” editor.
There, remove the<pre>and</pre>around the Shortcode, so that there’s only the Shortcode on its own line, with an empty line before and after it.Regards,
TobiasHi thank you !! Other questions :
How to ensure that the first line descends with scrolling ?
2nd screenshot with 3 little questions : http://www.objetconnecte.net/wp-content/uploads/2015/04/table-v2-serrure.png
Regards,
Yves
Hi Yves,
to remove the elements at the top, just uncheck the “Pagination” and “Table Info” checkboxes on the “Edit” screen.
To get the first column in bold, try this “Custom CSS” on the “Plugin Options”:
.tablepress-id-123 .column-1 { font-weight: bold; }(with the correct table ID).
To increase the width of that column, you could try the approach from http://tablepress.org/faq/column-widths/
Regards,
TobiasHello,
Thank you again !
Here is the link : http://www.objetconnecte.net/comparatif-serrures-connectees-acheter/
I can not change the width of column 8, it does not work … 🙁
I would like to make the table 1050px wide/width and use the horizontal scroll but it doesn’t work either ..
Thank you for your help,
Yves
Hi Yves,
setting the width of that column will indeed be tricky here, as the table is so wide. The browser will then not always take the “Custom CSS” directly into account.
The problem with the scrolling is that you are also using the FixedHeader Extension. The JS code of that is not compatible with the Horizontal Scrolling setting, unfortunately (this is a restriction in the underlying JS library and not in TablePress).
Can you therefore please turn off the Extension for this table again? Also, please remove the CSS that sets the width to 1050px. That should not be necessary here and might even make things more difficult.
Instead, we should try to set the width for the column in a more strict way. For that, please extend the CSS to.tablepress-id-6 .column-8 { width: 250px !important; }Regards,
TobiasThank you very much !!
Do you plan to develop a plugin / extension to cross information in the table ?Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Can you clarify what “cross information” means? Do you want to strike through some text? Then you would just have to write it like
<del>text</del>in the table cell.
Best wishes,
TobiasP.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
The topic ‘2 questions :)’ is closed to new replies.