Stefan van den Dungen Gronovius
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Modified date is not correctCan you check the database of the date in the wp_post table indeed contains the correct date for your post_modified? Our Last Modified column uses the get_post_field(‘post_modified’, $id) so I expect the date in your database is not correct instead of our column showing the wrong value.
Forum: Plugins
In reply to: [Admin Columns] Help needed to define the array key for serialized dataThe array keys setting only works for serialized data where the value is bound to a key, but that is not the case with the mentioned data. So unfortunately, there is no way to use the custom field column to show the data like you want it, but you can use the following hook to change the value yourself in PHP.
https://github.com/codepress/admin-columns-hooks/blob/master/ac-column-value.php
Forum: Plugins
In reply to: [Admin Columns] If HPOS enabled, your plugin doesn’t work on Orders screenYes, you are correct. Our plugin is compatible with the default WordPress list tables, including (custom) Post Types, Users, Media, and Comments. Since HPOS Orders are no longer considered a post type and WooCommerce has created their own content type with a custom list table, the free version of our plugin does not support managing columns for the new HPOS table.
However, the pro version includes a specific WooCommerce integration and does support the new HPOS table.
Forum: Plugins
In reply to: [Admin Columns] Column separators / borders / background colorsOur aim of the product is to extend the default WordPress tables and stay as close to the WordPress look and feel as possible. So there are currently no plans to change the visual presentation of the tables. In your case, I recommend styling the cells yourself with CSS based on the column className.
This forum is meant for support and questions about the free version of Admin Columns only.
Please please visit our website and contact us or submit a support ticket for any support related to our paid (Pro) version of the plugin.
Forum: Plugins
In reply to: [Admin Columns] Auto-update all fields of the same row for productsThanks for the input, and it could help. But our main aim is to not have too many settings. This is a very specific need for inline editing, so I guess adding such an advanced setting will not be preferable by our UI designer ??
I cannot imagine why this would not work anymore after the refactor. Just for your information, that can still take months before it will be available
Forum: Plugins
In reply to: [Admin Columns] Define a column as sticky when scrolling horizontallyThanks for your feedback. This is on our feature request for Pro already. But not so easy to develop unfortunately. I can’t say if this will be picked up from the list any time soon.
Forum: Plugins
In reply to: [Admin Columns] Column text alignment to the right (or center)Thanks for the feedback! That’s a great idea, I’m surprised it hadn’t come up yet in all those years as a suggestion. I’ve added it as a new feature request to our list and we will discuss this within the team. Since this is a new feature, I think it will be best to implement this in a big refactor and release we’re working on right now. This means that it can take some time before this will be available.
As a workaround, you could write some CSS yourself based on the column name.
Thanks for your feedback. I was able to reproduce the issue and I’ve added it to our issue board. We’re working of a big refactor of our code and I marked it to address it in that refactor.
As a workaround you can enter the HTML entity for a space ->
That will work for now to give you the space as separator or as suffix value
Forum: Plugins
In reply to: [Admin Columns] Recent Wordfence AlertsWe can confirm that Wordfence als changed the severity of the issue and that the issue is patched in our plugin.
Forum: Plugins
In reply to: [Admin Columns] Products Additional Gallery Images – Can select only 1 imageThis forum is meant for support and questions about the free version of Admin Columns only.
Please please visit our website and contact us or submit a support ticket for any support related to our paid (Pro) version of the plugin.
The number of items setting, only changes how many images are displayed in the column value. Not how many items can be selected with inline editing. You could change the Field type to Media though and it will allow you to add more than one media items (Not images only though)
Forum: Plugins
In reply to: [Admin Columns] Inline edit > Cancel sale schedule doesn’t workThis forum is meant for support and questions about the free version of Admin Columns only.
Please please visit our website and?contact us or submit a support ticket for any support related to our paid (Pro) version of the plugin.
Forum: Plugins
In reply to: [Admin Columns] Auto-update all fields of the same row for productsThanks for your message, but please keep in mind that the WordPress forum is not meant and not allowed for support for the pro version. Please add any future request on our forum on our website related to the pro version.
I do however fully understand your request, and it would be indeed very useful if the whole row would be updated after a bulk update. But column are completely unaware of the other columns on the table, so in order to so such a thing we have to update every row on the table, and reinitiate all the pro logic that is already loaded.
We have not found a way yet to do this, but this is something that is on our backlog for some time now. Unfortunately, can not give any timeframe on when or if this will be addressed.
Forum: Plugins
In reply to: [Admin Columns] Version 4.7.7 crashed my siteDo you know from what version you did update the plugin?
Do you have a separate server (test/development) where you can debug some things?
Maybe you can send me a ping at [email protected] so we can take if further from there.
We did no hear about similar issues, so at this moment we don’t have an idea which part of the software might cause the issue.