Skip to:
Content
Pages
Categories
Search
Top
Bottom

$50 for this fix: current page menu nav item not highlighting on forum page


  • robgranholm
    Participant

    @robgranholm

    I need this fixed, it likely only needs some CSS magic to resolve, I’m now fed up and need it working for a client so I’d like to pay for someone to assist.

    I’ve seen this bug in a few places on the site.

    I have the wrong navigation page menu item highlighting when on my forum page. See here: http://bit.ly/1j3Vrkh

    I know there is a CSS work around to force proper highlighting but I can’t seem to figure it out.

    The site is located at http://dev.itarsenal.com
    username & pass

    Go to forum page, and you’ll see what I mean, help is much appreciated.

    Moderator Note: I removed the user/pass as this is now resolved

Viewing 4 replies - 1 through 4 (of 4 total)

  • ChrisOGwynne
    Participant

    @chrisogwynne

    I’ll take a look if you want. Email or Skype? chrisgwynne@gmail.com or ChrisGwynne

    It looks like the issue is fixed?

    Anyway see the comment on this ticket in Trac for more details https://bbpress.trac.wordpress.org/ticket/2204#comment:3

    On each bbPress related page, the bbPress adds a class ‘bbPress’ to the body html element, so adding something like below would solve the problem in a non-obtrusive way.

    body.bbPress #nav > li.menu-item-318 > a {
    formatting for the highlighted menu item class
    }

    Where, menu-item-318 is the id of the page which should have been highlighted by the current_page_parent or current_menu_item class, which are not attached (for which this ticket is for).
    Of course, this is just a hack, but it does get the work done.


    robgranholm
    Participant

    @robgranholm

    Thanks this is resolved!


    EE
    Participant

    @ericaeide

    I am dealing with this issue as well. I added the CSS to my child theme and changed the page ID to my chosen page, but am not noticing any differences… Any tips? Site is private at the moment. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar