• Resolved Musiphilos

    (@musiphilos)


    Hi thank you for this awesome plugin.

    I’m on WP 3.9.2, with Table Press 1.4 and Responsive Tables 1.1

    The problems bellow also happens on the twentyeleven theme.
    No errors on the chrome console.
    WP_DEBUG is set to true and no notices, warnings or errors found.

    Here is a test of both Table Press + Responsive.
    This page only includes [table id=1 responsive="phone" /].

    Problem 1) In mobile size browser it gets wrong alignment.

    Problem 2) Also, for some strange reason, Tablepress is inserting <p></p> in between my paragraphs, adding an extra spacing that I don’t want.

    Any help on these would be very helpful
    Cheers

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is that some cells in your table have multi-line text, so that you will need to add some extra “Custom CSS” on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
        .tablepress-id-1 th,
        .tablepress-id-1 td {
            height: 95px;
        }
    }

    Regarding those <p> tags: I’m pretty sure that those are not added by TablePress, but from what I can see they are also not really causing any extra spacing…

    Regards,
    Tobias

    Thread Starter Musiphilos

    (@musiphilos)

    Thank you Tobias,

    Solved my problems. I’ve also found the source of the <p> tags.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that’s good to hear 🙂

    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 ‘Responsive plugin malformat’ is closed to new replies.