Title: Filter issue
Last modified: August 20, 2016

---

# Filter issue

 *  Resolved [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/)
 * HI
 * I have [https://github.com/TobiasBg/TablePress-Extensions/tree/master/tablepress-datatables-multi-filter-select](https://github.com/TobiasBg/TablePress-Extensions/tree/master/tablepress-datatables-multi-filter-select)
   installed on my site over at [http://www.kevinwiles.co.uk/seo-tools](http://www.kevinwiles.co.uk/seo-tools)
   but no filter shows up!
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/filter-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/filter-issue/page/2/?output_format=md)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208839)
 * Hi,
 * that’s because there are some other JavaScript issues on your site, due to which
   the DataTables scripts are prevented from running.
 * The Chrome Developer Tools reveal these:
 *     ```
       Failed to load resource: the server responded with a status of 404 (Not Found) http://www.kevinwiles.co.uk/wp-content/plugins/wordpressguestpost/js/postreviewbyadmin_script.js?ver=3.4.2
   
       Failed to load resource: the server responded with a status of 404 (Not Found) http://www.kevinwiles.co.uk/wp-content/plugins/wordpressguestpost/jscripts/tiny_mce/tiny_mce.js?ver=3.4.2
   
       Uncaught SyntaxError: Unexpected token < /seo-tools/:1010
   
       Failed to load resource http://ib.adnxs.com/getuid?http%3A%2F%2Fib.adnxs.com%2Fgetuid%3Fhttp%253A%252F%252Fd.shareaholic.com%252Fdough%252F1.0%252Fmixer.gif%253Fp_name%253DAN%2526p_id%253D%2524UID
       ```
   
 * The main issue seems to be that a very old version of jQuery is loaded on your
   site, and that some JS files of some plugins are missing.
 * Regards,
    Tobias
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208842)
 * Hi
 * How can I fix these issues? I have now removed that pluign but it still doesnt
   work
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208857)
 * Hi,
 * that’s a good start already. Another plugin that seems to cause trouble is the
   Shareaholic plugin.
    To find out which plugin is responsible for loading the 
   old jQuery library from the Google CDN, I recommend to deactivate all plugins
   one by one and then check when the line
 *     ```
       <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js?ver=3.4.2'></script>
       ```
   
 * in the page source disappears or changes.
    This might also be caused by your 
   theme, so if no plugin is responsible, try switching to the WP default theme.
   Finally, the Google Analytics code that likely have added to the “footer.php”
   has one wrapping of `<script>` and `</script>` too much.
 * Regards,
    Tobias
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208859)
 * Is there a way I could keep them active and update the J query?
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208862)
 * Hi
 * I removed every plugin and then the theme and it still didnt work!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208864)
 * Hi Kevin,
 * it is either a theme or a plugin that is loading this old version of jQuery. 
   Updating this would also require to find out what plugin (or where in the theme)
   is doing this.
    There’s nothing I can do if this is not changed. WordPress and
   TablePress require the latest version of jQuery, which by default comes with 
   WordPress already.
 * Please try again with deactivating plugins and switching the theme.
 * Regards,
    Tobias
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208865)
 * Hi
 * Everything has gone but it still doesnt work the only thing active now is Tablepress
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208866)
 * You can see for yourself if you need to?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208870)
 * Hi,
 * thanks for deactivating everything. Now the mentioned errors are gone, which 
   confirms they originated in other plugins or the theme.
    For some reason now,
   there’s still an error reported by the JS in the DataTables library of TablePress.
   To better find the reason for this, please also deactivate the Multi Filter Select
   extension, so that I can see if the DataTables functionality works on its own.
 * Thanks,
    Tobias
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208871)
 * HI
 * All off again now
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208875)
 * Hi,
 * thanks. Now this is really strange.
 * Can you please contact me via email, I’d like to take a direct look at your admin
   area, if possible. My address is in the main plugin file “tablepress.php”.
 * Thanks,
    Tobias
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208891)
 * Hi
 * Any luck?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208892)
 * Hi Kevin,
 * unfortunately, I haven’t yet received an email from you 🙁 I just checked again,
   even my spam folder…
 * Regards,
    Tobias
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208894)
 * Hi
 * I sent it to you yesturday to wordpres AT tobias.baethge DOT com
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/#post-3208895)
 * Hi,
 * nope, I didn’t get that. Did you make the same typo as above? “wordpres” should
   be “wordpress”, obviously.
    Can you please try to send it again?
 * Regards,
    Tobias

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/filter-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/filter-issue/page/2/?output_format=md)

The topic ‘Filter issue’ 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/)

 * 18 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/filter-issue/page/2/#post-3208900)
 * Status: resolved