Title: Shellbot's Replies - page 8 | WordPress.org

---

# Shellbot

  [  ](https://wordpress.org/support/users/shellbot/)

 *   [Profile](https://wordpress.org/support/users/shellbot/)
 *   [Topics Started](https://wordpress.org/support/users/shellbot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/shellbot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/shellbot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/shellbot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/shellbot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/shellbot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 106 through 120 (of 127 total)

[←](https://wordpress.org/support/users/shellbot/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/shellbot/replies/?output_format=md) [2](https://wordpress.org/support/users/shellbot/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/shellbot/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/shellbot/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/shellbot/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/shellbot/replies/page/9/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Based on ID](https://wordpress.org/support/topic/based-on-id/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/based-on-id/#post-4280980)
 * The first two items on the todo list (include/exlclude by ID or by attachment
   status) should be released this week, so keep an eye out for an update 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Jetpack Tiled Galleries](https://wordpress.org/support/topic/jetpack-tiled-galleries-1/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-1/#post-4273585)
 * Brilliant. I’ll update here if I can figure something else out. Marking as resolved
   for now 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Jetpack Tiled Galleries](https://wordpress.org/support/topic/jetpack-tiled-galleries-1/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-1/#post-4273562)
 * Ok I’ve done some poking around and discovered the source of the problem. Jetpack
   Tiled Gallery does a check, before it does anything to your gallery, and if a
   theme or other plugin also affects the gallery shortcode then Tiled Gallery just
   sort of gives up and doesn’t bother.
 * There are probably lots of other plugins affected by this, and if they’re doing
   something really flashy with the gallery it’s a good check to have in place, 
   but since Easy Image Display isn’t doing anything flashy we can safely disable
   it.
 * You can disable the check by commenting out a couple of lines of code in the 
   Tiled Gallery plugin file, and most of my plugin features will still work, but
   unfortunately it does play havoc with the lightbox setting too. If you weren’t
   planning to use the lightbox anyway, this won’t matter, but I’ll be trying to
   find a workaround for that as part of the next release.
 * If you want to disable the check in Tiled Gallery you’ll need to find the following
   file: `jetpack/tiled-gallery/tiled-gallery.php`
 * Lines 291-292 should read:
 *     ```
       if ( self::gallery_already_redefined() )
       			return;
       ```
   
 * You’ll want to comment those two lines out, or replace them with this:
 *     ```
       //		if ( self::gallery_already_redefined() )
       //			return;
       ```
   
 * Hopefully I can come up with a better solution in future!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Jetpack Tiled Galleries](https://wordpress.org/support/topic/jetpack-tiled-galleries-1/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-1/#post-4273505)
 * Hi, thanks for the bug report.
 * I think I have an idea what might cause this so will have a bit of an investigate
   today and see if I can get it sorted out.
 * Stand by for an update!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I Need Help with Tags Please !](https://wordpress.org/support/topic/i-need-help-with-tags-please/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/i-need-help-with-tags-please/#post-4251304)
 * A quick Google turned up a couple of snippets that should help you.
 * [Can the default “post tags” taxonomy be renamed?](http://wordpress.stackexchange.com/questions/4182/can-the-default-post-tags-taxonomy-be-renamed)
 * [Changing WordPress Default Taxonomies](http://www.justinwhall.com/changing-wordpress-default-taxonomies/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Lightbox conflicts](https://wordpress.org/support/topic/lightbox-conflicts/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/lightbox-conflicts/#post-4217054)
 * OK you should be all set, the updated version is out. Please let me know if you’re
   still having issues after update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Lightbox conflicts](https://wordpress.org/support/topic/lightbox-conflicts/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/lightbox-conflicts/#post-4217052)
 * Hi Bob
 * Sorry it’s taken a few days to get back to you, this is my first plugin and I
   had no idea WP doesn’t send a notification about support requests!
 * I’ll take a look at this asap and push out a fix. Thanks for letting me know.
   I’ll post an update back here when it’s figured out.
 * Michelle
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue with jquery onkeyup function](https://wordpress.org/support/topic/issue-with-jquery-onkeyup-function/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/issue-with-jquery-onkeyup-function/#post-4211390)
 * Try replacing instances of `$` in your JS code with `jQuery`.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use custom taxonomy value slug as class on article](https://wordpress.org/support/topic/use-custom-taxonomy-value-slug-as-class-on-article/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/use-custom-taxonomy-value-slug-as-class-on-article/#post-4210265)
 * [get_term()](http://codex.wordpress.org/Function_Reference/get_term) will give
   you the slug (amongst other things!).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I invite new admins to my site?](https://wordpress.org/support/topic/how-do-i-invite-new-admins-to-my-site/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-do-i-invite-new-admins-to-my-site/#post-4205765)
 * Under the Users menu in admin, if you have each person listed separately then
   they already have their own accounts and you don’t need to add them again.
 * What you need to do is click edit on each of those accounts in the Users list,
   and about halfway down the page there’s a field called “role”. You can use that
   to set them as administrators or authors or whatever role you prefer.
 * The users themselves can access their own profile through the Users menu too,
   and there they can change their email address / password / whatever else they
   need to keep up to date.
 * As for Gravatars, the email address showing under “contact info” on this user
   edit page needs to match an email registered with the Gravatar service.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why aren't some of my plugins dragging to the sidebars](https://wordpress.org/support/topic/why-arent-some-of-my-plugins-dragging-to-the-sidebars/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/why-arent-some-of-my-plugins-dragging-to-the-sidebars/#post-4209144)
 * Have you tried turning off all your plugins? I’ve seen cases where a code issue
   with one particular widget affects the others that come after it on the page,
   so it sounds like that might be what you’re experiencing.
 * If all the widgets are draggable with plugins turned off, you can narrow it down
   from there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I invite new admins to my site?](https://wordpress.org/support/topic/how-do-i-invite-new-admins-to-my-site/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-do-i-invite-new-admins-to-my-site/#post-4205691)
 * > When they sign in
 * This is the crucial bit. When they sign in, are they all using the same username/
   password or are they signing in with their own accounts?
 * If they have their own accounts already, you can assign any role you want to 
   them.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [my posts are displaying differently. Some with double side bars](https://wordpress.org/support/topic/my-posts-are-displaying-differently-some-with-double-side-bars/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/my-posts-are-displaying-differently-some-with-double-side-bars/#post-4205626)
 * Twenty Thirteen is the one you want 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I invite new admins to my site?](https://wordpress.org/support/topic/how-do-i-invite-new-admins-to-my-site/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-do-i-invite-new-admins-to-my-site/#post-4205624)
 * > BTW, allowing anyone to register generally results in tons of spammers – so
   > probably not a good way to go.
 * Yes, oops, I forgot to mention that should only be a temporary thing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [One Blog, Importing Multiple Sites, Displayed As Separate Archives](https://wordpress.org/support/topic/one-blog-importing-multiple-sites-displayed-as-separate-archives/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/one-blog-importing-multiple-sites-displayed-as-separate-archives/#post-4205579)
 * What’s the current blogging platform you’ll be moving from?

Viewing 15 replies - 106 through 120 (of 127 total)

[←](https://wordpress.org/support/users/shellbot/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/shellbot/replies/?output_format=md) [2](https://wordpress.org/support/users/shellbot/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/shellbot/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/shellbot/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/shellbot/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/shellbot/replies/page/9/?output_format=md)