• Resolved ricmo

    (@ricmo)


    Hello Tobias,

    I’ve been a loyal follower for years, really love your plugin!

    I wanted to enable the fixed header feature on this page:
    https://www.blueberries.gg/leveling/destiny-2-roadmap/

    The extension is installed and the shortcode modified but there seems to be a JS issue preventing it for working.

    Any idea what is going on?

    Thanks!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    It looks like the “Custom CSS”

    .tablepress {
    	border: 1px solid #dddddd;
    	width: 100% !important;
    }

    is interfering here. Can you please change that to

    .tablepress {
    	border: 1px solid #dddddd;
    }

    Regards,
    Tobias

    Thread Starter ricmo

    (@ricmo)

    That did it, thanks a lot!

    Thread Starter ricmo

    (@ricmo)

    Sorry to bother you again but I changed the Table (same page, same everything except this is table 19 instead of 20) and it’s not working again.

    Perhaps other CSS is causing an issue here: https://www.blueberries.gg/leveling/destiny-2-roadmap/

    Thanks a lot for your help!

    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!

    Thread Starter ricmo

    (@ricmo)

    I’m afraid it didn’t 🙁
    As soon as I changed the table (keeping everything the same) it stopped working again.

    Perhaps other CSS is causing an issue here: https://www.blueberries.gg/leveling/destiny-2-roadmap/

    Thanks a lot for your help!

    Thread Starter ricmo

    (@ricmo)

    Ok, last time I bother you with this. It now works, I removed some merged cells, perhaps that was the issue.

    Thank you again!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, merged cells can not be used when the DataTables functions (incuding FixedHeader) are used.

    Regards,
    Tobias

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

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