• I inherited maintaining a website – https://www.wildlifeplanners.org. I’m new to using WordPress and, for the the life of me, can NOT figure out why the links listed in my primary widget area don’t work on all pages. In fact, none of the left-hand sidebar links on the HOME and CONFERENCE pages are working, although they link just fine from other pages. Any suggestions on how I might be able to fix this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you fix this? They seem to be working.

    It’s basically because the content (on the right) is overlapping the sidebar (on the left), or at least it’s margin. So in a way, the sidebar is “under” the content block. Hidden by an invisible layer, if you will!

    Try adding this to your CSS file:

    .sidebar-content #primary {
       float:right;
    }

    Is that a browser issue, maybe? I don’t see it in Firefox. Good call, Senff.

    Indeed it looks like an issue in Chrome only. Firefox and IE seem to have no problem with it. Not sure if it would be a bug or just difference in interpretation!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links in widget not working’ is closed to new replies.