Forums

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

Home Forums JavaScript WP anything slider: fails with parameters

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41195
    webguy262
    Member

    These two pages (html versions of WP output) are almost identical, except the slider works on one, and not the other…

    http://beckerguerry.com/bg_works.html
    http://beckerguerry.com/bg_broke.html

    … the ONLY difference is that the ‘broke’ page has a full array of parameters in the anything slider call, while the ‘works’ page simply calls:

    Can you see the issue?

    #116560
    Mottie
    Member

    In the full array of parameters, the following have empty events… they should be as follows:

    clickForwardArrow : ‘click’,
    clickBackArrow : ‘click’,
    clickControls : ‘click focusin’,
    clickSlideshow : ‘click’,

    otherwise, clicking on the arrows won’t work

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