bassick19
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Android/iPad editingHi. I’d like to know if you think it’s possible to fix this bug. If so, I could make a donation because I’d really like to use this plugin. No other plugin I’ve come across is laid out as simple as this as far as editing.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Android/iPad editingYes. I can edit very well on desktop and laptop.
I can’t edit on Android Internet Browser, iPad Safari, Chrome, CM Browser…none of my mobile devices. Thanks for the testing.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Android/iPad editingThx for responding. I tried on Chrome and Chrome Dev with no success.
I have a Samsung S5 Active. What phone and version of Chrome let you edit cells?
This is the code that I added for my table:
if(function_exists(‘add_db_table_editor’)){
add_db_table_editor(array( ‘title’=>’Order By Last Name’, ‘table’=>’votertable’, ‘sql’=>’SELECT * FROM votertable ORDER BY Voters_LastName ASC’ ));
}Forum: Plugins
In reply to: [WP-DB-Table-Editor] Android/iPad editingOh. I am able to do “sorts” or “searches” from the very top row of each column from my mobile devices. I am just not able to edit cells.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Host install errorThanks for responding again. I called Bluehost support. After researching some things, they found out that even though my cPanel said my version of PHP was “5.4.24”, the “.htaccess” file for my domain was missing. Without that file, my site was using an earlier version of PHP even though the cPanel said otherwise..
The support person replaced the file and edited it to make sure I was using the currect version of PHP.
After those steps, I was able to activate the plugin.
Thanks for the help.
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Host install errorThanks for the response.
I’m using Bluehost as my web host and the php is currently “5.4.24”. I do have the option of changing it to 5.6 if you think that might help.
Unless you don’t have any more friendly suggestions, I will try to seek help with them. Thanks again.