• Resolved seany187

    (@seany187)


    For some reason the fixed header option isn’t working on our site. WordPress plugin installed and activated. Updated shortcode added and use DataTables checked. Happy to pay for it if it works :-/

    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.
    Also sorry for the late reply! As I was on holidays, I did not have a chance to look at this earlier.

    Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress.fixedHeader-floating {
      z-index: 100000;
    }

    Regards,
    Tobias

    Thread Starter seany187

    (@seany187)

    Thanks for the tip, but I am not even seeing fixedHeader-floating class being added when scrolling down? So it’s not working 🙁

    • This reply was modified 6 years, 10 months ago by seany187.
    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    the element that is affected by this is actually a copy of the table, right before the </body> tag.
    To make this work, please try again with

    .tablepress.fixedHeader-floating {
      z-index: 100000 !important;
    }

    Regards,
    Tobias

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

The topic ‘FixedHeader not working’ is closed to new replies.