• When some other section of a group is being displayed (eg. Activity or Members), the HTML looks like this:

    <li id="nav-hierarchy-groups-li"><a id="nav-hierarchy" href="http://..../">Member Groups <span>1</span></a></li>

    Now, when I select the groups section, the HTML changes to this:

    <li id="group-hierarchy-group-li" class="current selected"><a id="nav-hierarchy" href="http://..../">Member Groups <span>1</span></a></li>

    So the value of the id attr on the li element changes from:

    nav-hierarchy-groups-li

    to

    group-hierarchy-group-li

    Could you make it stay the same please? Out of all the BP plugins (and native features) I’ve worked with so far, this is the only plugin in which the id changes when a section is open. It should ideally be always: nav-hierarchy-groups-li

    https://wordpress.org/plugins/bp-group-hierarchy/

  • The topic ‘id tag of navigation changes when selected’ is closed to new replies.