Title: Missing Search / Pagination
Last modified: September 1, 2016

---

# Missing Search / Pagination

 *  Resolved [drchef](https://wordpress.org/support/users/drchef/)
 * (@drchef)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-search-pagination/)
 * Hi Tobias,
 * I have just had my client report that their search facility on tablepress has
   gone missing – this, as well as the pagination. I’ve read some other posts with
   similar problems but the answers / problems all seem to be specific to each individual
   case. The site in question is:
    [http://www.pasoq.co.uk/courses/candidate-register/](http://www.pasoq.co.uk/courses/candidate-register/)
 * Any help as to why this has happened would be most gratefully appreciated.
 * Best
    A
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-search-pagination/#post-7486014)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * You are basically affected by this: [https://wordpress.org/support/topic/scroll-top-blocks-other-plugin-functionality-on-wp-45?replies=6](https://wordpress.org/support/topic/scroll-top-blocks-other-plugin-functionality-on-wp-45?replies=6)
 * A JS file in your theme contains a bug that only shows with the latest version
   of the jQuery JS library. Therefore, this error will have to be fixed in your
   theme. One idea could therefore be to contact your theme developer about this
   and ask them for an updated/fixed version.
 * As it’s a small change, you could also fix this yourself, by changing
 *     ```
       $('a[href=#top]')
       ```
   
 * to
 *     ```
       $('a[href="#top"]')
       ```
   
 * in the /wp-content/themes/u-design/scripts/script.js file.
 * The code
 *     ```
       $('a[href*=#]:not([href=#],
       ```
   
 * a few lines later might also have to be changed to
 *     ```
       $('a[href*="#"]:not([href="#"],
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [drchef](https://wordpress.org/support/users/drchef/)
 * (@drchef)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-search-pagination/#post-7486015)
 * Top man – Thanks Tobias and cheers for the insanely speedy response!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/missing-search-pagination/#post-7486020)
 * 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](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!
 *  [alicat](https://wordpress.org/support/users/alicat/)
 * (@alicat)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/missing-search-pagination/#post-9246146)
 * I am experiencing this problem now and tried to fix according to your suggestions
   here… to no avail. I’ve tried to find fix, and am not good javascript editor…
   Is there any update to fixing this issue with UDesign? It’s happening all of 
   a sudden on this site (was working fine): nbep.org/resource-library Thanks so
   much

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

The topic ‘Missing Search / Pagination’ 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/)

## Tags

 * [missing](https://wordpress.org/support/topic-tag/missing/)

 * 4 replies
 * 3 participants
 * Last reply from: [alicat](https://wordpress.org/support/users/alicat/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/missing-search-pagination/#post-9246146)
 * Status: resolved