GeoDirectory SupportFont Awesome – GeoDirectory Support https://wpgeodirectory.com/support/topic/font-awesome/feed Mon, 13 Apr 2026 12:53:52 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/font-awesome/#post-34390 <![CDATA[Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34390 Wed, 18 Mar 2015 10:00:34 +0000 Ian Butler Hi,

I’ve entered fa fa-info in the Twitter field on Place settings under Custom CSS upload icon, but nothing is showing in the front end.

Thanks

]]>
https://wpgeodirectory.com/support/topic/font-awesome/#post-34392 <![CDATA[Reply To: Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34392 Wed, 18 Mar 2015 10:12:45 +0000 Guust That is strange, it works for me.
Have you refreshed your site?

]]>
https://wpgeodirectory.com/support/topic/font-awesome/#post-34395 <![CDATA[Reply To: Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34395 Wed, 18 Mar 2015 10:19:33 +0000 Ian Butler Yes. Checked on multiple browsers with cleared cache

]]>
https://wpgeodirectory.com/support/topic/font-awesome/#post-34396 <![CDATA[Reply To: Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34396 Wed, 18 Mar 2015 10:23:49 +0000 Guust URL and admin details please.

]]>
https://wpgeodirectory.com/support/topic/font-awesome/#post-34397 <![CDATA[Reply To: Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34397 Wed, 18 Mar 2015 10:26:55 +0000 Ian Butler https://wpgeodirectory.com/support/topic/font-awesome/#post-34406 <![CDATA[Reply To: Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34406 Wed, 18 Mar 2015 11:22:29 +0000 Guust https://wpgeodirectory.com/support/topic/font-awesome/#post-34431 <![CDATA[Reply To: Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34431 Wed, 18 Mar 2015 15:06:38 +0000 Ian Butler Ah I see. I thought it would appear in the add_listing form.

Is there a filter I can use to allow the use of HTML in the Custom Fields text boxes?

Something like this:


add_filter('xxxxxxxx', 'change_custom_field', 10, 3);
function change_custom_field($title, $instance, $wid){       
    return $title = str_replace('Custom Label', '
<i class="fa fa-info"></i>', $title);
}
]]>
https://wpgeodirectory.com/support/topic/font-awesome/#post-34481 <![CDATA[Reply To: Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34481 Wed, 18 Mar 2015 21:26:04 +0000 Guust Why not using a HTML custom field?
I don’t think it is possible to turn a text field into a HTML field.

]]>
https://wpgeodirectory.com/support/topic/font-awesome/#post-34486 <![CDATA[Reply To: Font Awesome]]> https://wpgeodirectory.com/support/topic/font-awesome/#post-34486 Wed, 18 Mar 2015 21:49:26 +0000 Paolo Hi,

this is not possible. There is no such hook for field descriptions.

Thx

]]>