Site logo

Archived topic

[Font Awesome] and Articles

9 replies · Started by Silvio on May 20, 2015

Viewing posts 1–10 of 10

Hi Tom,
[Font Awesome] is displayed on the sides.
In the articles, however, do not!

I change the theme to (for example) 'Twenty Fourteen', then it works.

Are you adding theme with a plugin or are you inserting those icons manually with HTML?
If you're using some sort of plugin, can you please tell us which one?

Try adding them using the traditional syntax in the plain text editor and watch if it is working:

<i class="fa fa-child"></i>

Hi Roberto,
It doesn't works with or without plugin ( Better Font Awesome ) in Articles ( Blog ) .
In the pages it works .
Look here : osowsky.info .
It seems to be the theme , since it works with other themes .

Thanks for help!

Where isn't it working? I'm seeing icons on the homepage and blog there?

Maybe take a screenshot of what I should be looking for :)

Thanks!

Ah, well this is because TwentyFourteen uses those icons whereas GP doesn't.

Of course, you can still add them using CSS :)

.posted-on:before {
      content: "\f017";
      font-family: FontAwesome;
      padding-right: 5px;
}

.byline:before {
      content: "\f040";
      font-family: FontAwesome;
      padding-right: 5px;
}

Hi Tom,
It works unfortunately still not. I have the CSS fragment in my child theme inserted.

code_css_debug

dashboard

Hmm, I'm seeing the icons in your first screenshot? Is that not what you were trying to do?

Hi Tom,
I could solve the problem. It was due to an adjustment for the blog content.:-)

don't_work
work

Glad you got it working! :)

This archived topic is closed to new replies.