Announcement

Collapse
No announcement yet.

Hero Slider - Carousel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #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


      #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: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment

      Working...
      X