Hi,
thanks for your question, and sorry for the trouble.
I’m not really sure what you mean here. When viewing that link, the sorting works fine for me.
The JS file of TablePress is /wp-content/plugins/tablepress/js/jquery.datatables.min.js .
Regards,
Tobias
Yes sorry i did take it off. i was doing something but i will put it back on and see if that works.
it basically stops the table search and sorting from working. so i will let you know if i can get it back working 🙂
that still didn’t make it work. i will look into this further.
Hi,
the problem seems to be that jQuery is also not loaded.
You might therefore have to exclude /wp-includes/js/jquery.js as well.
Regards,
Tobias
thank you for replying back, i did add that to exclude but still didn’t work.
Hi,
sorry, the URL was wrong. Please try
wp-includes/js/jquery/jquery.js
Regardless, this is not really a TablePress issue, as there are many other plugins that are currently breaking on your site, which you can see in the JS error console log in your browser.
Regards,
Tobias
I will take it to the other support thread thank you for your help. I was hoping to sort tablet press first. and seeing if anyone else had similar problems with the uncompatible plug. 🙂
Hi,
that sounds good. The problem basically is that the plugin only loads the JS files in a deferred way, but that the inline JS code that uses the files is still in the old place on the page.
Regards,
Tobias