• A court in Germany has found the dynamic use of Google Fond to be unlawful. Transporting the IP without consent. There is no information how Google Fund can be used locally in Appointment. Do you have any solutions?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi
    Thanks for contacting to us.
    In our next update we have planned to add google font locally.
    Right now tell me the name of the google font you are using in your website.
    I will suggest you how you can add google font locally.
    So pls firstly tell me the name of google font are you using in your website.
    Thanks
    Webriti support Team

    Thread Starter tom85368

    (@tom85368)

    I think it ist Roboto. The source in chrome show this by googleapis.com
    font-face {
    font-family: ‘Roboto’;

    Hi @tom85368
    To add font locally follow the given below instruction.

    1 Create a wptt-webfont-loader.php file in your theme folder and copy the code from this link and past the code inside the newly created file.

    2 Find the functions.php file located in your theme folder , Open the file and replace the code of it with the code mention in this link.

    Let me know if you have any confusion.
    Thanks

    HI
    Did the above solution work for you ?
    Thanks

    Thread Starter tom85368

    (@tom85368)

    Thank you for your strive. I use appointment onliy fram the menue shell. I dont know how the provider had organize the file structure. Is the a way to put these files with the menue to the directory?

    Hi @tom85368
    Pls share your website URL, so that we can take a look and assist you better.
    Thanks
    Akhilesh

    Moin,

    … your theme still load (trought css “@import” call) google fonts.
    Appointment Red: https://www.ads-software.com/themes/appointment-red

    See the following short source code view (before the closed </head> tag):
    <style type=’text/css’ id=’appointment-top-bar-main’>
    @import url(‘https://fonts.googleapis.com/css2?family=Open Sans:

    And it exists nowhere an possibility (in the theme), to store the fonts on tha local server.

    All other fonts (with normal call) we could (with an plugin) stored local. But the @import”Call” is hard coded in the theme.

    Where and how we can change/delete that?

    Thx for your quick reaction/help.
    G, Mike`

    … ok – your workaround has worked fine.
    https://www.ads-software.com/support/topic/probllems-with-dsgvo-germany-google-fonds/#post-15958322

    Tipp:
    You forget to tell, that the both files (new: wptt-webfont-loader.php and changed: functions.php ) are nessesary in the Main-Theme-“Appointment”-folder only. No actin in the Child-Theme “Appointment Red” are nessesary.

    Thx for your quick reaction.
    G, Mike

    Me, once again…

    Please set in your next theme update (in/to the “_blank-Links”) the necessary “RELs” = “nofollow noopener”

    Like this (you knowing the reason i think ;):
    <a…. target=”_blank” rel=”noreferrer noopener” …>

    E.G. example in the theme header (header.php):

    <ul class="head-contact-social">
    <li class="facebook"><a href="#" target="_blank" rel="noreferrer noopener"><i class="fa fa-facebook"></i></a></li>
    <li class="twitter"><a href="#" target="_blank" rel="noreferrer noopener"><i class="fa fa-twitter"></i></a></li>
    </ul>

    Please in all other theme files (e.g. footer.php) – in the are should necessary that – also.

    Thx for your quick reaction. G, Mike

    • This reply was modified 2 years, 3 months ago by mike73.
    • This reply was modified 2 years, 3 months ago by mike73.
    • This reply was modified 2 years, 3 months ago by mike73.

    … and the marmot say hello again ;(

    Your hack works not anymore with the new “Appointment” version 3.2.9
    https://controlc.com/86b611d7

    Can you please ASAP – delivery an actual workaround/hack for this code in the “functions.php” file located in Main-Theme-“Appointment”-folder?!

    Thx for your quick reaction. G, Mike

    Now, We have released a new version of the theme with GDPR compatibility, now you can update the theme version.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Probllems with DSGVO Germany Google Fonds’ is closed to new replies.