• Resolved sebel33

    (@sebel33)


    Hi there

    Tablepress was working perfectly for the last months until yesterday. I have updated several plugins and all of a sudden, the pagination of the table is no longer working. Here are the plugins: https://prnt.sc/pnflpi

    I have of course enabled “pagination of the table (show only 10 rows at a time)” and I have also deactivated WP Rocket to avoid JS and CSS minify but still the pagination is not working.

    Can someone please help me?
    Many thanks in advance!

    • This topic was modified 6 years, 7 months ago by sebel33.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is the JavaScript code

    $("#check-in,#check-out").datepicker({
    

    from what I can see. In the JS error log console, there’s the error that the datepicker() function does not exist. My guess is that a corresponding JS file is not loaded on that page.

    Regards,
    Tobias

    Thread Starter sebel33

    (@sebel33)

    Thanks for your feedback.

    Do you then have any idea how I can fix that? My knowledge is quite limited 😉

    Thanks!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you’d have to find out what other plugins (or maybe your theme?) adds this code, and then either remove it or ask the developers to fix it, by making sure that the JS file is loaded.

    Regards,
    Tobias

    Thread Starter sebel33

    (@sebel33)

    I have restore a backup and it works like before.
    It appears that WPML plugins are causing issues and especially regarding the compatibility with WP Rocket.

    From your side, do you see any potential issue?

    Thanks again Tobias!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    nice! I can confirm that the pagination is working again! 🙂

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Pagination Issue’ is closed to new replies.