Forums

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

Home Forums JavaScript AnythingSlider numbers to image

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29425
    return84
    Member

    Hi everybody,

    I want to customize the navigation button of AnythingSlider. I want to replace numbers by images.
    Can you help me ?

    I apologize for my english

    Thank you

    #78263
    oneworld95
    Member

    Use the included formatText() function, and modify it to be something like this:

    Code:
    function formatText(index, panel) {
    return ““;
    }

    For each image, append a number to the name for that particular "slide" such as "image_2.jpg"

    #81436
    burtflaxton
    Participant

    Where do I add this function at? I am really trying to get text, but images will do just fine.

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