Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 2 years ago

#7978 closed defect (bug) (wontfix)

Issue with icons on tabs in settings

Reported by: prashantvatsh Owned by: johnjamesjacoby
Priority: normal Milestone:
Component: BuddyPress.org Sites Version:
Severity: normal 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
8 years ago

  • Keywords ui-feedback added
  • Milestone BuddyPress.org Sites
  • Resolutioninvalid
  • Status newclosed

#2 @prashantvatsh
8 years ago

  • Resolution invalid
  • Status closedreopened

#3 @prashantvatsh
8 years ago

  • MilestoneBuddyPress.org Sites

#4 @espellcaste
2 years ago

  • Milestone BuddyPress.org Sites
  • Resolutionwontfix
  • Status reopenedclosed

Closing as per #9193

Note: See TracTickets for help on using tickets.