Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Menu Item Not Linking
#1
Hey all,
I'm building a simple site and so far love GetSimple.

One small hiccup I'm having today is that my new pages have stopped linking within the menu. You can visit the individual page fine ( http://alcoluccio.com/testsite/index.php?id=our_menu ) and the code looks right when you view source, but when hovering or clicking — nothing. Is there something very obvious that I'm missing?

Thanks.
Reply
#2
The menu has all the right mark-up, it's just being clipped (not visually but functionally) by .header which has a height of 279px.

As you can see in the attached screenshot, using Chrome's Developer Tools and hovering over .header in the markup you can see this in action. This just means you'll need to rethink your markup and CSS to accommodate for a taller navigation.

Nice website by the way.
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply
#3
Actually, a simple fix it seems is adding z-index: 10; to header nav (style.css:46).
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply




Users browsing this thread: 1 Guest(s)