onerob
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
OK, that makes sense. Thanks.
Forum: Requests and Feedback
In reply to: Toggle to temporarily hide / show the wp-admin toolbarHaven’t tried these, but they might be just what you need.
https://ww.wp.xz.cn/plugins/admin-bar-toggle/
https://ww.wp.xz.cn/plugins/toggle-admin-bar/Rob
Excellent. Thanks.
Yes, please bring back the month-year label to the front end full calendar.
Forum: Plugins
In reply to: [Media Features] Media category does not show in WP Media library listI’m not the plugin author but I guess there’s nothing to stop someone using the code and releasing a separate version with the fix included.
Forum: Plugins
In reply to: [Media Features] WP 3.5Forum: Plugins
In reply to: [Media Features] Media category does not show in WP Media library listHi. I’ve found a fix for this. Change these two lines (477 & 495) in media-features.php
$columns['categories'] = __( 'Categories', 'media-features' );to
$columns['media_categories'] = __( 'Categories', 'media-features' );and
if ( 'categories' == $column ) {to
if ( 'media_categories' == $column ) {It doesn’t have to be ‘media_categories’, it could be ‘fried eggs’. As long as it’s not ‘categories’, ‘tags’, ‘post_tag’ or ‘taxonomy-something’ you should be fine.
Forum: Alpha/Beta/RC
In reply to: Video size in 3.6b3OK, good to know.
Viewing 8 replies - 1 through 8 (of 8 total)