Skip to:
Content

BuddyPress.org

Opened 10 months ago

Last modified 4 months ago

#8929 new defect (bug)

Menu not having proper active class

Reported by: pitamdey's profile pitamdey Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: BuddyPress.org Sites 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 10 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 10 months ago.
This menu has proper active class

Download all attachments as: .zip

Change History (5)

@pitamdey
10 months ago

There is no active class in this menu

@pitamdey
10 months ago

This menu has proper active class

#1 @pitamdey
10 months ago

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

#2 @pitamdey
10 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
4 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites
Note: See TracTickets for help on using tickets.