Shiba

Adventures in WordPress

  • — Home —
  • Dog
  • Art
  • Contact
  • WordPress Articles
    • WP Plugins
    • WP Programming
    • WP Admin Panels
    • WP Theme Design
    • WP How-To
    • WP Theme Images
You are here: Home / WordPress Plugin / Shiba Media Library / Shiba Media Library Plugin

Shiba Media Library Plugin

Tweet

by ShibaShake 303 Comments

The purpose of the Shiba Media Library Plugin is to facilitate the manipulation and grouping of images within the existing WordPress image library framework.

[Most recent Shiba Media Library updates]

December, 2015
Tested on WordPress 4.4. No changes needed.

September 13th 2015 – Release 3.9.1

  • Updated thumbnails column for WordPress 4.3.
  • Tested on WordPress 4.3.

How to Get Shiba Media Library.

When creating permalink structures, care must to taken to ensure that the new structure does not override existing post, page, category, and tag permalinks.

Key Features of the Shiba Media Library Plugin

  • Enables image tagging and allows you to group images into galleries by using their tags. Images can also to added manually using the regular media manager interface.
  • In addition to images/attachments, galleries may also contain posts and other galleries. In this way, you group not only images, but also posts, galleries, and any combination of these object types. Here are some fun things you can achieve with expanded galleries.
  • Easily search for posts, pages, galleries, and more in the expanded media manager interface, and include them directly into a gallery. The days of painfully hunting for IDs are over!
  • Freely order images, posts, and pages within a gallery.
  • Gallery objects get saved into your WordPress export files. This allows you to keep a backup of your gallery objects, as well as move them from blog to blog.
  • Expanded media manager image search that allows you to find images based on title and alt text.
  • Expanded search that allows you to find attachments and galleries based on titles, tags, and categories.
  • Show the number of posts an image containing an image in the Media >> Library screen.
  • View most-used tags for post, attachment, and gallery objects.
  • Quick Edit image attachments.
  • Adds a new drop-down menu to your existing WordPress Media Library. This menu will allow you to do bulk attachments to both attached and non-attached images.
  • Detach a set of images from their post so that they revert back to their unattached state.
Screen shot of expanded menu functions added to the Media >> Library screen by the Shiba Media Library plugin.
Shiba Media Library Plugin Menu.

The Power of Galleries and Tags

Gallery objects are stored in the regular WordPress post database. In this way, you get to leverage almost all existing functions that are available for WordPress post objects including displaying your galleries using the WordPress gallery shortcode.

Galleries created with the Shiba Media Library Plugin should also work with other plugins that support the WordPress gallery shortcode.


Masquerade_Image2

Masquerade_Image1

Masquerade_Image5


Example gallery that is rendered using the Shiba Gallery Plugin

This entire plugin operates within the current WordPress Media Library framework so any tag changes will automatically be reflected in your WordPress gallery shortcode results.

If you want to extract images with particular tags using PHP, just include the tags in your WordPress get_posts command.

$args = array(	'post_type' => 'attachment',
		'tag' => 'tag-a,tag-b,tag-c' );
$attachments = get_posts( $args );

Why Can’t I Use Tags in the Gallery Shortcode?

The Shiba Media Library addresses the media library back-end and sets up tag links in the WordPress database. I.e., there is a link in the database saying that a particular image is linked to a given tag.

For tags to work in the gallery shortcode, it must also be supported on the gallery front-end – i.e., by the plugin that renders your images. The Shiba Gallery plugin, for example, supports image tags.

However, most gallery rendering plugins do not yet support this extension because it is currently not part of the native WordPress gallery shortcode and is therefore not a standard.

How to Get Shiba Media Library.

Shiba Media Library Updates

Shiba Media Library 3.9

May 2nd 2015

  • Updated image search function (in the Media Manager interface) so that it works for attachment titles, alt text, as well as captions.
  • Tested plugin on WordPress 4.2.

Shiba Media Library 3.8.2

September 17th 2014

  • Updated the Add-Media templates and interface so that images can be properly selected and inserted.
  • Updated the media table in the Edit Gallery screen so that it renders properly in WP 4.0.
  • Updated some deprecated functions.
  • Tested plugin on WordPress 4.0.

Shiba Media Library 3.8

April 22nd 2014

  • Updated plugin directory and url paths to use standard functions instead of constants.
  • Updated the Galleries >> Options screen to use the new wordpress update settings system (add_settings_error).
  • Fixed a bug in the Media screen that occurs when expanded bulk operations are applied to an empty image set.
  • Tested plugin on WordPress 3.9.

Shiba Media Library 3.7.2

Dec 24th 2013

  • Fixed some warning messages and make sure post images show up when editing a gallery.

Shiba Media Library 3.7

Sept 26th 2013

  • Posts, pages, and supporting custom post types can now be included in galleries from within the media manager interface.
  • Expanded search for images to include title as well as alt text.
  • Show number of posts that an image is included in (i.e. included in post content). Gallery images are not counted.
  • New options page. You may now enable or disable the image quick edit, number of posts, and expanded media manager search functionalities.
  • Fixed URL too long bug.

Shiba Media Library 3.6

Jan 7th 2013

  • Updated for 3.5.
  • Plugin gallery objects now use the id list system introduced in WordPress 3.5. Use the new media manager interface to upload and attach images to gallery objects.
  • Fixed quick edit functions.
  • Updated deprecated media functions.
  • Encapsulated the plugin options page within an object class.
  • Fixed gallery and attachment tag links in tag-metabox.
  • Added an attachment_link filter so that %category% gallery-permalinks translate properly.
  • Properly redirect bulk operations and delete permanently operation in the Edit Gallery screen.

Shiba Media Library 3.4

August 20th 2012

  • Updated for WordPress 3.4.
  • Added Quick Edit functionality to images. Quick Edit capability is accessible in the Media Library and Edit Gallery screens.
  • Image ordering will now be saved in both draft and published modes.
  • Updated old javascript functions to use jQuery.

Shiba Media Library 3.3

August 31st 2011

  • Added ability to order images within Gallery objects.
  • By going into Galleries >> Options, you may now change the gallery shortcode used for viewing a Gallery object.
  • Gallery objects now have Shiba Widgets support.
  • The “Insert into Post” button should now appear on custom post types.
  • Removed image parallelization option. As outlined in Google Page Speed, new browsers now allow more than two concurrent connections per hostname. As such, the image parallelization option is no longer needed.

Shiba Media Library 3.2

February 16th, 2011

  • Updated for WordPress 3.1, RC4. Tested on WP 3.0 and WP 3.1,RC4.
  • Fixed bulk trash operation on Gallery screen.
  • Permalinks now work properly on network activation and deactivation in WordPress Multisite.
  • Columns from other plugins are now properly added in the Media Library screen.

Shiba Media Library 3.1

January 17th, 2011

  • Updated for WordPress 3.1. Tested in WP 3.0 and WP 3.1,RC2.
  • Fixed numerous bugs in the gallery query system. Gallery types should now work properly.
  • Cleaned up the plugin so that gallery objects are now always custom post types. As a result the plugin requires WP 3.0 and above. If you are using WP 2.9, then please download Shiba Media Library 3.0.

Shiba Media Library 3.0.3

November 25th, 2010

  • Fixed bulk operations in the Google Chrome browser. Shiba Media Library now has its own menu in the media screen.
  • Cleaned up the gallery tagging system so that tagged gallery images can now be properly ordered with order, orderby, numberposts, and offset arguments. This makes it much easier to enable gallery paging.

Shiba Media Library 3.0

August 13th 2010

  • Added ability to append image tags in bulk as requested by Peder.
  • Re-enabled Insert into Post button even for images that are already attached.

Shiba Media Library 2.9

  • Shiba Media Library is now updated for WordPress 3.0. It should work in 3.0 and 2.9+.
  • All your previous gallery objects should still work seamlessly in the new update.
  • Expanded image attachment and detachment functions are now better integrated into the standard WordPress Media Library interface.
  • You may set your gallery permalink structure by going into Settings >> Permalinks
  • Fixed PHP notices. Thanks to Writemcodeboy for alerting me to this issue.

Media Library Plugin 2.7

  • Added in the ability to parallelize your image links. This enables more images to be downloaded simultaneously, and improves page speed.
  • Also fixed some bugs associated with the permalink creation function. In particular, I refined the regular expression for gallery attachment images and added more rules for validating the gallery permalink structure.

Media Library Plugin 2.6

  • As requested by Keoshi, I have added in the ability to edit your entire gallery permalink structure.

Media Library Plugin 2.5

  • I just finished making some large changes to the permalink redirect code. If you are having permalink redirect issues, in particular with your feeds, then please download the latest version.

Media Library Plugin 2.4

  • Added most-used attachment and gallery tag views.
  • Permalink support and customization for gallery objects.
  • Expanded media and gallery search.
  • Plugin is cleaner and more secure.
  • Thanks to A.M. for making many of the great suggestions that went into this plugin update.

Media Library Plugin 2.3

  • Expanded gallery objects so that they may contain posts, pages, and other gallery objects; in addition to image attachments.
  • You may now assign thumbnails to galleries. This uses the Post Thumbnail system introduced in WordPress 2.9, so you will need at least version 2.9 and a gallery front-end that knows how to render posts to fully realize the power of this feature.
  • You can now navigate to gallery objects, just like you do with attachments. Gallery object pages are rendered using the gallery shortcode.
  • ** Thanks to Keoshi for making many of the great suggestions that went into this plugin update.

Media Library Plugin 2.2

  • Fixed a bug in Release 2.1 where Trash links for posts and pages no longer work properly. This is an important bug fix so please download the latest version of the plugin.

Media Library Plugin 2.1

  • Added bulk-actions, search, and date filter to the Manage Gallery screen. Now you can perform the same menu view operations on galleries as you can with posts and pages.
  • Integrated the Manage Gallery menu with the WordPress Trash system. Now you can move galleries to the trash, untrash, or delete them permanently.
  • Fixed various bugs with gallery links, trash links, as well as image tags. The gallery and tag system should now work a lot more smoothly.

Media Library Plugin 2.0

  • Allows you to tag your images. Through tagging, you can include the same image into multiple galleries.

Media Library Plugin 1.0

  • Allows you to re-attach multiple images to any post from the Media Library panel.
  • Enables bulk image detachments.
  • Works on WordPress 2.8

Related Articles

Shiba Media Library 3.7

The main addition to this release is an expansion on the media manager search interface- Posts, pages, and custom post types can now be searched for and added into galleries from the media manager interface. Image search is performed based on title as well as alt text. Shiba Media Library was tested on WordPress 3.5 and 3.6. [Full description of the Shiba Media Library] 1. Expanded Media Manager Search Below is a screen show of the expanded media manager gallery interface, showing [...]

Shiba Media Library 2.0

[Most recent Shiba Media Library description.] Add Tags to Images The true power of Media Library Plugin 2.0, comes from image tagging. It allows you to tag your WordPress images or attachments with the existing WordPress tag framework. Once tagged, you can group your images into galleries simply by specifying their tag names. In this way, you can add the same image to multiple image galleries. How to Add Tags First download your images into the WordPress Media Library. [...]

Shiba Media Library 2.9

Shiba Media Library is now updated for 3.0. It was tested on WordPress 3.0 and 2.9+. If you are using WordPress 3.0, the plugin will now use the new custom post type feature to create and manage gallery objects. In particular, you will get a new Gallery menu to view and modify gallery objects. All your previous gallery objects should still work seamlessly in the new update, but you will now have the option to set gallery status to draft, in-review, or published. [Full description of the [...]

Comments

« Previous 1 2 3
  1. Wayne says

    February 1, 2017 at 12:12 pm

    Since upgrading to PHP 7 (automatically via Media Temple), getting the error: Warning: Creating default object from empty value in /html/wp-content/plugins/shiba-media-library/shiba-media-library.php on line 200

    Using version 3.7

    Any suggestions? I’m fine with editing the code.

    Other than the error, everything looks good (still). Great plugin!

    Reply
    • Wayne says

      February 4, 2017 at 9:37 am

      NOT sure if this is the correct fix, but I added this line of code above line 200 and that seemed to fix it:

      if (!isset($shiba_mlib)) $shiba_mlib = new stdClass(); // WGW

      Reply
  2. Steven says

    September 14, 2016 at 6:49 am

    Hello,

    I tried to reach your support, however a support site isn*t available.
    Hoewever I’ts nice what you develop, however not in practice to use.
    Why? I#m using the plugin “Shiba Media Library” for my photography site, but to create a great gallery it will take hours and hours, this because it is only possible to oragnze the images by drop-down, as well as to scroll up and down, where you lost the overview totally. Why is it not possible to create a square overview where you can see all uploaded image in one, wehre you will be able to move these from left to right or from above to down. Now it’s economically unreasonable, as it takes a lot of time right now to make a proper gallery. Thanks for your understanding and looking forward for a solution.
    Regards, Steven

    Reply
  3. Marco says

    September 1, 2016 at 5:31 am

    Hello ShibaShake,

    I’m using the Titan Photographer Theme, that contains the Shiba Media Library Plugin. With the update from WordPress 4.5 to 4.6 the Galleries Tab stopped working.

    The images under the “Gallery Images” Headline arent loading in.

    Looking at the code of the website, i discovered that the table rows in the tbody with the id “the-list” load without any content like this:

    ”

    Activating the error_reporting shows the following error:

    Notice: Indirect modification of overloaded property WP_Media_List_Table::$_args has no effect in /home/httpd/docs/example.com/wp-content/themes/pptitan/plugins/shiba-media-library/shiba-mlib-add.php on line 199

    Dumping the $table variable showed that the tbody is already in there with empty table rows.

    I’m assuming, that the $table variable is not correct.

    I hope that i could help you or other people with that information.
    If anyone finds a solution to this problem, it would be nice from you to post it here.

    Reply
  4. Tom says

    April 1, 2016 at 11:10 pm

    Hi, i am very sorry to hear about the financial problems you face – and i know how that feels.

    i really like your plugins and like to pay for the latest update(s) – but i dont like to register at patreon.

    can i transfer money directly over bank account to you if you tell me the IBAN/BIC?

    so you can send the update to me per email, when you have the money?

    Reply
    • ShibaShake says

      April 16, 2016 at 2:43 pm

      Hello Tom, so sorry for the late reply. Been crazy busy lately. First of all, thank you very much for your support and kind words.

      At this time, we can only manage Patreon. They have both credit card and Paypal options, and a good interface for messages and posts. Thanks for writing to us and once again, many thanks for your support and understanding.

      Reply
  5. Amanda says

    September 30, 2015 at 12:53 pm

    Hi! Does this work with a multisite? I saw this recommended instead of the buggy Network Shared Media. Thanks 🙂

    Reply
    • ShibaShake says

      September 30, 2015 at 9:59 pm

      Well, it depends on what you are trying to do. As I understand it, Network Shared Media allows you to share images across multiple blogs. That is not the function of Shiba Media Library. I list what Shiba Media does in the article above.

      Reply
  6. Eugene Pugach says

    August 20, 2015 at 1:47 am

    Hello,

    I am using Titan theme, which also use inside Shiba Media Library Plugin.
    Some time ago I start using new plugin WP/LR Sync ttp://apps.meow.fr/wplr-sync/,
    which help me to download media files directly to site from my photo archive in Lightroom. Since version 2.0 there is new great function – plugin extensions (http://apps.meow.fr/wplr-sync/wplr-extensions/)
    which helps create collections or galleries in Lightroom and sync them with Themes/Plugins for which author has developed extension.

    There is a little supported themes/plugins, but author wrote:

    ” If you would like to have your collections available in your gallery plugin or theme through WP/LR Sync, contact your theme developer and let him know about this. I will collaborate with the developer.”

    So is it possible the author to collaborate with you, to make WP/LR Plugin extension to work with your Shiba Media Plugin? I much interested to sync collections in Lightroom directly to galleries in Shiba Media.

    If it is possible, how author of WR/LR sync can contact with you? By mail?

    Thanks a lot,

    Eugene Pugach

    Reply
    • Gerd says

      January 2, 2016 at 12:11 am

      That”s a pretty good question from Eugene. I use WP/LR Sync too and it”s a quite good tool to stay synchronized between WP and LR but i see since long time no response unfortunately from the gallery author.

      Reply
  7. Jensen says

    July 20, 2015 at 8:21 am

    HI, I am having a problem with the shiba gallery.
    Problem is: Images dont show up at all.
    Haven’t edited the site for a while, but updated plugins and wordpress to the newest version (4.2.2.). I run Core Theme 3.4. which uses the shiba gallery.

    Already tried to deactivate all other plugins, but no result.
    I cannot add pictures – button is missing.
    Pictures show on website and are on ftp-server, but dont show up in wordpress admin.

    Will there be a bugfix? What can I do until then?
    Appreciate your help.
    Thanks,
    jens

    Reply
    • ShibaShake says

      July 20, 2015 at 3:55 pm

      What version of the plugin are you running? If the plugin was included with the theme, then it likely resides with the theme and is an older version.

      Reply
  8. cyberfunk says

    June 30, 2015 at 4:48 am

    I think I tracked the issue down to the shiba-mlib-add.php file. I compared both versions of that file from shiba media library version 3.3 and 3.9 using filemerge in Mac’s developer tools. There are significant differences between the two files which may be what was causing the button not to function correctly. I downloaded the old shiba media library version 3.3 and just uploaded shiba-mlib-add.php to the new shiba media library 3.9 replacing the newer version completely. It seems that everything works again and the button reverted to the working “Add New” version from 3.3. I can now add new images. I’m sure my website will probably explode as a result of this inelegant solution but everything is working for now.

    Reply
  9. cyberfunk says

    June 30, 2015 at 4:09 am

    Hello,
    I can’t add new images in the Gallery with WordPress 4.2.2 and Shiba Media Library 3.9. The “Upload Or Attach Images” button doesn’t function at all. I click on it and nothing happens. I reverted to WordPress 4.1.5 and Shiba Media Library 3.3 and everything works again. I inspected the button in Firefox debugger and after updating the function changes from a form with inner html

    <input id="addimage-to-gallery" class="button-secondary action" type="button" name="addimage-to-gallery" value="Add New"…

    which works beautifully to

    Upload or Attach Images…

    with no form surrounding it. This new button doesn’t work at all. I can send full before and after upgrade screenshots from the debugger if that helps.

    Reply
    • ShibaShake says

      June 30, 2015 at 11:19 am

      I just tested 3.9 version in Chrome and everything seems to work fine. Perhaps there is some conflict with Firefox.

      Reply
  10. Dani says

    May 6, 2015 at 2:47 pm

    Hi —

    For some reason, when I go into a gallery and edit it, the option to upload/edit photos (at the bottom) disappears 90% of the time. When it doesn’t disappear, I click “add photos” and it freezes the page entirely.

    Am I doing something wrong? Is there a different way to edit a gallery?

    Reply
    • Dani says

      May 6, 2015 at 4:20 pm

      Sorry, figured it out. Needed to install the latest version.

      However, another issue — is there a way to add captions to these gallery images? Can’t see how to make them appear.

      Thanks!

      Reply
  11. Amy says

    April 6, 2015 at 9:26 am

    Hi there, I’m on WP 4.1.1 & having the same issue noted above. When I log into the admin, go to Galleries > Photo Gallery & click Edit I get a 404 error. It happens on the other gallery as well. I appreciate any help 🙂

    Reply
    • ShibaShake says

      April 6, 2015 at 10:29 pm

      Exactly which plugin are you using? There is no Photo Gallery option in Shiba Media Library, so perhaps you are using something else.

      Reply
  12. Mike says

    March 15, 2015 at 8:10 am

    I must be on another planet. I downloaded the WP Media library plugin but there is no ‘media-library-plus.zip file’ for me to upload according to your instructions. All I have is a js folder and in the Developer they are all php files. No plus zip file.

    Reply
    • ShibaShake says

      March 15, 2015 at 4:05 pm

      The plugin is called Shiba Media Library, and the zip file is shiba-media-library.zip which can be downloaded here-
      http://shibashake.com/wordpress-theme/shiba-media-library.zip

      If you downloaded from somewhere else, then it is likely a different plugin.

      Reply
  13. Jon says

    March 5, 2015 at 9:04 am

    Hi! I am trying to move from one theme to another. Right now I am using Shiba and would like to carry over my galleries based on tags to the new theme which uses another gallery plugin – WP Simple Gallery.

    Do you know of a way to have that other plugin see which images are in the Shiba Galleries? I am trying to edit the code but cannot find a solution yet.

    The code I believe I should edit is this:

    private function gallery() {
    global $post;
    $gallery = get_post_meta($post->ID, ‘wpsimplegallery_gallery’, true);
    $gallery = (is_string($gallery)) ? @unserialize($gallery) : $gallery;
    $html = ”;

    if (is_array($gallery) && count($gallery) > 0) {
    $html = ”;
    foreach ($gallery as $thumbid) {
    $html .= $this->thumb($thumbid, $post->ID);
    }
    $html .= ”;
    }

    return $html;
    }

    Would appreciate any help / info, but definitely understand since it isn’t your plugin.
    Thanks!!

    Reply
  14. Shahrukh Khan says

    March 4, 2015 at 6:58 am

    Hi Shiba Shake,

    Thanks for Sharing an awesome post like this. It had a very good and detailed explanation

    I want my permalink to be in form of /%shop_name%/gallery/%gallery%.
    Every user has a custom user_meta = shop_name.

    Thus if my user has shop_name=shoppers stop and a gallery whose title is Washing Machine then my user URL should be http://localhost/shoppers-stop/gallery/mashing-machine

    When i go to http://localhost/shoppers-stop/gallery/I want all the galleries of shoppers-stop should be listed. Instead the index page is being shown.

    How can I make it possible?

    Reply
  15. Matías says

    February 9, 2015 at 6:37 am

    Hi, I have a problem with the plugin and its compatibility with wordpress 4.1. When I try to change the gallery, send me a message 404 NOT FOUND.
    You know how I fix it?
    Thank you very much.

    Reply
    • ShibaShake says

      February 9, 2015 at 8:14 am

      Which page sends you the 404 code? What do you mean by “change the gallery”? Do you mean change the gallery permalink? Step by step, as much detail as possible.

      Reply
  16. Martin says

    February 5, 2015 at 5:15 am

    hi! I’m having troubles with the Media Library for a few days. I have this error when I try to add new images to my gallery: Fatal error: Call to protected method WP_List_Table::get_column_info() from context ‘Shiba_Media_Library_Add’ in /path_to_plugins/shiba-media-library/shiba-mlib-add.php on line 185

    The error is always visible when you are editing or creating a new slide at the bottom of the page. I’m trying to disable other plugins to test but it doesn’t work.

    I had other problem like a month ago, but was solved re-installing the plugin. I tried it but doesn’t work.

    I’m using WordPress 4.1 and Shiba Media Library 3.8.2. The other plugins are Jetpack 3.3, Related Posts by Zemanta 1.11.1, SNAP 3.4.7 and WordPress SEO 1.7.1.

    Reply
    • ShibaShake says

      February 6, 2015 at 9:55 pm

      Thanks for reporting this. Please try installing this-
      http://shibashake.com/wordpress-theme/shiba-media-library-3.8.3.zip

      Let me know if this solves the issue or not. Thanks!

      Reply
  17. Amir says

    January 21, 2015 at 12:39 am

    Hello Shibashake
    I have a question, I will appreciate if you answer me. Few years ago I worked with blogspot. In there we could connect blogger to our picasa albums. So in editor panel when I wanted to put a image in article, It showed me albums of pictures in picasa.

    It was so nice because images from a specific article was in related album name in picasa.

    But wordpress does not have this feature, Its a mess, its a disaster. I want to see them in folders (not a gallery). Is this what your plugin do?

    Thanks for your time

    Reply
    • ShibaShake says

      January 21, 2015 at 10:41 am

      No, this plugin does not link to Picasa.

      Reply
  18. Neil says

    December 11, 2014 at 5:11 am

    Hi there

    I’m using you plugin and it works fine. I can bulk update tags on my images in the media gallery and I see the new tag values.

    However when I open my gallery on my website it does not filter the images based on the new tags I just added

    Also when I disable your plugin the tags I just added disappear

    Is there something I’m missing?

    Reply
    • ShibaShake says

      December 11, 2014 at 10:29 pm

      The way the tags work in Shiba Media Library is that they allow you to add images in bulk to a gallery. For example, I could tag a set of my vacation images with vacation-2014. Then, I could create a gallery and add the tag vacation-2014 into it. The gallery would then get populated with all images that have that tag.

      If you add two tags (e.g. vacation-2014, vacation-2013), then the gallery will get populated with all images with tag vacation-2014 *OR* vacation-2013.

      All images that are *manually* added to a gallery will always be shown. Therefore, if I manually add three images of Disneyland into my vacation gallery, then they will also be shown regardless of their tags.

      Also when I disable your plugin the tags I just added disappear

      The tags are still stored in the database. They just are not shown in the interface because the tag column is added by my plugin.

      Reply
  19. Abby says

    December 2, 2014 at 3:50 am

    Hi,
    I’m using Jupiter theme (themeforest) for my magazine and since I couldn’t create any new gallery for a few day I came here to understand why.
    I’ve now realized that I’ve been using a rather old version of the pluing (3.6!) so that might be the issue.
    the point is that I’ve never had an “Update Plugin” message for shiba so now, If I want the latest version I need to uninstall and re-install it (weird, never happend w/ any other plugin). My question is: will I lose the existing galleries and pictures in doing so?
    is there anything else I can do to avoid uninstalling the plugin?
    thanks lot.

    Reply
    • ShibaShake says

      December 2, 2014 at 10:17 am

      The galleries and pictures will all be there after re-install. If you want to avoid uninstalling the plugin, you can ftp the new files over to your server. This is what I do for my live sites. I also test everything out on a mirror site first before updating my main sites.

      This plugin is not in the official WP directory, which is why you don’t get the usual update messages.

      Reply
  20. Mel says

    November 27, 2014 at 10:06 pm

    Greetings. Having a bit of trouble since upgrading to WordPress 4.0.1. When I try to drag and drop to rearrange gallery pics, the images won’t move. I’m currently using Shiba Media Library 3.8.2. Caould you please let me know if there is anything I can do to correct this yet. Thank you.

    Mel

    Reply
    • ShibaShake says

      November 28, 2014 at 9:22 pm

      I just tested this on my test site and it works fine. Try testing this on a default theme with other plugins turned off. I tested it on TwentyTen and it works fine with it under WP 4.0.1.

      Reply
  21. Tom says

    September 29, 2014 at 8:22 am

    Hi, i have a question or feature request.

    Is it possible to select an operator for the gallery tags?

    for more complex tagging it would be a naice to have to set a tag condition “AND” for tag – so an image has to have tagA AND tagB to be included in a specific gallery.

    WP_Query() allows to select an operator “tag__and”: http://codex.wordpress.org/Class_Reference/WP_Query#Tag_Parameters

    is this allready possible and i just didnt found out how or is this something not implemented?

    BTW – thanks for your excellent plugin!

    greets

    Tom

    Reply
    • ShibaShake says

      September 29, 2014 at 11:15 pm

      http://shibashake.com/wordpress-theme/media-library-plus-plugin/comment-page-1#comment-1357

      Reply
      • Tom says

        September 30, 2014 at 11:11 am

        Hmm i think that this couldt be a simple checkbox whether to use “or” or “and”.

        However – if you are intersted in an userinterface for WP_Query take a closer look at the query posts widget ( https://wordpress.org/plugins/query-posts/ )

        for my preference – it would be a nice to have, but the greater thing would be an interface for WP_Query(array(‘post_type’ => ‘attachment’, $args)) – for the freedom of choise.

        But i also understand that this will make things more complicated.

        greets, tom

        Reply
  22. Tom says

    September 29, 2014 at 8:15 am

    Hi, just another small issue: the readme.txt of “shiba-media-library” says:

    === Media Library Plus ===
    Contributors: shibashake
    Donate link: http://www.shibashake.com/
    Tags: media library, image attachment
    Requires at least: 2.8
    Tested up to: 2.8
    Stable tag: 1.0

    this was confising a bit, but in “shiba-media-library.php” the correct plugin metadata was found:

    /*
    Plugin Name: Shiba Media Library
    Plugin URI: http://shibashake.com/wordpress-theme/media-library-plus-plugin
    Description: This plugin enhances the existing WordPress Media Library; allowing you to easily attach and reattach images as well as link an image to multiple galleries by using tags.
    Version: 3.8.2
    Author: ShibaShake
    Author URI: http://shibashake.com
    */

    Reply
    • ShibaShake says

      September 29, 2014 at 11:16 pm

      Yeah, the readme file is very out of date, so I should probably just remove it from the plugin zip.

      Reply
  23. Tom says

    September 20, 2014 at 12:04 am

    Having a problem with galleries using the Titan theme since updating to WP 4.0, can’t seem to add or edit. Getting the following error trying to access any gallery:

    Internal Server Error

    Using the plugin Shiba Media gallery which came with the theme. Get this error when opening any gallery.

    Could you please have a look.

    Thx a million.

    Reply
    • ShibaShake says

      September 20, 2014 at 9:12 am

      Are you using the latest version of the plugin (3.8.2) ?

      Reply
  24. Viresh says

    September 18, 2014 at 10:19 pm

    Hi,

    Thanks for this great plugin. Just curious, does this plugin allow to delete files permanently from uploads folder when you click on “Delete Permanently”. Because by default, it doesn’t delete files from disk.

    Thanks,
    Viresh

    Reply
  25. Tom says

    September 14, 2014 at 1:08 pm

    Hi there,

    i have your Media Library plugin in use on a developer page (WP 4).

    When the plugin is active, i cannot add images into an article from the “add media” button at article-edit page. Iclick on an image in the library, but nothing happens. i cannot click on “insert Image”. Close button works.

    when i deactivate the plugin, everything works as expected.

    greets, tom

    Reply
    • ShibaShake says

      September 14, 2014 at 3:59 pm

      Thanks for the heads-up Tom. I will look into it.

      Reply
  26. Arthur Araújo says

    July 8, 2013 at 12:34 pm

    Why your plugin is not in oficial wordpress plugin directory??

    Reply
    • ShibaShake says

      November 14, 2013 at 2:54 pm

      Did not have a good past experience.

      Reply
  27. Mick says

    June 8, 2013 at 8:44 am

    Hi,
    First of all thanks for the great plugin. We installed it yesterday and everything’s working fine except two things:

    1. We are associating each gallery with a category but when we go under the ‘category’, the gallery posts don’t show up. Anyways to show them under the category they are associated with?

    2. All the Gallery URLs are showing up http://mysite.com/?gallery=some_title . We want to instead display them as – http://mysite.com//some_title for SEO reasons. We tried to put %gallery% in permalinks and %category%/%gallery% but it’s not working, can you please help?

    Thanks,
    Mick

    Reply
    • ShibaShake says

      June 10, 2013 at 11:44 am

      Sorry for the late reply. Was fighting off a flu.

      1. To change what post types get shown, I hook into the ‘parse_query’ filter. This includes *all* queries though, so you would need to condition check properly to determine where you want to show what post types.

      Here is an example category page with gallery objects-
      http://shibashake.com/blog-art/category/angels-and-devils

      This is an older article, but it provides a bit detail and points to the files to look at to find the proper filters-
      http://shibashake.com/wordpress-theme/mastering-the-wordpress-loop

      2. The plugin tries to prevent permalink conflicts. Try doing /gallery/%gallery%

      Reply
      • Mick says

        June 15, 2013 at 9:44 pm

        Thanks a lot for the reply and hope you are feeling better now…

        We are really stuck on one other thing i.e. the ‘detach’ function is not working for images that are added using ‘tags’. We searched your site and saw the same issue reported by another user and an old response of yours saying that it only works for images that are manually added as the parent-child relationship is missing for one’s added via tags.

        But we would like to know is there any workaround for this issue? Like going into the database and deleting the ID of that image or something? Please help…

        Thanks,
        Mick

        Reply
        • ShibaShake says

          June 17, 2013 at 1:41 pm

          Yeah, the detach function is actually not very relevant now. There are two ways to attach images –
          1. Picking the images that you want using the Upload and Attach Images button.
          2. Using tags.

          Using method 1, you can add or remove whatever images you want using the regular WP gallery interface.

          Using method 2, you can add or remove entire sets of images by adding or removing tags. If you want to remove a particular image from a “tag group” simply remove the given tag from the image. You can do this in bulk from the main Media Library screen, or you can do that singly by editing the image.

          For interface simplicity, the tag operand used is OR. For more complex tag expressions, you can hook into the posts_where WP filter.

          Reply
  28. Jordan says

    May 15, 2013 at 8:35 pm

    Hey! I just downloaded v 3.6 and installed on WordPress 3.5.1. I love the way you have everything set up. It’s -much- better than any of the other media library plugins I’ve found.

    I’m just wondering—is there any way I can use tags from custom taxonomies I’ve already created? I’m creating a portfolio with three different sections (case studies, videos, and an image gallery) which are to be using the same set of tags. So it doesn’t really work for me to use the Shiba-specific Attachment Tags (which I imagine would otherwise provide me the functionality I need).

    If there is any way for me to rig this up, that would be amazing.

    Reply
    • ShibaShake says

      May 16, 2013 at 8:04 am

      The plugin uses the standard WP ‘post_tag’. Possibly you could replace all instances of ‘post_tag’ with your own taxonomy, but I am not sure if that will cause other issues.

      Reply
  29. Ludo Rubben says

    May 5, 2013 at 2:26 pm

    I have been testing the media library plugin a bit more.
    There’s one bug: if you try to delete a large number of pictures from the media library, your pluging provokes an “URL TOO LONG” error.
    The same number of pics, deleted without your plugin get deleted without a problem.
    easy to test: set media library to show 100 attachments, select them all, select bulk action “delete” and you got the error.
    Second thing (it’s not an error, just annoying, and WP has exactly the same problem):
    if I upload a few hundred pictures and select a tag before clicking on “insert into post” the tag is only applied to the last uploaded picture. I have to return to the media library, and select all uploaded pics, apply the tag and then, finally, all my attachments have the tag.
    It would be nice to apply all the settings to all the selected attachments in one go. But I guess you just use the core procedure from WP there.

    Reply
    • ShibaShake says

      May 6, 2013 at 1:10 pm

      Thanks for the URL too long bug report. I will look into it.

      But I guess you just use the core procedure from WP there.

      Yes, that is right. In the media manager pop-up, the interface to the right only applies to the current selected image. For example, if you changed the image title, you would not want that to be applied to multiple images. Similarly, it would be inconsistent to apply tag changes to multiple images.

      As for categories, there may be other plugins that support it, or feel free to modify the plugin to better suit your purposes.

      Reply
  30. Ludo Rubben says

    May 5, 2013 at 1:06 pm

    I tried shiba-media-library, and it does what it promised, it works great.
    But it’s completely useless for me. My blogs are based on categories, not tags. My Table of Contents page is category based, people search and find articles based on categories, when they navigate around, they stay in the category of their interest, etc, etc. Tags are only used by flickr and technorati and are in reality completely useless when it comes to helping users find what they are looking for.
    What I am looking for is
    – a way to see only attachments that belong to one category in the media library
    – a way to “bulk” add my existing pictures to a category
    – a way to “bulk” add all pictures I upload to a post via Media Library to the same category as my post
    I hoped to be able to do all that with shiba-media-library, but now it turns out that I can’t do anything of that at all unless I start using tags.
    Nevertheless, I guess I am not the only one who has well structured blogs based on categories. So my question is: is it somehow possible to have your nice shiba-media-library with just one difference: not using tags but categories?

    Reply
« Previous 1 2 3

Leave a Reply to ShibaShake Cancel reply

Your email address will not be published.

Recent Posts

  • Screen-shot of mobile responsive Poll Daddy object, where text floats properly to the right of radio buttons.How to Make Poll Daddy Objects Mobile Responsive
  • Screen-shot of blog post with no page border (flowing design).Genesis Skins 1.5
  • Screen-shot of the media manager Create-Gallery screen, while doing a post search.Shiba Media Library 3.7
  • Screenshot of the Edit Gallery screen after we hit the Create Gallery button.How to Expand the WordPress Media Manager Interface
  • Blonde girl looking through and holding a circular picture frame.Shiba Gallery 4.3
  • Close-up of beautiful blonde holding a square picture frame.Google Authorship - Good or Bad for Search Traffic?
  • Shiba Widgets 2.0
  • Media Temple screenshot of editing my sub-domain DNS entry.Using CDN Cnames with w3tc and MultiSite
  • Shiba Skins WordPress ThemeShiba Skins WordPress Theme
  • How to add the Media Manager Menu to the Theme Preview InterfaceHow to Add the Media Manager Menu to the Theme Preview Interface

Recent Comments

  • Populate our Edit Gallery menu using a gallery shortcode.How to Add the WordPress 3.5 Media Manager Interface – Part 2 (29)
    • Janine
      - Still relevant in 2019.
  • Update custom inputs with the proper data using Javascript.Expand the WordPress Quick Edit Menu (57)
    • PhoenixJP
      - Thanks for this tutorial. Does someone knows if this still work with wordpress 5.03 and 5.1.
    • Francine Carrel
      - This is a very long time away from your original comment, but did you ever work it out? I am stuck on the exact same thing ...
  • WordPress Search Widget – How to Style It (55)
    • TelFiRE
      - How do you style the "X" that shows up when you start typing?
  • WordPress Excerpt – How to Style It (36)
    • James
      - Great post. I really need some help. I have set border lines around my excerpts on my blog page/post page. The problem is ...
  • Add Custom Taxonomy Tags to Your WordPress Permalinks (123)
    • Darshan Saroya
      - Update permalinks. Go to settings > permalink and just save it.
    • Darshan Saroya
      - I want to access two different types of taxonomies like city and room, how can I access it via wp permalink?
  • How to Selectively Load Plugins for Specific Pages (6)
    • cla
      - Perfect! But at first I was misled, I thought the path / wordpress-theme / was an your alias of / theme .. and nothing happened.. ...
    • Aeros
      - Hi, I have tried your way. My problem is i'm using boilerplate to most of my plugins. When i tried to include the plugin ...
  • Write a Plugin for WordPress Multi-Site (44)
    • An Quach
      - I always use single site because it's easy for me to managed. When I need another worpdress on subdomain or subfolder, I ...

Copyright © 2019 · Genesis Skins by ShibaShake · Terms of Service · Privacy Policy ·