Forums

[Plugin: Slideshow Gallery] Image rotation doesnt work in Safari (6 posts)

  1. coreykliewer
    Member
    Posted 2 years ago #

    Using version 1.0.5 - the WP error has been fixed, but it looks like the image rotation doesnt work in Safari - it does work in Firefox.

    Anyone else having the same problem?

    http://wordpress.org/extend/plugins/slideshow-gallery/

  2. coreykliewer
    Member
    Posted 2 years ago #

    I've come back to look at this on a Mac using Safari and its running now, dont know if it was a machine error or what.

  3. Antonie Potgieter
    Member
    Posted 2 years ago #

    Hello,

    Image rotation should work fine in all browsers.
    Please report back if you experience issues with it.

    All the best,
    Antonie

  4. nosferatuscoffin
    Member
    Posted 2 years ago #

    Image rotation does not work properly in Safari for Windows. When the slideshow is first loaded only the first two thumbnails show up. When the page the slideshow resides on is refreshed, the slideshow then displays correctly.

    I cannot say if it does this on Safari for Mac, so I do not have a Mac here to test it. But I have tested on Safari for Windows on two different PC's, one running XP, the other Vista, and the same issue arises on both.

    It works properly on IE 7 and 8 as well as Firefox.

  5. nosferatuscoffin
    Member
    Posted 1 year ago #

  6. nosferatuscoffin
    Member
    Posted 1 year ago #

    I finally got the slideshow thumbs to display properly in Safari.

    The CSS was causing Safari to hiccup when loading the thumbs.

    Changing the last line gallery-css.php from

    #slider img { cursor:pointer; border:1px solid #666; padding:2px; -moz-border-radius:4px; -webkit-border-radius:4px; float:left !important; }

    to

    #slider img { cursor:pointer; width: 55px; border:1px solid #666; padding:2px; }

    resolved it.

    Safari seems to demand a hard-coded width for the thumb image. Setting width to auto or min-width does not seem to work properly. Also, as long as you have a clear at the end of page, (like in footer.php), the float:left does not seem to be needed in the #slider img declaration.

Topic Closed

This topic has been closed to new replies.

About this Topic