Announcement

Collapse
No announcement yet.

Shadows Hamburger Menu

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

    Shadows Hamburger Menu

    Hi there,

    Does anyone know where or if there is any way to control what links show up on the Shadows hamburger menu? I've made changes to the primary navigation but what is displaying on a desktop doesn't match what displays once the hamburger menu kicks in. It's mostly correct but there are some extra links that I want to hide.

    Thanks,

    Tony
    Studio6t6
    Tony Pavao
    Studio6t6
    Vancouver BC Canada
    [email protected]

    #2
    Hi Tony,

    Which links are you referring to? Anything in the primary navigation should appear in the off-canvas one as well.
    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


      #3
      Hi Matt,

      "About Us", "Contact Us" and "Frequent Questions" only appear in the off canvas menu but are not listed in the Primary Navigation items list. Nor do they appear in the top horizontal navigation, which is how I want it to be. So I'm just trying to get those links off of the off canvas menu.

      Thanks,
      Tony Pavao
      Studio6t6
      Vancouver BC Canada
      [email protected]

      Comment


        #4
        Hi Tony,

        To remove those links, you will need to edit the primary navigation set [ ReadyThemes -> Navigation Sets -> primary_navigation ] and remove this section:
        Code:
        <li class="c-navigation__list u-hidden--l u-text-left">
            <mvt:item name="readytheme" param="navigationset( 'support_navigation' )" />
        </li>
        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


          #5
          Matt,

          Something to consider. When we have an app that is creating a lot of content, we typically wrap its output in <!-- Here is the start of xxx content ---><!-- Here is the end of xxx content --/> this makes it VERY easy to tell where content originates from. This is sometimes done with an 'on/off' switch so it doesn't appear on the live site or only appears when debugging. We even had a whole module that basically did this for the standard Merchant templates. (We have not updated though for ReadyThemes.)

          I know there is something similar (but not as obvious) already built into ReadyThemes, but adding the html comments would be a big help IMO.
          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

          Working...
          X