Font Awesome

This topic contains 8 replies, has 3 voices, and was last updated by  Paolo 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #34390

    Ian Butler
    Buyer
    Post count: 59

    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

    #34392

    Guust
    Moderator
    Post count: 29970

    That is strange, it works for me.
    Have you refreshed your site?

    #34395

    Ian Butler
    Buyer
    Post count: 59

    Yes. Checked on multiple browsers with cleared cache

    #34396

    Guust
    Moderator
    Post count: 29970

    URL and admin details please.

    #34397

    Ian Butler
    Buyer
    Post count: 59
    This reply has been marked as private.
    #34406

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #34431

    Ian Butler
    Buyer
    Post count: 59

    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);
    }
    #34481

    Guust
    Moderator
    Post count: 29970

    Why not using a HTML custom field?
    I don’t think it is possible to turn a text field into a HTML field.

    #34486

    Paolo
    Site Admin
    Post count: 31206

    Hi,

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

    Thx

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket