Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, same issue here!
    Font awesome works with the sticky button option but not with the initial tab option.
    Watched the code and <i class “fa”></i> is taken as text so i presume something changed in the last version of WordPress cause this is compatible only to 3.9.10 and apparently the creator is not around anymore when this extension sadly works almost fine for small demands.

    I’ll try to give it a fix my self and i’ll post a solution if i manage to do something.

    Ok the only thing i could do is to shot down the display of the font awesome, it won’t work at all anymore but neither bother us.

    So in orders:

    1)Go to the roots of this plugin and in the include folder
    2)copie the product_custom_tab.php for safety only
    3)then edit the one the plugin will use and at the line 325 after “$title=” erase exactly this:

    ‘<i class=”fa ‘.$product_icon.'”></i> ‘.

    don’t forget the period!!!

    4)finaly it should not display the <i></i> anymore.

    If it does you may want to erase the above entire 315 line:

    ‘icon’ => ‘<i class=”fa ‘.$product_icon.'”></i>’,

    Hope it helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with icons Font Awesome’ is closed to new replies.