• Resolved mako2

    (@mako2)


    Hello

    I am having this problem with this plugin. I created a very simple table with 5 rows and 6 columns. I do not why I get that misterious empty column second to the last.

    Here you can see a screenshot http://bit.ly/12X7EOF

    Is this a problem with another shortcodes? The only plugin I am using that uses shortcodes is “Shortcodes Ultimate”

    Thank you in advance for your help!

    http://wordpress.org/extend/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    No, this is not a conflict with another plugin, but a CSS conflict with some CSS in your theme.
    To fix this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress [class*="column"]:last-child {
      float: none !important;
    }

    If that does not help, please post the link to the page with the table. I’ll then investigate the code to find a the correct CSS code to fix this.

    Regards,
    Tobias

    Thread Starter mako2

    (@mako2)

    Problem fixed! Thank you so much!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    awesome! That’s great to hear! Thanks for the confirmation!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Empty column error’ is closed to new replies.