Skip to:
Content

BuddyPress.org

Opened 6 years ago

Closed 7 months ago

#7978 closed defect (bug) (wontfix)

Issue with icons on tabs in settings

Reported by: prashantvatsh's profile prashantvatsh Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: Priority: normal
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: needs-patch ui-feedback
Cc:

Description

When you will go to settings screen of your profile on buddypress.org you will find that email tab is showing a missing icon https://prnt.sc/kzxyor and on inspecting I found that the tab have the same id(#notifications-personal-li) like the notification tab https://prnt.sc/kzy194 on the left hand side.

This is the CSS which is adding icon there:

#notifications-personal-li a:before {
    content: '\f339';
}

And it is fine for the notification link on the left hand but why the email tab have the same ID like notification and that's the reason only icon comes missing there. We should remove that ID and have some unique ID there on email tab.

Change History (4)

#1 @prashantvatsh
6 years ago

  • Keywords ui-feedback added
  • Milestone BuddyPress.org Sites deleted
  • Resolution set to invalid
  • Status changed from new to closed

#2 @prashantvatsh
6 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

#3 @prashantvatsh
6 years ago

  • Milestone set to BuddyPress.org Sites

#4 @espellcaste
7 months ago

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

Closing as per #9193

Note: See TracTickets for help on using tickets.