Tobias Schutter
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Keep spaces in Before/After fieldsHi Hassan! Thanks for reporting this. I will apply a fix for this. In the meanwhile you can probably use a non-breaking space: ” years”.
Forum: Plugins
In reply to: [Admin Columns] Using a filter to change the filter dropdown labelsNot yet. I will add a filter for this in the next release.
If you send me a PM I can send you a beta copy.
Forum: Plugins
In reply to: [Admin Columns] Advanced Custom Fields plugin integrationI can highly recommend using Advanced Custom Fields when creating custom fields. Codepress Admin columns works very well with ACF.
To answer your question:
- Just create a custom field with ACF
- Add a post/page/user/media which uses that custom field
- Go to Admin Columns and add a “Custom Field” column
- Select the ACF Custom Field you just created from the dropdown.
- Optional you can also select the type of field; image, text, true/false etc.
- Click publish/update and you are done!
Forum: Plugins
In reply to: [Column Shortcodes] Not able to work in full-width.php pageThe problem here is that your WordPress theme Flexform is overruling the css of column shotcodes. I would advise to contact the developer of your theme. They use the exact same css syntax.
http://new.triplethreat.org/3t-content/themes/flexform/style.css
If you are able to out comment the lines 5491 – 5526, you should be fine. It’s a temporary fix, because updating your theme would probably overwrite this.
You will be able to filter complete custom field strings. But they have to match exactly. The filter dropdown will contain all unique values from the custom fields. So if you have a complete sentence, the filter will only be able to match it exactly.
What your are looking for is a search function which will match a part of a string. This is currently not supported.
Forum: Plugins
In reply to: [Admin Columns] Filters Not Working correctlyMaybe your custom field data is serialized, that means it would contain multiple values. To understand your specific issue better please contact me at info at codepress.nl
At the moment Admin Columns will only works with a single meta key. The Field Type: Multiple values is used for serialized values. For example when you store an array.
What you want to accomplish is doable, but unfortunately is currently not supported. I have made a ticket on our github account for this, so expect this to be included in a next release.
You will be able to follow it’s status here: https://github.com/codepress/codepress-admin-columns/issues/31
Filtering as off now will only filter matching values. So in your case you would only be able to filter the exact date. It does not support the option to filter a range, something like with dates and prices and such.
So I am sorry to disappoint but for now the add-on does not support this feature. I do like the idea of faceted filtering so I will add your suggestion to our list of features for another look.
Forum: Plugins
In reply to: [Admin Columns] Any way to make the checkmark interactive?You mean like a quick edit option for the column values? Well at the moment Admin Columns does not change any of the data stored ( e.g. posts/pages/media/users ). Unfortunately this means it will not be able to change the checkbox to true or false for you.
If you happen to get this working, I would love to see it.
Forum: Plugins
In reply to: [Admin Columns] Quick Edit and Featured ImageIt’s not only the featured image but the whole “Quick Edit”. It returns the original column setup. Not sure if this is fixable but I will have a look. Thanks for the bug report.
Forum: Plugins
In reply to: [Admin Columns] Last modified author fieldI will add this to the list requested features for another look. But it seems doable. Thanks for the suggestion.
Forum: Plugins
In reply to: [Admin Columns] Showing custom user fields?Admin Columns supports custom fields (meta) for users. You can add user meta data yourself or use a plugin like Advanced Custom Fields for this. It should work just fine.
Forum: Plugins
In reply to: [Admin Columns] With Pro-addon losing paginationTry to see if any of the columns are being filtered or sorted perhaps. You can use the “reset sorting” button on the post/page/media screen to make sure this is not the case.
I will try to reproduce this if I can, and get back to you on this.
This looks like a stray
print_r. I searched the entire in Admin Columns source for this, put there is none. My guess is that it must be triggered by another plugin. Try deactivating the other plugins one by one to see which one is actually causing this.Forum: Plugins
In reply to: [Admin Columns] Database huge size increase!Problem solved =)