Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    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 https://tablepress.org/extensions/table-shortcode/

    Regards,
    Tobias

    Thread Starter fritzves

    (@fritzves)

    Yes, that’s it.
    Das war’s! Vielen Dank für die rasche Antwort ??

    Plugin Author TobiasBg

    (@tobiasbg)

    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!

    Thread Starter fritzves

    (@fritzves)

    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.
    https://www.fresach.org/t-party/

    Plugin Author TobiasBg

    (@tobiasbg)

    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

    Thread Starter fritzves

    (@fritzves)

    Works like a charm!
    Thanks again.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! Thanks for the confirmation! ??

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Table doesn‘t show at all’ is closed to new replies.