Title: [Plugin: A. Gallery] image thumbnail problem
Last modified: August 20, 2016

---

# [Plugin: A. Gallery] image thumbnail problem

 *  [dxbstars](https://wordpress.org/support/users/dxbstars/)
 * (@dxbstars)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/)
 * [problem live](http://www.4us.ae/2011/05/18/22-%D8%B3%D8%A8%D8%A8%D8%A7-%D8%A8%D8%A3%D9%86%D9%83-%D9%84%D9%86-%D8%AA%D9%83%D9%88%D9%86-%D9%85%D9%83%D9%81%D9%88%D9%81%D8%A7-%D9%81%D9%8A-%D8%A7%D9%84%D8%B5%D9%8A%D9%86-%D9%84%D9%81%D8%AA%D8%B1/)
 * at bottom of post you’ll find that i posted a plugin code
    `[a_gallery post_id
   ="2824"]` everything seems fine until you try to browse more image by clacking
   on right arrow, there is nothing, only a blank thumbnail.
 * [http://wordpress.org/extend/plugins/a-gallery/](http://wordpress.org/extend/plugins/a-gallery/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [sevastyan](https://wordpress.org/support/users/sevastyan/)
 * (@sevastyan)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089082)
 * Now I can’t see the working slider, I see only `[a_gallery post_id="2824"]` at
   the bottom of [http://www.4us.ae/2011/05/18/22-سببا-بأنك-لن-تكون-مكفوفا-في-الصين-لفتر/](http://www.4us.ae/2011/05/18/22-سببا-بأنك-لن-تكون-مكفوفا-في-الصين-لفتر/).
   Are you sure that your theme process shortcode?
    But this is not that problem
   you mentioned above. I think you getting blank thumbnail because of right to 
   left text direction. Before I don’t tested plugin in this conditions. In next
   release (1.0) this issue probably will be fixed. Check it after a couple of weeks.
   Thanks for feedback!
 *  Thread Starter [dxbstars](https://wordpress.org/support/users/dxbstars/)
 * (@dxbstars)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089094)
 * sorry i started to get a problem that’s why i disabled the plugin.
    problem code:`
   Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/
   a-gallery/a-gallery.php on line 221`
 *  [rkh257](https://wordpress.org/support/users/rkh257/)
 * (@rkh257)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089224)
 * Hi sevastyan! Beautyfull plug in!!!
 * Sorry for my english!!
    I have a problem. The plug in works nicelly in chrome
   anf firefox but in IE doesn´t work. How can i fix that? some code tu put in the
   script?, ´cos in my country the 80% of users works with IE 8 :(.
 * Thank you!!!
 * RKH257
 *  [douglas22](https://wordpress.org/support/users/douglas22/)
 * (@douglas22)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089225)
 * rkh, Are you talking about same plug in ?
 *  [rkh257](https://wordpress.org/support/users/rkh257/)
 * (@rkh257)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089226)
 * Hi douglas22! Yes, is the same plug in. In IE when i click the image go to another
   explorer page -only the image-. Just one time in IE the gallery works fine 🙁.
   Maybe with a line code the problem go away…Or something happend with IE in my
   machine.
    Thanks for reply and sorry for my poor english!
 * RKH257
 *  [rkh257](https://wordpress.org/support/users/rkh257/)
 * (@rkh257)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089227)
 * Hi douglas22! Finally it´s my IE8 in my machine 🙁 . In others pc works fine 
   in IE8. Do you know how can i add an opacity filter when the mouse roll over 
   the thumb image?. If you know i appreciate your answer.
 * Sorry for my english!!!!!
 * RKH257
 *  Plugin Author [sevastyan](https://wordpress.org/support/users/sevastyan/)
 * (@sevastyan)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089228)
 * Hi, rkh257!
    I don’t tested yet plugin behavior in IE 6-8, therefore some problems
   may happens. But you can use for opacity filter one of css rules presented here:
   [http://www.quirksmode.org/css/opacity.html](http://www.quirksmode.org/css/opacity.html)
   For example try to add the following lines to your style.css:
 *     ```
       .image:hover {
           opacity: 0.5;
           -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
           filter: alpha(opacity=50);
       }
       ```
   
 * to get 50% opacity of thumbnail image on mouse over event.
 *  [rkh257](https://wordpress.org/support/users/rkh257/)
 * (@rkh257)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089230)
 * Amazing! You are a genius! Thanks to reply! I really aprecciate it.
    :O and i
   have another question if it´s no problem to you (i don´t wan´t to bother you)
   It´s possible put text in html in the gallery (over image 1 of …)
 * Thanks a lot sevastyan the opacity works rellay amazing!
 * Thank you so much for your reply 🙂
 * RKH257
 *  [rkh257](https://wordpress.org/support/users/rkh257/)
 * (@rkh257)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089231)
 * Hi sevastyan! 🙁 your beautyfull plug in doesn,t work with the theme with i worked
   and i dont know how to solve this problem. maybe ´cos the theme have another 
   j query. 🙁
 * Thanks for your reply!!!
 * RKH257

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: A. Gallery] image thumbnail problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-gallery.svg)
 * [A. Gallery](https://wordpress.org/plugins/a-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/a-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-gallery/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [rkh257](https://wordpress.org/support/users/rkh257/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-a-gallery-image-thumbnail-problem/#post-2089231)
 * Status: not resolved