Title: Fixed header not working
Last modified: December 29, 2019

---

# Fixed header not working

 *  Resolved [laura_paws](https://wordpress.org/support/users/laura_paws/)
 * (@laura_paws)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/fixed-header-not-working-8/)
 * Hi,
 * The fixed header extension isn’t working on this table: [https://business.judgeservice.com/react-automotive-plans/](https://business.judgeservice.com/react-automotive-plans/)
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffixed-header-not-working-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/fixed-header-not-working-8/#post-12278011)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The reason for that is a JavaScript error by another piece of JavaScript code
   on the page:
 *     ```
       $(".button").click(function() {
       $(".show-before-submit").css("display","none");
       });
       ```
   
 * Due to how WordPress loads the jQuery library, this should be written as
 *     ```
       jQuery(".button").click(function() {
         jQuery(".show-before-submit").css("display","none");
       });
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [laura_paws](https://wordpress.org/support/users/laura_paws/)
 * (@laura_paws)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/fixed-header-not-working-8/#post-12295879)
 * Thanks Tobias.
 * I can’t seem to find where the code is coming from. Do you know where it is or
   how to override it (functions.php etc)?
 * Thanks,
 * Laura
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/fixed-header-not-working-8/#post-12296200)
 * Hi Laura,
 * it seems to be coming from some sort of contact form, but I don’t know if it’s
   from a plugin or maybe your theme.
 * Regards,
    Tobias
 *  Thread Starter [laura_paws](https://wordpress.org/support/users/laura_paws/)
 * (@laura_paws)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/fixed-header-not-working-8/#post-12297542)
 * Think it’s coming from the theme. Do you know if there is a way to override it
   in the functions.php in my child theme?
 * Thanks,
 * Laura
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/fixed-header-not-working-8/#post-12297863)
 * Hi Laura,
 * no, I don’t think it’s possible to override it. You’d need to modify the JavaScript
   code in whatever theme file it’s defined in.
 * Regards,
    Tobias

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

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

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/fixed-header-not-working-8/#post-12297863)
 * Status: resolved