Ian Sadovy
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Tables] $user_id only seems to work for admin?Hello @khaihong,
Glad to hear it works for you.
And thank you for posting your code here, I think many users will find it helpful.Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Creating new table errorHello David,
Thank you for providing such detailed information.
wp-admin/admin-post.php
is a standard WP endpoint and shouldn’t return 404.
I have tried numerous ways to recreate the problem, but still without success.
So, I assume it is a very specific issue and it can be connected to the site/server configuration or something else.
The only help I can offer you now is to request a temporary admin access to have a quick look at your website (you can contact me privately by email: [email protected]).
If it’s not an option, then I can recommend you to try other tables plugins, such as TablePress or Ninja Tables.Regards,
IanForum: Plugins
In reply to: [WordPress Tables] WP Tables Query picking wrong dbHello @al9000nj,
Thank you for the question.
Please check that in the query you specify full table names, i.e.mycustomdb.mytable
. Otherwise, query will be performed on the default db, which is wp db.
Let me know if it helps.Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Sort table by TimeHello @tejewell,
Thank you for your feedback. I will try to prioritize the development of this feature.
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Creating new table errorHello David,
I have tried to reproduce this issue in my test environment, but still unsuccessfully.
So, I am kindly asking you to provide additional information:- What is your PHP and WordPress versions?
- To what URL you are redirected by clicking
Create table
button? - Do you have a chance to test WPTables in “clean” WP installation? I mean, it is very likely that there is some compatibility issue with other plugins, so it may require disabling all plugins, test WPTables, and then enable other plugins one by one to find the plugin that causes the issue.
I appreciate your help finding the cause.
Thanks,
IanForum: Plugins
In reply to: [WordPress Tables] TinyMce IssueForum: Plugins
In reply to: [WordPress Tables] Modify table style (CSS)Hello @teocr,
Thank you for the question.
Currently, you can apply custom styles to the table only via CSS.
You can add it to the theme CSS file or via Appearance > Customize > Additional CSS.Here is also a CSS snippet to change bg color to transparent:
.jsgrid .jsgrid-row>.jsgrid-cell, .jsgrid .jsgrid-alt-row>.jsgrid-cell, .jsgrid .jsgrid-grid-header, .jsgrid .jsgrid-header-row>.jsgrid-header-cell { background: transparent !important; }
Hope it helps.
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Creating new table errorHello David,
Thank you for the question.
Do you mean you can see the WPTables in the admin dashboard, but cannot add a new table (https://goo.gl/ah3dNM) and there is some error after clickingCreate Table
?Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Google botHello Guillem,
Thank you for the question.
WPTables are created by jQuery and load data using AJAX (asynchronously) to load pages faster. Usually, Googlebot can see the AJAX content well.
Asynchronous loading shows good performance with large tables with hundreds of rows, but seems it is not so important for small tables as yours.
The only solution I see now is to add an option to create tables immediately on page load. I hope it will help Googlebot to see the table content.
Please let me know if such approach will work for you.
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Search inside the tableHello @shady1225,
Thank you for the question.
I see many requests for the filtering/search feature, so I will prioritize it in the development.
Hope it helps.Regards,
IanForum: Plugins
In reply to: [WordPress Tables] SQL USE DBHello @terrence-lp,
I am glad to hear it works.
As for the filtering feature, I see many requests for that, so I will try to prioritize the development.Thanks,
IanForum: Plugins
In reply to: [WordPress Tables] Custom FilterHello @jue_mue,
Thank you for the feedback.
I see many requests for the filtering feature, so I will prioritize it in the development.Thanks,
IanForum: Plugins
In reply to: [WordPress Tables] Plugin crashed my site even though I have no tablesHello @ghaynes2014,
Thank you for writing.
I will think what can I do for safer updates. But it seems to be only the issue when updating from 1.2 to 1.3, because in 1.3 I have added a metadata for min required PHP version, so WordPress shows generic alert in case of incompatible PHP version when installing the plugin.All in all, I am glad that you have managed to update PHP and resolve the issue so fast.
Feel free to let me know if you have any other questions.
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Vertical scrollbarHello @igzvaric,
You can add custom CSS in the
Admin > Appearance > Editor > style.css
orAdmin > Appearance > Customize > Additional CSS
.Hope it helps.
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] placed table on page, links did not carry overHello @windsorspringers,
Thank you for the question.
I see links in the table, but it seems thathref
attribute is wrong.
Have you tried to set links using markdown syntax, for example:
[Annie Lane Designs](https://www.google.com/search?q=Annie+Lane+Designs)
?Please let me know if it helps.
Regards,
Ian