Announcement

Collapse
No announcement yet.

Mobile Footer Nav Link Button

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

    Mobile Footer Nav Link Button

    In the mobile view, there is a Links button in the footer. I cannot for the life of me figure out how to add content to what appears to be a modal that pops up.

    Code:
    <nav id="js-mobile-footer-links" class="mobile-menu mobile-menu-bottom mobile-footer-links medium-hide">	<div class="mobile-menu-header">LINKS<a href="" class="silver close-mobile-menu">&times;</a></div>
    </nav>
    <!-- end mobile-footer-links -->
    Please don't tell me this has to editing in the javascript because that would be insane. I just want to add content to it.
    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
    Re: Mobile Footer Nav Link Button

    Any content you put inside those <nav></nav> tags will directly appear in that pop-box. The list of links that appear inside them is the same that goes into the Helpful Links section when not in mobile section. AGAIN, these are appended at runtime with the help of JS when going to the mobile view. function footerNavControl is responsible for that inside scripts.js file.

    So, as long as you are not planning to have different links in these 2 sections, you'd not need to go into the JS code.
    Rajnish Sinha
    ---------------------
    https://twitter.com/rajnishsi

    Comment


      #3
      Re: Mobile Footer Nav Link Button

      So you are saying I should be able to do this

      Code:
      <nav id="js-mobile-footer-links" class="mobile-menu mobile-menu-bottom mobile-footer-links medium-hide">	<div class="mobile-menu-header">LINKS<a href="" class="silver close-mobile-menu">&times;</a></div>
      
      
      a list of links here
      </nav>
      <!-- end mobile-footer-links -->
      then when I am in mobile view and I click that Links at the bottom of the screen I should now see the "a list of links here" text? Hmmm, I wonder why it's not working for me? It's not even in the view source.
      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


        #4
        Re: Mobile Footer Nav Link Button

        Well that's what I tried and got it working correctly. If it's not coming up in your store, there may be some other customization changing that.
        Rajnish Sinha
        ---------------------
        https://twitter.com/rajnishsi

        Comment


          #5
          Re: Mobile Footer Nav Link Button

          Naw, nothing custom that I can think of. I'll go back to my vanilla dev site and try it there. I do seem to recall that I used that div on another site and it worked. My foo to find things that don't work right seems to be strong with this one.
          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


            #6
            Re: Mobile Footer Nav Link Button

            Did you ever figure out what the problem was? I just noticed mine is doing the same but not sure how long.

            Thanks

            Mark

            Comment

            Working...
            X