Hero Slider - Carousel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lesliekirk
    Super Moderator











    • Aug 2008
    • 9291

    #1

    Hero Slider - Carousel

    What controls how the Hero Slider functions? I've dug around in it a little bit but I'm not seeing what controls the Hero Slider's sliding - I'd like to change it to a true carousel rotation instead of the slide, slide, slide, jump back to 1st slide...

    Many thanks!
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: X | Facebook | Pinterest
  • Nick
    Super Moderator











    • Dec 2011
    • 575

    #2
    lesliekirk The MMX Hero Slider adjust the slide positions using the updateNavigationPositions() function: https://github.com/mivaecommerce/sha...slider.js#L809

    Depending on the button selected the function will adjust the inline CSS that is applied.

    To build the feature that you are looking to achieve you would need to manipulate the CSS styling that is applied in the function.
    Nicholas Adkins
    Technical Training Specialist / Miva, Inc.
    [email protected]
    https://www.miva.com/mivalearn

    Comment

    • lesliekirk
      Super Moderator











      • Aug 2008
      • 9291

      #3
      Originally posted by Nick View Post
      lesliekirk The MMX Hero Slider adjust the slide positions using the updateNavigationPositions() function: https://github.com/mivaecommerce/sha...slider.js#L809

      Depending on the button selected the function will adjust the inline CSS that is applied.

      To build the feature that you are looking to achieve you would need to manipulate the CSS styling that is applied in the function.
      ahhhh...just when I got the hang of working with javascript carousels.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: X | Facebook | Pinterest

      Comment

      Working...
      X