Hi,
I can find a definite reason on why the sorting is not working, but my assumption is that this happens due to some JavaScript conflict or incompatibility. For example, your page loads (old versions of!) the jQuery library at least three different times. This is caused by other plugins or your theme.
Also, you could try to switch to the “DataTables JavaScript library” (on the WP-Table Reloaded “Plugin Options” screen) instead of the “Tablesorter” library that you are using now (which however is pretty old and unmaintained already).
Best wishes,
Tobias
Thanks Tobias,
I had a feeling it was a conflict like that. I will try to find the problem and keep this post updated!
Scott
Hey Tobias, just letting you know that the problem has been fixed. I found the conflicting old jQuery calls and removed them. Now it functions beautifully.
Thank you again!
Scott
Hi Scott,
awesome! That is great to hear! Thanks for the confirmation.
Best wishes,
Tobias
interesting, i am having a similar issue. the plugin has worked FLAWLESSLY for some time now. over the last week, it now begins to hang in the admin, and won’t save any changes. the jscript libraries (datatables) was used. i switched to tablesorter extended to try that, and it still won’t work. i can select “use javascript library” on the table admin and save it, but it won’t save it. i have 248 rows by 3 columns. url:
Hi,
thanks for your report, and sorry for the trouble that you are experiencing.
From your description, this actually sounds more like the known “Suhosin” problem. Suhosin is a security extension on the server than can (if configured too strict) break the saving of tables and options (due to which those things you mention don’t work). Please take a look at these forums threads for more hints:
http://ww.wp.xz.cn/support/topic/plugin-wp-table-reloaded-table-errors
http://ww.wp.xz.cn/support/topic/plugin-wp-table-reloaded-table-not-showing-blankpage
http://ww.wp.xz.cn/support/topic/plugin-wp-table-reloaded-plugin-wp-table-reloaded
http://ww.wp.xz.cn/support/topic/plugin-wp-table-reloaded-row-limitations
Another reason might be that the PHP Memory Limit is reached, so that the saving process simply stops. Can you try to increase the limit by following http://codex.ww.wp.xz.cn/Editing_wp-config.php#Increasing_memory_allocated_to_PHP ?
Can you maybe check these things? Also, please post the URL again, it seems it didn’t get posted the first time.
Regards,
Tobias