Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #202320

    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.

    #202440

    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

    #202548
    This reply has been marked as private.
    #202832

    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

    #202839

    Well done!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon Box Edit’ is closed to new replies.