jeffryf
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Large table loads slowlyOh well. Many thanks for you prompt response.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Large table loads slowlyForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] jplayer shortcode in table cellIt worked!
At least [audio] worked.
Also worked with Use Data Tables both off and on.
Thanks! I’m glad I gave you money!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] jplayer shortcode in table cellhttps://www.yourownhealthandfitness.org/?page_id=11356
Go to the last row (#33). Left play button is mp3-jplayer, right play button is [audio].
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] jplayer shortcode in table cellUnfortunately, neither method worked.
Forum: Plugins
In reply to: [WP-DBManager] You have an error in your SQL syntaxThanks.
Turns out that I get the same message when I installed another backup plug in.
I’ve done this kind of whack-a-mole before.
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Need mailinglist_user_role instructionsI’m confused. I thought the whole point of mailinglist_user_role was to associate roles with mailing lists. I don’t want to filter, I just want users with a specific role to automatically be on a designated mailing list. Did I misunderstand?
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Options do not holdHello Tobias,
After protracted communication with my web host, I was able to determine that
1. they don’t use Suhosin
2. that increasing max_input_vars to 10000 changed nothingI still can’t get settings to persist.
What next?
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Options do not holdT,
Thanks. I put the line php_value max_input_vars 3000 in my htaccess file, but when I run phpinfo.php it tells me the local value remains 1000.
I found a reference that said php_value is deprecated and that I should use php.ini. I don’t have control over that, but placed a file named php.ini file in my root with the line max_input_vars = 3000. Still doesn’t show up in phpinfo.php list.
Because of my host’s configuration, I have to include the following lines in my htaccess in order to use PHP 5.
Action php-cgi /cgi-bin/php53
AddHandler php-cgi .phpAgain, from what I understand, using php.ini is required when PHP is run through a cgi script, as in my case. I’m afraid I don’t know enough to do anything creative with this PHP issue.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Options do not holdI increased the WP_MEMORY_LIMIT to 128MB. And as far as I can tell, Suhosin isn’t installed on my server: https://www.yourownhealthandfitness.org/reloadtest.php.
There doesn’t seem to be a limit to the number of rows in the tables I’m uploading–I’ve got a table with over 600 rows and 7 columns. The only thing going wrong is that settings and changes to the content are lost.
Where to look next?
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Search form disappearedProblem solved. Sort of…
I stripped everything and reinstalled plus I installed the plugin WP-Table Reloaded compatible for WP Minify. I have no idea what did what. However…
I just discovered something that might be the entire explanation as to why the search form disappeared.
If I place a #colspan# in the last cell of the header (first) row, the search form disappears. In header cells other than the last, the search form remains.
It also turns out that #colspan# in any other non-header cell throws the following message:
DataTables warning (table id = ‘wp-table-reloaded-id-1-no-1’): Requested unknown parameter ‘3’ from the data source for row 5And just to make sure I’m paying attention, it throws the message twice.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Search form disappearedI made the message to away by replacing tabletools.min.js with TableTools.js from the DataTables 1.8 download package and renaming in TableTools.min.js. So now on the DataTables forum.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Search form disappearedWhen I did this, DataTables said
Warning: TableTools requires DataTables 1.5 or greater – https://www.datatables.net/download
I see what’s in the js folder in Reloaded. I’ve downloaded TableTools from DataTables. It’s not obvious what (if anything) needs to be replaced. Any insights before I send this back to the DataTables forum?
And thank you very much for you time.Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Search form disappearedHello Tobias,
Many thanks.
I did what you suggested. The following is the reply I received. Before I start stumbling around, do you have any further suggestions?
It looks there is an error being thrown inside the DataTables program: “Uncaught TypeError: Cannot call method ‘fnSetData’ of undefined”.
However it is hard to really track down the error inside of DataTables since you are using the “minified” version of the extension. (I am also not really familiar on what would cause this type of error). You would be able to debug the error easier if you temporarily replace it with the Full JS on the download page (https://datatables.net/download/).