Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding Icons

Viewing 8 replies - 1 through 8 (of 8 total)
  • @jeffr0

    Participant

    Hello @joedostie I’ve pinged the people responsible for the forum to see if they can tell you what it is this site is using to add Font Awesome Icons to the Topic Info widget. I did a few searches myself and although I found a tutorial to add Font Awesome support to bbPress, I didn’t find exactly what you’re looking for.

    @robkk

    Moderator

    @joedostie

    bbpress.org does not insert the icons with html in the topic info area , they just use CSS

    bbpress.org uses this css for any icon for the topic info.

    .sidebar .forum-info li:before, 
    .sidebar .topic-info li:before, .sidebar div ul li a:before {
    font: normal 16px/1 'dashicons';
    margin-right: 5px;
    float: left;
    padding-top: 3px;
    color: #000;
    }

    then they use this to add the star icon packaged with dashicons

    .sidebar .topic-info li.topic-favorite:before {
    content: '\f155';
    }

    @netweb

    Keymaster

    To add and thanks Rob, bbPress.org does not use Font Awesome, we us Dashicons that are included with WordPress.

    Dashicons

    @alama32

    Participant

    And the same thing, but directly on Forum ? like this:
    image capture

    @alama32

    Participant

    Ok, i found, just using BBPress Style Plugin! 🙂

    @alama32

    Participant

    Oooh, i habe big problem, when i clic on a forum, the image placed in front is maximized on the whole screen !?
    What to do?

    @alama32

    Participant

    CSS 🙂
    PS: the time possibility for Edit post is too short..

    @robin-w

    Moderator

    link to a live example on your site please

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar