• Resolved jysc23

    (@jysc23)


    Hello,

    I recently installed the Responsive Tables extension and added “responsive=scroll” to the shortcode but I am now seeing a blank table. I disabled all my plugins to see if there was some kind of conflict but that doesn’t appear to be the case.

    Any idea why the table doesn’t show up anymore?

    Thank You

    The page I need help with: [log in to see the link]

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.

    It seems that this is caused because your theme is using a very strange and weird code structure, in both HTML and CSS code.
    To work around that, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-scroll-wrapper {
    	width: 100%;
    	float: left;
    }

    Regards,
    Tobias

    Thread Starter jysc23

    (@jysc23)

    Tobias,

    Thank you. Adding that worked.

    John

    • This reply was modified 8 years, 4 months ago by jysc23.
    Plugin Author Tobias Bäthge

    (@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!

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

The topic ‘Table Blank When Responsive Extension is Enabled’ is closed to new replies.