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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Due to small incompatibility, you will need some CSS to make the fixed header visible. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress.fixedHeader-floating,
    .tablepress.fixedHeader-locked {
        z-index: 100;
    }

    You might have to flush your caching plugin’s cache (PageSpeed) afterwards.

    Regards,
    Tobias

    Thread Starter BitEdge

    (@whatwhatwhatwhat)

    Thanks that works. BTW I notice if you set the offset while logged in you will get it wrong for people who are not logged in because it does not account for the WP toolbar.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    good to hear that it’s working now! And yes, you are correct with that observation, the WP toolbar would require a modified value, but one can only set one ??

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DataTables FixedHeader not working’ is closed to new replies.