[Resolved] [Font Awesome] and Articles

Home Forums Support [Resolved] [Font Awesome] and Articles

Home Forums Support [Font Awesome] and Articles

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #109251
    Silvio

    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.

    #109262
    Roberto Enrique

    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>

    #109263
    Silvio

    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!

    #109276
    Tom
    Lead Developer
    Lead Developer

    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!

    #109292
    Silvio
    #109352
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #109376
    Silvio

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

    code_css_debug

    dashboard

    #109407
    Tom
    Lead Developer
    Lead Developer

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

    #109453
    Silvio

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

    don’t_work
    work

    #109460
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working! πŸ™‚

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.