Skip to:
Content

BuddyPress.org

Opened 15 months ago

Closed 3 months ago

#8929 closed defect (bug) (wontfix)

Menu not having proper active class

Reported by: pitamdey's profile pitamdey Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: Priority: lowest
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: has-screenshots
Cc:

Description

URL : https://buddypress.org/support/
The Top menu doesn't have proper active class like about,download and news is working fine but their is an issue with the support, get involved and documentation menu

Attachments (2)

Screenshot 2023-06-30 at 12.05.49 PM.png (35.2 KB) - added by pitamdey 15 months ago.
There is no active class in this menu
Screenshot 2023-06-30 at 12.05.36 PM.png (93.4 KB) - added by pitamdey 15 months ago.
This menu has proper active class

Download all attachments as: .zip

Change History (6)

@pitamdey
15 months ago

There is no active class in this menu

@pitamdey
15 months ago

This menu has proper active class

#1 @pitamdey
15 months ago

Can't we add active class to all the menu option

#2 @pitamdey
15 months ago

We Can fix this by applying active class css to the menu in which it is not working.
Something like this :

#nav li a:active {
	background-color: #dd823b;
}

#3 @imath
8 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#4 @espellcaste
3 months ago

  • Milestone BuddyPress.org Sites deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.