What browser are you using? I use Safari on my iPad mini and I can see and use the search box no problem.
Hi,
thanks for your post, and sorry for the trouble.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Hi,
thanks for the link. From what I can see, the output of the page ends prematurely.
Could you please set the WP_DEBUG constant to true in the wp-config.php file on your server, maybe with the help of the instructions from https://codex.wordpress.org/Editing_wp-config.php#Debug ? That should hopefully show us some error messages.
Regards,
Tobias
Hi,
thanks! At the bottom of the page, I now see
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 26826 bytes) in ... on line 2843
This indicates that the PHP Server Limit is reached.
To fix that, please try increasing that PHP memory limit on the server, by increasing the value of the WP_MEMORY_LIMIT constant in the wp-config.php file, e.g. to 512M, via the instructions from https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
A better solution might be to check if you can switch to a more recent version of PHP, like PHP 5.6 or even PHP 7.0 on the server. Those require much less memory.
Regards,
Tobias
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!