Stefan van den Dungen Gronovius
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Show Image Aspect Ratio in admin columnThe Aspect Ratio data is not stored in the data of a column. Of course it can be extracted based on the with and height of a column, but when it does not exactly match, you’ll get very strange/uncommon aspect ratios.
Not all images do have dimensions based on common apect ratios, so I don’t think we will create
Forum: Plugins
In reply to: [Admin Columns] Feature Freeze Columns requestThere is currently not possible in our plugin. This is added to our Feature Request list.
Forum: Plugins
In reply to: [Admin Columns] inline toggle button for ACF true/false fieldsThanks for your feedback. Clicking the value instead of the button already should work. Displaying the value as a button to toggle the value only works when editing is enabled and is not usefull when you just want to display the value true or false.
Feel free to add your idea/feature request on our Public Roadmap on our website
https://www.admincolumns.com/public-roadmap/Forum: Plugins
In reply to: [Admin Columns] Critical errorThanks for your feedback. Can you tell me how you updated the plugin? Did you use the plugin repository or did you update the plugin manually?
Forum: Plugins
In reply to: [Admin Columns] Critical ErrorAre you already using the latest version of our pro plugin. This issue should not be happening in the latest 6.3.3 release. Please post any pro issues on our forum or support email instead of the free WordPress forum
Forum: Plugins
In reply to: [Admin Columns] Crashes when deleting orderThanks for your feedback. We’re able to reproduce this issue with the latest PRO version of our plugin and we’re working towards a fix for this.
Please report any pro version issue on our forum or support forum instead of the WordPress plugin support, which is only meant for questions related to our free version.
Forum: Plugins
In reply to: [Admin Columns] Works with WP 6.3 despite its “Compatible up to 6.1” stringHi Bjarne,
Thanks for letting us know. We’ve bumped the compatibility version to WordPress 6.3.
Forum: Plugins
In reply to: [Admin Columns] Multiple fields in the same columnAt this moment, we don’t have a way to concatenate multiple custom fields together in the same column. You could use the following by changing the value of a specific column and add the extra data yourself.
https://github.com/codepress/admin-columns-hooks/blob/master/ac-column-value.php
Forum: Plugins
In reply to: [Admin Columns] Parent Child layoutAre you using the pro version or the free version? In order to make the Hierarchy work in WordPress, the ‘Title’ column needs to be active and no sorting or filtering must be applied.
If you have sorted on a column in the pro version and see the ‘Reset Sorting’ button, click that in order reset the default sorting and restore the hierarchy view in WordPress.
Forum: Plugins
In reply to: [Admin Columns] Text alignment in columnsThis is not something that our plugin allows you to do.
You can write your own CSS to overwrite the default WordPress behavior in the table cells.
Forum: Plugins
In reply to: [Admin Columns] Filtering problemOK, so you can add an alias for your join as I mentioned before.
Something like:
LEFT JOIN’ . $wpdb->postmeta . ‘ AS prefix_pm
And of course in your where clauses also use the alias instead of the direct table name.
Forum: Plugins
In reply to: [Admin Columns] Filtering problemAre you able to debug the difference in the request for the first time and the second time you filter the page?
Maybe you could install the plugin ‘Query Monitor’ and test if there is an error in the query the first or second time.
Forum: Plugins
In reply to: [Admin Columns] Filtering problemI don’t believe this triggers the actual behavior that you’re having. When you disable these two hooks, does it work as expected? And did you try to deactivate our plugin see if you’re still able to reproduce the issue without our plugin?
Aside from that, I recommend giving your join an Alias (same for where of course) in order to prevent conflicts with other plugins that alter the query as well.
Forum: Plugins
In reply to: [Admin Columns] Filtering problemCan you try to disable our plugin and try to filter on a default WordPress filter and see if you still have this same issue? I believe there is another search plugin that has this behavior by default.
Forum: Plugins
In reply to: [DX Delete Attached Media] caused a critical errorThe do_action on
dx-delete-attached-media.php#339
should indeed be an add_action. This will probably cause errors for some other plugins as well, including our plugin (Admin Columns). So I would say this is a priority support ticket.- This reply was modified 1 year, 6 months ago by Stefan van den Dungen Gronovius.