Hi,
The plugin does not support icon out of the box.
The reason is different BuddyPress themes use different approach for tab icons. Some use css(::before selector) some inject the markup.Since BuddyPress does not support icon nav, adding this will make it an issue for the theme’s support.
That’s why we don’t have it.
Which theme are you using? I might have simple suggestions to the icon working.
Regards
BrajeshOk I use the Rehub theme without son theme, the latest theme demo is this: http://recart.wpsoul.com/ but this version has no buddypress installed yet.
This son theme has a buddypress demo, can you look at the page and tell me where I can change the icons?
Hi Cap,
Thank you for the patience.It is easily achievable with this theme. All you need to do is assign a css id for each tabbing when adding.
Adding a new icon will be as simple as this in css
div#item-nav ul #your-custom-id a:before { content: "\f24d"; /*replace the code with icon code from front awesome*/ }
Regards
BrajeshHi,
No issues.You can put them into Dashboard->Apppearance->Customize and then opening “Additional CSS”
Regard
The topic ‘ [Resolved] BuddyPress Tabs Creator Pro – Icon Options?’ is closed to new replies.