Since the last enfold update each time I edit the content of an icon box the icon changes. I have two icon fonts installed (enfold-entypo plus font-awesome). If I click on the icon box (visual builder) I can see in both fonts the icon at the same position is active (e.g. the first icon in both fonts). If i save the content the icon of the second font (the one displayed last in the Icon Box Icon Selector) is used. So if i originally used the first icon form the first font now the first icon from the second font is used. If I click on the icon i want only this one get selected and i can save the content. This happens with Icon and Icon List as well.
Hey Michael!
Can you please give us a link to the website? Post the login details here as a private reply. We would like to inspect the elements.
Cheers!
Ismael
Hi!
I fixed it. I had to replace one line in config-templatebuilder/avia-template-builder/php/html-helper.class.php:
if($char == $standard)
with
if($char == $standard && $std_font == $font)
We’ll include this fix with the next theme update.
Cheers!
Peter
Well done!