Hi,
as a start, please remove these lines, as they are already included by default:
<style type="text/css" media="all">
/* <![CDATA[ */
@import url("http://www.dexteritymi.com/wp-content/plugins/wp-table-reloaded/css/datatables.css?ver=1.9.3");
/* ]]> */
</style>
<script type="text/javascript" language="javascript" src="http://www.dexteritymi.com/wp-content/plugins/wp-table-reloaded/js/jquery.js"></script>
After that, at least one JS error should vanish, so that it might work already.
Regards,
Tobias
Thanks Tobias.
I’ve removed those lines from the Head injection of the page, but still no luck..
Hi,
ok, next try 🙂
Please change the line
$(document).ready(function() { /* Initialise the DataTable */
to
jQuery(document).ready(function($) { /* Initialise the DataTable */
Regards,
Tobias
Thanks Tobias.
Ah, things starting to happen. DataTables appears to load now with the appearance of the “Show entries” and “Search” boxes.
But no luck yet with the column filtering.
Ah! I hadn’t checked the box in the table setup:
Table footer: The last row of your table is the table footer (HTML tags <tfoot> and <th>)
Seems ok now. Thanks for your help Tobias!
(No doubt I’ll request help again as I continue with the project!)
Hi,
awesome! Great to see that this worked! 🙂
Best wishes,
Tobias