BuddyDev

Search

[Resolved] BuddyPress Tabs Creator Pro – Icon Options?

  • Participant
    Level: Enlightened
    Posts: 36
    Cap Luis on #24057

    I’m about to get this plugin, and I was not sure about the tabs icons! can I select the icons in BuddyPress Tabs Creator Pro?

    Use font awesome icons?

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #24062

    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
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 36
    Cap Luis on #24072

    Ok 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?

    http://rehub.wpsoul.com/members/mastro100s/

  • Participant
    Level: Enlightened
    Posts: 36
    Cap Luis on #24118

    Something? I’m grateful for your help, and I’ll buy this plugin!

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #24126

    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
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 36
    Cap Luis on #24141

    What is the default css file for these changes?

    Sorry for so many questions, I believe I should ask with the staff of the theme rehub, but you are very comrade and I am taking advantage of this situation ^^

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #24147

    Hi,
    No issues.

    You can put them into Dashboard->Apppearance->Customize and then opening “Additional CSS”

    Regard

  • Participant
    Level: Enlightened
    Posts: 36
    Cap Luis on #24253
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #24262

    Thank you.

The topic ‘ [Resolved] BuddyPress Tabs Creator Pro – Icon Options?’ is closed to new replies.

This topic is: resolved