Announcement

Collapse
No announcement yet.

Long Mobile Menu Issue

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

    Long Mobile Menu Issue

    In the mobile view, a category has a long sub-category list and when you click on the next link for one of the sub-categories at the bottom of the very long list, you can be greeted with what looks like a blank screen. You have to scroll back to the top of the menu to see the sub-sub-categories. Is there any way to add some sort of "back-to-top" function as part of the click?

    This is the "link"

    Code:
    <span data-name="&mvt:navigationitem:name;" data-rt-icon="d" class="next"></span>
    I'm "assuming" that there is some sort of javascript involved in this click.

    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
    I think the forums are broken....
    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


      #3
      Testing, one two three
      Bruce Golub
      Phosphor Media - "Your Success is our Business"

      Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
      phosphormedia.com

      Comment


        #4
        It looks like the javascript for the mobile navigation is a tad bit beyond my javascript foo. It's in the plugins.js
        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


          #5
          Hi Leslie,

          To achieve this type of functionality, you would need to do some modifications to the mobile navigation functions in plugins.js and add in some scrolling for the navigation element on click of the link or the next indicator.
          Matt Zimmermann

          Miva Web Developer
          Alchemy Web Development
          https://www.alchemywebdev.com
          Site Development - Maintenance - Consultation

          Miva Certified Developer
          Miva Professional Developer

          https://www.dev4web.net | Twitter

          Comment


            #6
            Originally posted by Matt Zimmermann View Post
            Hi Leslie,

            To achieve this type of functionality, you would need to do some modifications to the mobile navigation functions in plugins.js and add in some scrolling for the navigation element on click of the link or the next indicator.
            LOL, well I sort of knew "what" needed to be done, it's achieving the "how".
            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