Title: Shellbot's Replies - page 7 | 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 - 91 through 105 (of 127 total)

[←](https://wordpress.org/support/users/shellbot/replies/page/6/?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)…
[6](https://wordpress.org/support/users/shellbot/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/shellbot/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/shellbot/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/shellbot/replies/page/8/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Images not randomizing in latest firefox](https://wordpress.org/support/topic/images-not-randomizing-in-latest-firefox/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/images-not-randomizing-in-latest-firefox/#post-5233587)
 * Hi, I’ve managed to have a look into this and I can recreate the problem with
   that caching plugin installed. However, it seems it’s a problem with W3 Total
   Cache rather than with Easy Image Display.
 * I know that sounds like a cop out, but you’ll see if you uninstall my plugin 
   and try to use a regular built-in WordPress gallery with random ordering the 
   same problem still occurs in Firefox.
 * Unfortunately I don’t know enough about the inner workings of Total Cache to 
   give much insight, I have tried to find other reports of the same problem with
   no luck so it may be worth starting a support thread with them too, the support
   link is: [https://wordpress.org/support/plugin/w3-total-cache](https://wordpress.org/support/plugin/w3-total-cache)
 * Sorry I can’t do more!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Images not randomizing in latest firefox](https://wordpress.org/support/topic/images-not-randomizing-in-latest-firefox/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/images-not-randomizing-in-latest-firefox/#post-5233565)
 * I’ll try installing it on my test site tonight and have a poke around, thanks
   for tracking down which plugin was causing it. Weird that it would only happen
   on Firefox!
 * I’ll get back to you on this one 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Images not randomizing in latest firefox](https://wordpress.org/support/topic/images-not-randomizing-in-latest-firefox/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/images-not-randomizing-in-latest-firefox/#post-5233542)
 * Hi
 * I took a look at your site (and made sure to update my Firefox!) but it seems
   to be displaying random images as intended. I’m on Windows 8 (PC), if you’re 
   still seeing something different could you please let me know which OS/device
   you’re using and the version of Firefox so I can try to recreate the problem?
 * Thanks.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Easy Image Display] Excellent plugin, responsive developer!](https://wordpress.org/support/topic/excellent-plugin-responsive-developer/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/excellent-plugin-responsive-developer/#post-7876101)
 * Thank you Itamar!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Link to Attachment Page](https://wordpress.org/support/topic/link-to-attachment-page-3/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/link-to-attachment-page-3/#post-5150783)
 * Hi Rich. There is an option to link to the attachment page which should be available
   either through the “Link images to” dropdown if you’re using the widget, or you
   can add it to the shortcode parameters like this:
 * `[sb_easy_image link="attachment"]`
 * All available parameters are listed on the plugin release page: [http://shellbotics.com/wordpress-plugins/easy-image-display/](http://shellbotics.com/wordpress-plugins/easy-image-display/)
 * If this isn’t working correctly it could be a conflict with another plugin or
   possibly your theme, the best way to diagnose this would be to disable all plugins
   and switch to the default theme, then turn everything back on bit by bit to narrow
   down the culprit. If you do find a particular plugin is at fault, please let 
   me know and I’ll investigate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Pinterest Display Widget] Add Pinterest Script set to "yes" breaks stuff](https://wordpress.org/support/topic/add-pinterest-script-set-to-yes-breaks-stuff/)
 *  [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/add-pinterest-script-set-to-yes-breaks-stuff/#post-5067447)
 * Hi guys. Just had this same problem myself so here’s a fix until the developer
   can add it into the download.
 * In ultimatePinterestDisplayWidget.php on line 214 or thereabouts, change:
 * `if($addpin == "true"){$pinterestDisplay .= "<script type='text/javascript' async
   src='//assets.pinterest.com/js/pinit.js'>";}`
 * To:
 * `if($addpin == "true"){$pinterestDisplay .= "<script type='text/javascript' async
   src='//assets.pinterest.com/js/pinit.js'></script>";}`
 * Should sort it 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Shortcode not present](https://wordpress.org/support/topic/shortcode-not-present/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/shortcode-not-present/#post-5096794)
 * It sounds like you might be using a shortcode plugin that adds a button of some
   sort to your page editor? Shortcodes added by other plugins won’t automatically
   be added to something like that, you’ll need to use them the standard way.
 * Just add the shortcode into your post/page with the options needed, for example
   like this:
 * [sb_easy_image num=”1″ order=”random” link=”lightbox”]
 * The options are all listed on this page as already mentioned in your other thread
   🙂 [http://shellbotics.com/wordpress-plugins/easy-image-display/](http://shellbotics.com/wordpress-plugins/easy-image-display/)
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Where is documentation](https://wordpress.org/support/topic/where-is-documentation-1/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/where-is-documentation-1/#post-5096793)
 * Hi Donpro
 * Sorry you’re having difficulty, if we can work out where the problem is I can
   update the docs for future users.
 * If you’re using the widget then you shouldn’t need a list of options as they’re
   all taken care of in the widget form itself, can you clarify exactly what you’re
   trying to do?
 * p.s. thanks Esmi
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Lightbox conflict](https://wordpress.org/support/topic/lightbox-conflict-2/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/lightbox-conflict-2/#post-4635047)
 * Hi
 * Thanks for reporting this, I’ll download that theme and take a look into the 
   issue over the weekend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Not working with my WP 3.8.1 and PHP 5.4](https://wordpress.org/support/topic/not-working-with-my-wp-381-and-php-54/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/not-working-with-my-wp-381-and-php-54/#post-4587132)
 * Hi Colleen. Just tested this and you’re right, sorry about that. It looks like
   a simple fix so I’m going to add it to the next release which should be going
   out this weekend.
 * If you don’t find a working alternative, please check back for an update in a
   day or two 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Conflict with Transposh](https://wordpress.org/support/topic/conflict-with-transposh-2/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/conflict-with-transposh-2/#post-4376471)
 * Thanks for this, I’ll take a look into what’s causing the issue. I’m glad you
   shared a workaround for others, hopefully I can narrow it down and post an update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Centering in the page, title option](https://wordpress.org/support/topic/centering-in-the-page-title-option/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/centering-in-the-page-title-option/#post-4363103)
 * Hi Migo
 * Apologies, you asked this question while I was taking a couple of much needed
   days away from work!
 * The plugin uses WordPress’ own gallery shortcode, so the style of the display
   is controlled by the gallery styles included in your theme. Most themes do center
   a one-column gallery, but yours may not. Twenty Twelve is a good example of a
   theme that will center the image if you use only one column, perhaps you could
   take some CSS from there?
 * If you’re not confident with CSS please leave a link to your site or email it
   to me through [the contact form here](http://shellbotics.com/contact-me/) and
   I’ll help you out.
 * Currently the image caption does display, if there is one, but I’ll add titles
   to the list of potential options for future.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Image Display] Extraneous Clearfix?](https://wordpress.org/support/topic/extraneous-clearfix/)
 *  Plugin Author [Shellbot](https://wordpress.org/support/users/shellbot/)
 * (@shellbot)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/extraneous-clearfix/#post-4342695)
 * Hi, thanks for the report.
 * Unfortunately this doesn’t appear to be something for the plugin to “fix” as 
   such. Easy Image Display uses the default gallery shortcode to display images,
   which helps it integrate with every theme. However, the default gallery markup
   does seem to have these two line breaks included (you can test this by inserting
   a normal gallery in a page somewhere and checking the markup, with or without
   Easy Image Display enabled).
 * I’ll add “allow custom markup” to the future features list to help avoid problems
   like down the road. In the meantime, perhaps you can remove the gap with CSS?
 *   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-4281131)
 * My bad, I messed up the version numbering. Should update normally from now on.
 * The joys of being a first time plugin author! Sorry about that 🙂
 *   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-4281113)
 * Update: the include/exclude by ID feature was just uploaded so should be available
   as an update soon.
 * Filtering by attachment status is still next on my list.

Viewing 15 replies - 91 through 105 (of 127 total)

[←](https://wordpress.org/support/users/shellbot/replies/page/6/?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)…
[6](https://wordpress.org/support/users/shellbot/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/shellbot/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/shellbot/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/shellbot/replies/page/8/?output_format=md)