Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding Icons

Viewing 8 replies - 1 through 8 (of 8 total)

  • Jeffro
    Participant

    @jeffr0

    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

    @robkk

    @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';
    }

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

    Dashicons


    alama32
    Participant

    @alama32

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


    alama32
    Participant

    @alama32

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


    alama32
    Participant

    @alama32

    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

    @alama32

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


    Robin W
    Moderator

    @robin-w

    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