• Resolved herb37

    (@herb37)


    I am using a old theme without any support.
    Now I have installed the plugin “tablepress” unfortunately the part of the java script librarary failed to show the search-field and the other possibilities.
    Changing the theme to “twenty ten” all is running well.

    What can I do to make the old theme running with the js lib.
    Thnaks in advance
    Herbert

    Here You can the my site showing the problem

    my site

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

    (@tobiasbg)

    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

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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!

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

The topic ‘Theme doesn't work with the sLibrary’ is closed to new replies.