Tobias Schutter
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Undefined index for custom image sizesThanks for reporting it. Fixed it and will release it in next patch.
Get the latest beta from GitHub if you like.
Forum: Plugins
In reply to: [Column Shortcodes] functions prefix breaks pluginSolved your issue in the latest patch.
Forum: Plugins
In reply to: [Column Shortcodes] Editing the plugin CSS fileYou do not want to edit any of the core plugin files (ever), because al your changes will be overwritten on it’s next update.
Just either use it’s hooks/filter or overwrite the default styling by using your own theme’s stylesheet.
Forum: Plugins
In reply to: [Column Shortcodes] Columns end up stacked on each otherCopernicus is right, try that example.
If that doesn’t solve it, it has probably something to do with your theme’s css overwriting the column’s stylesheet.
Forum: Plugins
In reply to: [Admin Columns] Pro Add-on very slow with WP 3.8I did some performance optimizations on v1.0.7 aswell, you could this latest version.
Forum: Plugins
In reply to: [Admin Columns] Filtering custom fields by meta keyYou could overwrite the outputted value by using the ‘cac/column/value’ filter.
Check out this example: http://www.codepresshq.com/documentation/codepress-admin-columns/filters/cac-column-value/
If you have any questions about this example just let me know.
Forum: Plugins
In reply to: [Admin Columns] Custom Field with link to the post.With some coding you can do this.
You could use the ‘cac/column/value’ filter for this.
Check out the following documentation: http://www.codepresshq.com/documentation/codepress-admin-columns/filters/cac-column-value/Forum: Plugins
In reply to: [Admin Columns] Show (and change) stock quantity WoocommerceYou can display WooCommerce Product stock with Admin Columns and sort it!
Go to Admin Column settings screen:
1. Turn on “show hidden fields”.
2. Go to the Edit Columns: Products
3. Add column and select custom field type.
4. Select Field “_stock”.
5. That’s all!This will show you the stock and with the add-on you can sort it aswell.
At this point Admin Columns doesn’t change any data you have stored. You will not be able to change the stock.
Forum: Plugins
In reply to: [Admin Columns] Pro add-on sorting bugI have been working on a fix for showing all results. I have send you a beta copy on the mail!
Forum: Plugins
In reply to: [Admin Columns] Strict Standards warning on line 97Thanks, fix is correct, I will include it!
Forum: Plugins
In reply to: [Admin Columns] Fatal Memory ErrorWhat versions are you using?
Forum: Plugins
In reply to: [Admin Columns] Increase Users per pageTo increase the user limit per page you can set it on the screen options tab.
What exactly is your question?
Forum: Plugins
In reply to: [Admin Columns] Pro Add-on very slow with WP 3.8Admin Columns and the add-on are compatible with version 3.8.
I have optimized the sorting queries pretty well. I know some other very large sites who use it and do not get timed out.
Please contact me by email to see what I can do.
Forum: Plugins
In reply to: [Admin Columns] Sort option for attachment (media) custom taxonomiesPlease email us if you have any questions about the paid version.
About the taxonomy support for Media files, you will be pleased to know it will be in the next release of Codepress Admin Columns.
Forum: Plugins
In reply to: [Admin Columns] Sorting _order_total – WooCommerceThe next release 1.0.7 contains an additional option to display all results, even when the column values are empty. Also it will fix a bug with sorting custom fields that were hidden. This will allow you to sort by order total in WooCommerce again!