Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1255389

    Hello Kriesi-Team,
    How can I deactivate the pre-installed, standard Entypo-fontello icon set and instead install the same icon set locally on my server so that it is compliant with the German GDPR? It says next to the upload window that the standard font cannot be deleted.
    I found the following article, but the solution is not there (anymore): I found the following article, but the solution is not there (anymore)
    Thank you in advance, Nadine

    • This topic was modified 4 years, 2 months ago by NadineSchenkl.
    #1256547

    Hey NadineSchenkl,

    Thank you for the inquiry.

    That should be possible but the theme has its own unique character map which might not work with the default font files, so we do not recommend doing this. You could always use the Enfold > Import/Export > Iconfont Manager to add extra font icons when necessary. But if you want to still continue, please use the avf_default_iconfont filter in the functions.php file to change the default font asset path. Default path is config-templatebuilder\avia-template-builder\assets\fonts.

    AviaBuilder::$default_iconfont = apply_filters( 'avf_default_iconfont', 
    																array( 'entypo-fontello' => 
    																			array(
    																				'append'	=> '',
    																				'include' 	=> $this->paths['assetsPath'] . 'fonts',
    																				'folder'  	=> $this->paths['assetsURL'] . 'fonts',
    																				'config'	=> 'charmap.php',
    																				'compat'	=> 'charmap-compat.php', //needed to make the theme compatible with the old version of the font
    																				'full_path'	=> 'true' //tells the script to not prepend the wp_upload dir path to these urls
    																			)
    																		)
    														);
    

    Best regards,
    Ismael

    #1258252

    Hello Ismael,
    thank you for your answer.
    I need a solution that the fontawesome icons are not loaded from American servers but that I can integrate them locally, as is now possible with google fonts. Otherwise I think that it is not compliant with the German GDPR. I hope that there may be a simple solution for this in the near future because I use the enfold theme on many websites.
    Best regards, Nadine

    #1258867

    Hi,

    The default iconfont Entypo-fontello from Enfold is included in theme. Please check:

    enfold\config-templatebuilder\avia-template-builder\assets\fonts\……

    So they are loaded from your server and not from a 3rd party external server. That should be GDPR compliant as no user data is requested to load the font.

    Hope this helps you.

    Best regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.