dotweekly
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] What Javascript is causing problems?Thank you Tobias!
I opened that file and removed:
$(‘#pagewrapper a[rel^=”prettyPhoto”]’).prettyPhoto({ “theme”: ‘dark_square’, “slideshow”: 5000, “overlay_gallery”: false });
And it works perfect now!
Thanks so much!
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Comments Not ApprovingHi Tobias,
Could you further explain this DataTable error message and how to resolve it?
DataTables warning (table id = ‘wp-table-reloaded-id-2-no-1’): Cannot reinitialise DataTable.
To retrieve the DataTables object for this table, please pass either no arguments to the dataTable() function, or set bRetrieve to true. Alternatively, to destory the old table and create a new one, set bDestroy to true (note that a lot of changes to the configuration can be made through the API which is usually much faster).
If I uncheck the Table Head: The first row of your table is the table head (HTML tags <thead> and <th>). the error message goes away, but it would be nice to leave that in place.
This is what I need explain more (where to do it) and how:
please pass either no arguments to the dataTable() function, or set bRetrieve to true.Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Comments Not ApprovingThank you for the very quick reply Tobias!
I did as you stated and it cleared up my problem. I deactivated and removed several plugins and it works. I will have to get my host to bump up my PHP memory limit.
I wasn’t getting any memory error messages, so that didn’t even come to mind.
Thanks again!