Hi Fritz,
thanks for your post, and sorry for the trouble.
The reason for this seems to be that your theme is using the [table] Shortcode for itself. You could therefore change the TablePress Shortcode to something else, see http://tablepress.org/extensions/table-shortcode/
Regards,
Tobias
Yes, that’s it.
Das war’s! Vielen Dank für die rasche Antwort 🙂
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Thanks – I will.
One more thing came up though:
Is it possible to add a nowrap-to a field? It doesn’t show an effect when I do it via <nowrap>
I want the content of the second column to be in one line.
http://www.fresach.org/t-party/
Hi,
nowrap is not an HTML element, but needs to be added via CSS.
For example, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress to prevent line breaks in the second column of that table:
.tablepress-id-1 .column-2 {
white-space: nowrap;
}
Regards,
Tobias
Works like a charm!
Thanks again.
Hi,
great! Thanks for the confirmation! 🙂
Best wishes,
Tobias