Tobias Schutter
Forum Replies Created
-
Forum: Reviews
In reply to: [Admin Columns] Great stuff small bugThank you for the rating, and the bug report. It has been fixed now and will be in next release.
Forum: Plugins
In reply to: [Admin Columns] Error 500 in wp-admin/admin-ajax.php before adding columnCould you try deactivating all other plugins and switch to a default Twenty theme, and see if the error persists?
Forum: Plugins
In reply to: [Admin Columns] Word Count reported as "1" for all postsI could not reproduce this issue. Could you send me the post_content of one of your posts?
Forum: Plugins
In reply to: [Admin Columns] Yoast SEO columns taken out, cannot bring backI noticed it aswell. It only occurs when using the “add column” button. I will have a fix ready for next release.
In the meanwhile you can just save the columns and then change the type to a SEO column.
Thank you!
I solved the issue with quick-edit and released it. Just get the latest version 2.2.8.1 and the columns will be displayed correctly after using quick edit. Is that worth the extra star? 😉
p.s.: we have also an improved version of quick edit in the Pro version, called inline edit.
Forum: Plugins
In reply to: [Admin Columns] Select filters value not updated – pro add-onAdmin Columns Pro 3.0.8.3 is out with the fix. If you have any more questions regarding the Pro version, please post them in our forums: http://www.admincolumns.com/forums/.
Forum: Plugins
In reply to: [Admin Columns] Select filters value not updated – pro add-onFound the problem. This will be solved in the next release. Thank you reporting it.
Forum: Plugins
In reply to: [Admin Columns] Select filters value not updated – pro add-onIt seems that the caching is not being stored properly, perhaps the number of options is too large, not sure. I would really like to have a look at your install to see what the problem is. Could you perhaps send me a PM at info@admincolumns.com?
Forum: Plugins
In reply to: [Admin Columns] Version 2.2.6 error: unexpected T_FUNCTIONWe are working on that too. Support for ACF5 is coming along nicely.
I just updated trunk aswell, version 2.2.6.1 is available now.Forum: Plugins
In reply to: [Admin Columns] Version 2.2.6 error: unexpected T_FUNCTIONRolled out version 2.2.6.1 with the fix!
Forum: Plugins
In reply to: [Admin Columns] Version 2.2.6 error: unexpected T_FUNCTIONWe will roll out a fix right away. Has to do with the php version you are running.
Forum: Plugins
In reply to: [Admin Columns] PRO Version: Not all posts are listed(CPT)Please use the pro forums and I will help you: http://www.admincolumns.com/forums/
Forum: Reviews
In reply to: [Admin Columns] A plugin for every basic WP setupHi Diego, Thanks for taking the time to leave a review. I was wondering if I could use your review on admincolumns.com?
Forum: Plugins
In reply to: [Admin Columns] a white page appears on admin plugin options pageWe optimized Admin Columns to use very little memory. Try running P3 (Plugin Performance Profiler) to find out which plugin easts up the most memory and deactivate it.
You can also try to increase the allowed memory of the server. Try adding this example to your wp-config.php or functions.php
ini_set('memory_limit','128M');