Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author sevastyan

    (@sevastyan)

    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-سببا-بأنك-لن-تكون-مكفوفا-في-الصين-لفتر/. 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

    (@dxbstars)

    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

    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

    rkh, Are you talking about same plug in ?

    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

    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

    (@sevastyan)

    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
    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.

    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

    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.