Hi,
On normal pages the (theme included) style sheet “font_awesome-css” is loaded (as designed):
<link rel=’stylesheet’ id=’font_awesome-css’ href=’https://www.domain.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css?ver=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’ type=’text/css’ media=’all’ />
Awesome icons are available and can be used on pages and header menus.
But,
On (single) post pages, i’m missing this style sheet because it is not loaded (within the <head> of the post page).
Is it possible to make a theme change that this Awesome style sheet is loaded on (single) post pages as well?
I can then use Awesome icons within posts (and the header menu) too.
Thanks!
Hi,
You should be able to use the font Awesome without any changes in theme, if you want you can check our documentation for how to add an icon in menu -> https://forum.tagdiv.com/how-to-add-icons-in-menu/
Thank you!
Thanks for your response. I’m already aware of the Font Awesome plugin due to reading the forum and documentation at first.
As long as pages are built with TD Composer, the theme included awesome font style sheet is already loaded, and therefor i don’t need (and i don’t want) this extra Font Awesome plugin.
With blog posts for example, single post pages are not built with TD composer, so the theme included awesome font style sheet is -not- loaded unfortunately.
I was hoping to initiate a feature request to use the theme included awesome font style sheet at all times without extra plugins.