Hi there seems to be a problem with the new WP 5.8 version and your great plugin.
Infinite loading was removed from image grid. Instead there is a “Load more” button which does not appear when the plugin is active.
Can you look at the problem and update plugin?
Regards.
]]>For some weird reason version 2.1.0 seems to have a conflict with
Co-Authors Plus.
After updating the autocomplete search for authors stopped working. Downgrading to version 2.0.0 solved the problem.
]]>Hello!
First off, thanks for the effort that you put in this plugin. However, I have a couple of questions.
1. Is there any way to change the ‘media-category’ part in the URI to a custom keyword? I think that thing is called a slug. I’ve tested a different plugin and there I could define an individual slug thingy term.
2. Why is there still a text box to assign categories to an image in the ‘Add media’ dialog? Checkboxes would be much more suitable here. I also read that a pull request has been made to provide this feature, so why is it not available?
See this post:
https://www.ads-software.com/support/topic/display-categories-as-checkboxes-in-add-media-screen/
3. Viewing all images in one media category does not work for me. In the admin interface for media categories, when I hover over a single category, there are a couple of links (Edit, Quick Edit, Delete, View). When I click on view, the page is always empty (i.e. error 404), even if I assigned images to that category already. Is there anything else I need to configure?
Thanks again!
]]>Hello,
i couldn’t exactly read from the source code how to get a list of all media from a category from php.
To clarify, i am building my own theme and want, to have all the background images in their own category, so now i need to query for all images of that category when rendering index.php.
So what is the preferred/supported way to query by category then?
For now i am using WP_Query to fetch all images that have been uploaded.
Thanks in advance!
]]>Hello:
Is it possible to Toggle Category in Bulk Actions? In order to mass assign categories to images.
Thanks
]]>Hi
We use this plugin and love it but to keep this to be as safe as possible have you tested it for the latest WP and PHP version? When are you plan to update this plugin?
Per
]]>There is a bug/odd behaviour in the media modal: The category input is a text field (when I would expect a dropdown or a list of checkboxes) and whenever you click outside the input to make it lose focus, the contents are added as a new category.
I just typed “a”, then clicked outside the textbox, then clicked inside again. I repeated this a couple of times:
On the attachment post editor, I later found every single state added as a new category:
This is probably not intentional.
]]>Hi there,
just add
function wpmc_load_plugin_textdomain() {
load_plugin_textdomain( 'wp-media-categories', FALSE, basename( dirname( __FILE__ ) ) . '/wp-media-categories/lang/' );
}
add_action( 'plugins_loaded', 'wpmc_load_plugin_textdomain' );
to your plugins main php file, download loco translate and start translating this plugins backend into every WO compatible language.
You are allowed to add this code in future updates ??
]]>Is it possible to set the category of an image when uploading? In other words, if I am adding am an image to the Media Manager (or a plugin that uses the Media Manager), can I select the desired category for that image when adding?
]]>Dear managers anddevelopers Media Categories!
For a long time and would be happy to take your Media Categories when servicing my website on hosting FOZZY. But I have a problem that requires your participation.
1. compared with the version of the Media Categories, serving until July 2016g. (or maybe until October 2016g.) now when uploading photos into the library incorrectly loaded their alt attribute. Replace the name in Russian, which was in previous versions of Media Categories, the library is loaded character set. (For example:% d0% b0% d0% bb% d1%)
Question: can I upload Media Library Categories pictures with alt attribute in Russian, or replace it with a space ?
2. After downloading photos in Media Library Categories I have lots of time to spend with the settings for each image on the site. I have for each photo change display settings:
-Location
-Size
-Link
Question: is there a possibility of establishing the parameters specified in the default image when uploading pictures to a library or after you download them?
Thanks for your reply,
Respectfully Evgenii Kiselev
Hi,
Thanks for your plugin. It’s very useful. I have a question: can this plugin be modified to use a tag-like non-hierarchical taxonomy instead of the default category-like hierarchical one? Which files do I have to edit?
Thanks in advance
]]>Currently media category archives showing all images including unattached. I want to exclude unattached images from category archives.
Here is the template of my archive page-
<?php
/**
* The template for displaying Archive pages
*/
get_header(); ?>
<section id="primary" class="site-content">
<div id="content" role="main">
<?php if (have_posts()) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'image-attachment' ); ?>>
<div class="excerpt-wrapper"><!-- Excerpt -->
<header class="entry-header">
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
</header>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="attachment" >
<?php
$attachment_size = apply_filters( 'bosome_attachment_size', array( 750, 750 ) );
echo wp_get_attachment_image( $post->ID, $attachment_size );
?></a>
</div>
</article>
<?php endwhile; ?>
<?php bosome_content_nav(); ?>
<?php else : ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>
</div>
</section>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Thanks in advance.
]]>Probably I am being very stupid, but what does the ‘toggle’ do in bulk actions. I assumed it was to allow bulk changes to the category field.
But as fas far as I can see, nothing happens.
THanks in advance for your feedback
]]>Hi! When your plugin is activated posts and pages are excluded from the frontend search. When it’s deactivated everything works fine.. I was looking for a minimalist plugin like this, but had to delete it because of this behaviour.
]]>I assume that “Toggle (category name)” in the drop down for bulk actions word turn on the category for the selected items in the list. Is this an incorrect assumption?
I want to multiple select from the list and assign a category. I have tried but it has no effect.
]]>Current behavior: Posts > Add New> Add Media displays media categories as a comma-separated list.
Expected behavior: Posts > Add New> Add Media should display categories as hierarchical checkboxes to reflect the behavior present when editing media from within the Media Library.
Benefits: Parent-child relationships are better communicated via checkboxes. Adding/removing categories is easier, more intuitive. A full list of available categories is provided to the user to select from, so prior knowledge of existing categories is not required.
]]>