- This topic has 9 replies, 3 voices, and was last updated 7 years ago by
Tom.
-
AuthorPosts
-
May 20, 2015 at 8:53 pm #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.
greetingxxx Silvio
May 20, 2015 at 10:22 pm #109262Roberto 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>
May 20, 2015 at 10:32 pm #109263Silvio
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!
greetingxxx Silvio
May 20, 2015 at 11:24 pm #109276Tom
Lead DeveloperLead DeveloperWhere 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!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 20, 2015 at 11:52 pm #109292Silvio
Hi Tom,
http://osowsky.info/wp-content/uploads/2015/05/twentyFourteen.png
http://osowsky.info/wp-content/uploads/2015/05/generatePress.png
Test with IE11 / Firefox 37.02. / Safari
greetingxxx Silvio
May 21, 2015 at 7:52 am #109352Tom
Lead DeveloperLead DeveloperAh, 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; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 21, 2015 at 8:51 am #109376Silvio
Hi Tom,
It works unfortunately still not. I have the CSS fragment in my child theme inserted.greetingxxx Silvio
May 21, 2015 at 10:39 am #109407Tom
Lead DeveloperLead DeveloperHmm, I’m seeing the icons in your first screenshot? Is that not what you were trying to do?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 21, 2015 at 12:56 pm #109453Silvio
Hi Tom,
I could solve the problem. It was due to an adjustment for the blog content.:-)greetingxxx Silvio
May 21, 2015 at 2:27 pm #109460Tom
Lead DeveloperLead DeveloperGlad you got it working! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.