• Resolved ehenryfr

    (@ehenryfr)


    Hi,
    It seems that when I use a Left-sidebar widget for diplaying the menu (instead of using the Navigation zone), the links in sub-menus are not clikables. I’ve read the corresponding HTML / CSS code and I can’t see any reason explaining that the < a> tag is’nt working.
    I’ve also checked an other website using Pen Theme in wich I haven’t customized the CSS/HTML and there is the same issue.

    Could someone help me ? Did I missed something ?
    Thanks a lot !

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    Try this CSS:

    #page .widget.widget_nav_menu li {
      -webkit-transform-style: flat;
      -webkit-backface-visibility: visible;
    }

    It can be added through Appearance -> Customize -> Additional CSS.

    It’ll be fixed in the next version, thanks for letting us know!

    Thread Starter ehenryfr

    (@ehenryfr)

    It works ! Thanks for your help and your reactivity ! I’m very grateful.

    Theme Author htmlpie

    (@htmlpie)

    Awesome!
    Please rate the theme and the plugin too, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inactive links to sub-pages in the Menu widget’ is closed to new replies.