Menu styling

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2855
    cemdev
    Customer

      Hi,

      Love the theme. Menu is causing problems.

      First I set the menu as the primary menu – no styling.

      Then I used the custom menu widget and put it in Header Right.  That’s marginally better, but still not right.  The problem is that the <ul> tag does not have the ‘genesis-nav-menu’ class on it. just menu and sf-js-enabled

      If I add that manually (in chrome) it works fine (just needs to be repositioned via css), but i don’t know how to get it to render the extra class.

      Alternatively I could replace all instances of ‘genesis-nav-menu’ with ‘menu’ in the css, but I’m confused as to why this isn’t working.

      http://www.getspokal.com (no guarantees I won’t flip it back to the old theme though, did this on a Sunday night for a reason!)

      Cheers,

       

      Chris

      #2856
      Eric
      Customer

        All menus work just fine for me.  I can’t replicate the issue.  This could happen if you’re using custom code (css, js, plugins, etc)  Double check any custom code you’ve added, because it should work fine by default since this is pulling from the Genesis Framework itself.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #2864
        cemdev
        Customer

          Not using any custom code. Menu has worked for months now on 2 other genesis themes. Didn’t change a thing other than the theme.

          I’ve resolved the issue by putting custom html in a text widget that replicates the html in your menu, but the menu’s truly broken for us.  Anyways, guess there’s not a lot you can do…

          #2867
          Eric
          Customer

            Yeah that’s weird, I’ve never seen that happen before. My guess is it could be your css, but I’m not sure exactly.

            I’ll ping Wes to see if he can assist.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #2871
            Wes
            Moderator

              Hello Chris,

              If you would like to create a temporary user/password I can login and take a quick look to see what the issue could be…..or did you already get it fixed?

              #3286
              Lozzer1000
              Customer

                Hi Wes and Eric

                Great theme!

                I’m having the exact same problem cemdev above. When I put the menu in the header widget to the right of my logo the styling goes altogether – yet I’ve also run other child themes with properly working menus on this install of Genesis. Any advice would be most welcome as I’m not getting any selected link or mouseover effects at all?

                If not I’ll have to code the menu in html as cemdev mentions.

                Thanks and kind regards
                Loz

                #3293
                Wes
                Moderator

                  Can you explain exactly what your issue is so I can know how to assist? Do you have a link?

                  #3372
                  PandaArt
                  Customer

                    I had the same issue. Hacked some CSS from one of Wes’s other themes. This worked for me. But have not looked at it yet on mobile.

                    #header .widget-area {

                    overflow: hidden;

                    width: auto;

                    }

                    #header .widget {

                    margin: 75px 0 0 15px;

                    overflow: hidden;

                    #3380
                    Lozzer1000
                    Customer

                      Thanks PandaArt!

                    Viewing 9 posts - 1 through 9 (of 9 total)
                    • The topic ‘Menu styling’ is closed to new replies.