Hi,
thanks for your post, and sorry for the trouble.
From what I can see, the JavaScript code or the library is not being inserted in to the page. My assumption is that this is caused by your theme not having a call to
wp_footer();
in its file “footer.php”.
Something like that should be right before the closing HTML </body> tag.
Could you please check that?
Regards,
Tobias
Thread Starter
herb37
(@herb37)
Hi,
Thanks. I have added
<?php wp_footer(); ?>
Now avery thing is fine.
Regards
Herbert
Hello Herbert,
awesome! Great to hear that this fixed it 🙂
That line is very important, as many plugins rely on it.
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Hi Tobias. I have a WordPress Twenty Ten site I’m trying to use Tablepress on. My search feature isn’t viewable on the table page.
I am a novice with code etc but have tried the instruction above to no success. I also tried the instructions you gave here:
http://wordpress.org/support/topic/search-bar-not-visible-all-rows-displayed
However, I can’t find the code you describe in my header file. Is there any help you can give? Thanks
Mark
Also just to be clear, I tried the other user’s suggestion above too and no luck. And also, as well as the search feature not being there, neither is the facility for the visitor to click at the top of a column and change the column which is alphabetical. I’m trying to do it on this page:
http://piano-player-newcastle.co.uk/?page_id=1227
Thanks
Hi,
thanks for your post, and sorry for the trouble.
In your case, the reason for this problem is not the missing wp_footer(), or a wrong version of jQuery. Instead, there’s a JavaScript problem in an old plugin that you are using: “WPaudio MP3 Player” has a bug in its JavaScript code, due to which the rest of the JavaScript code (which for example adds the search field for tables, or makes them sortable) is not executed by the browser.
You you therefore uninstall WPaudio MP3 Player and probably replace it with the new audio/video functionality that WordPress 3.6 has.
Regards,
Tobias
Thanks very much for your help!
Hi,
sure, no problem, you are very welcome! 🙂
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!