Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Galleriffic Blinking Mystery

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33353
    StephBertha
    Participant

    Hi there,

    I’m helping out a friend of mine on his site. He has 6 of those Gallerrific plugins on 1 page here: http://jeffreitz.com/portfolio.html

    We got it to work the best we could, however; the funny thing is, when you click the thumbnail, it blinks like 3 times and then stops, but the Gallerrific doesn’t, lol… odd? Has anyone encountered something like this?

    This is the same one we’re using: http://www.twospy.com/galleriffic/example-3.html

    #82775
    wolfcry911
    Participant

    one of the first things to do when you run into trouble is to validate your html (and css). this will show that you’ve used an id multiple times – which you can’t do, ids can only be used once per page. I’m guessing the gallerrific js requires an id, but you can’t repeat it multiple times. The blinking is probably the js running through a loop of multiple ids (or something similar).

    #82782
    StephBertha
    Participant

    Hey Wolf,

    Yeah, that’s what I would usually go to right away, but that didn’t work. I think it has something to do with the +i in Javascript. We ended up just removing the blinking altogether and will do a simple CSS hover.

    I see that Galleriffic is working on multiple galleries on one page for the future. Too bad I don’t know more JS at the moment :(

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.